This package provides a Dexterity based behaviors for Geotagging.
- Implements the plone.formwidget.geolocation add-on which adds LeafletJS support.
- Adds catalog indexes/metadata for latitude/longitude to support GeoJSON feature list output/filtering.
- The GeoJSON properties can be customized with the provided
IGeoJSONProperties
adapter.
After installation, you will find a new behavior available, go to Site Setup
> Content Types
there select a content type and
click on the Behaviors
tab, there you can see the new behavior called geolocatable
as the following screenshot:
This add-on can be seen in action at the following add-ons:
- https://github.com/collective/collective.collectionfilter
- https://github.com/collective/collective.contentsections
- https://github.com/collective/collective.venue
This product has been translated into:
- German
- France
- Italian
- Spanish
Install collective.geolocationbehavior
by adding it to your buildout:
[buildout] ... eggs = collective.geolocationbehavior
and then running "bin/buildout".
- Issue Tracker: https://github.com/collective/collective.geolocationbehavior/issues
- Source Code: https://github.com/collective/collective.geolocationbehavior
If you are having issues, please let us know at our issue tracker.
The project is licensed under the GPLv2.