Metadata-Version: 1.1
Name: collective.geolocationbehavior
Version: 1.7.2
Summary: Dexterity behavior to add geographic locations to contents.
Home-page: https://github.com/collective/collective.geolocationbehavior/
Author: Jesse Snyder, davisagli et al
Author-email: UNKNOWN
License: GPL
Description: Introduction
        ============
        
        Dexterity based behaviors for geotagging.
        
        Implements plone.formwidget.geolocation which adds LeafletJS support.
        
        Adds catalog indexes/metadata for latitude/longitude to support
        GeoJSON Featurelist output/filtering.
        
        The GeoJSON properties can be customized with the provided IGeoJSONProperties
        adapter.
        
        Changelog
        =========
        
        
        1.7.2 (2021-09-16)
        ------------------
        
        - Fix Italian .po file location
          [laulaz]
        
        - Add French translation
          [laulaz]
        
        
        1.7.1 (2020-07-10)
        ------------------
        
        - Do not use autoinclude for ZCML, load explicit.
          [jensens]
        
        
        1.7.0 (2019-12-09)
        ------------------
        
        - Make geolocation language independent
          [agitator]
        
        
        1.6.0 (2019-04-24)
        ------------------
        
        - Add ``IGeoJSONProperties`` adapter.
          [petschki]
        
        - Add latitude/longitude indexer.
          [petschki]
        
        - Add uninstall profile.
          [petschki]
        
        - Prepare testing environment.
          [petschki]
        
        
        1.5.1 (2017-04-04)
        ------------------
        
        - Explicitly include necessary zcml dependencies to avoid having to explictly doing that in tests.
          plone.app.testing disables z3c.autoinclude.
          [thet]
        
        
        1.5 (2016-10-06)
        ----------------
        
        - Register the ``collective.geolocationbehavior.geolocation.IGeolocatable`` behavior under the name ``geolocatable``.
          Do not bind ``for`` because its superfluos.
          [thet, jensens]
        
        - Code cleanup, remove BBB classes.
          [thet]
        
        
        1.4 (2015-07-15)
        ----------------
        
        - Install the plone.formwidget.geolocation default profile in order to get
          Leaflet map support.
          [thet]
        
        - Fix upgrade step with broken persistent classes and re-create BBB class
          definitions for upgrading. Reindex the object while upgrading to get updated
          object_provides indexes.
          [thet]
        
        
        1.3.2 (2015-03-04)
        ------------------
        
        - Fix the import bug, introduced of previous commit.
        
        
        1.3.1 (2015-03-04)
        ------------------
        
        - Fix import of GeolocationField.
        
        
        1.3 (2015-03-04)
        ----------------
        
        - Remove browserlayer, which isn't needed any more. Includes an Upgrade step.
          [thet]
        
        - Switch to Attribute storage instead of Annotation storage. This is easier to
          access and needs less ZODB unpickling. It's unlikely that two behaviors share
          the same geolocation schema name. A upgrade step is provided.
          [thet]
        
        - Removed code related to Google Maps integration. The integration is better
          done with Mockup Javascript.
          [thet]
        
        - PEP8.
          [thet]
        
        
        1.2 (2014-04-30)
        ----------------
        
        - Add italian translation
          [gborelli]
        
        - Remove dependency on Products.Maps and copy some of it's interfaces to here.
          Note, Google Map integration is not available at this point.
          For mapping functionality I suggest to backport the Leaflet integration from
          collective.venue.
          [thet]
        
        - Remove dependency on Grok and use Dexterity 2 way with plone.supermodel to
          define the schema.
          [thet]
        
        
        1.1.0.2 (2012-09-21)
        --------------------
        
        - 1.1 was somehow broken again
        
        
        1.1 (2012-09-21)
        ----------------
        
        - Fix egg, add authors
        
        
        1.0 (2012-09-21)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: Addon
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
