You are here

README.txt in Leaflet GeoJSON 7

Same filename in this branch
  1. 7 README.txt
  2. 7 modules/leaflet_geojson_bean/README.txt
Same filename and directory in other branches
  1. 8 README.txt
  2. 7.2 README.txt
Leaflet GeoJSON
-----------

Leaflet GeoJSON is a set of modules for creating Leaflet maps backed by GeoJSON data.

Modules
-----------

Leaflet GeoJSON
- Provides API functionality as defining GeoJSON sources and adding a Leaflet bounding box strategy.

Leaflet GeoJSON Bean
- Allows you to create leaflet map blocks based on GeoJSON data and will automatically extend them with the bounding box strategy if supported.
  Custom blocks? Even better, we are using: Bean.

Leaflet GeoJSON API
-----------

leaflet_geojson_add_bbox_strategy($url).
- Adds a Bounding Box strategy for leaflet maps linking to a specified url.

hook_leaflet_geojson_source_info().
- Allows to specify geojson sources for inclusion in leaflet maps.
  See leaflet_geojson_leaflet_geojson_source_info() for an example that
  provides views_geojson page displays as geojson sources.
  You can actually use those by activating the leaflet_geojson_bean module.

TODO
-----------

- Attach the bbox strategy to a specific map.
- See @todo markers in code.

For sub-module specific documentation, see their folders.

Maintainers
-----------
- dasjo (Josef Dabernig)

File

README.txt
View source
  1. Leaflet GeoJSON
  2. -----------
  3. Leaflet GeoJSON is a set of modules for creating Leaflet maps backed by GeoJSON data.
  4. Modules
  5. -----------
  6. Leaflet GeoJSON
  7. - Provides API functionality as defining GeoJSON sources and adding a Leaflet bounding box strategy.
  8. Leaflet GeoJSON Bean
  9. - Allows you to create leaflet map blocks based on GeoJSON data and will automatically extend them with the bounding box strategy if supported.
  10. Custom blocks? Even better, we are using: Bean.
  11. Leaflet GeoJSON API
  12. -----------
  13. leaflet_geojson_add_bbox_strategy($url).
  14. - Adds a Bounding Box strategy for leaflet maps linking to a specified url.
  15. hook_leaflet_geojson_source_info().
  16. - Allows to specify geojson sources for inclusion in leaflet maps.
  17. See leaflet_geojson_leaflet_geojson_source_info() for an example that
  18. provides views_geojson page displays as geojson sources.
  19. You can actually use those by activating the leaflet_geojson_bean module.
  20. TODO
  21. -----------
  22. - Attach the bbox strategy to a specific map.
  23. - See @todo markers in code.
  24. For sub-module specific documentation, see their folders.
  25. Maintainers
  26. -----------
  27. - dasjo (Josef Dabernig)