Metadata-Version: 2.1
Name: collective.faceted.map
Version: 1.0b4
Summary: Map view for eea.facetednavigation
Home-page: https://pypi.python.org/pypi/collective.faceted.map
Author: Martin Peeters
Author-email: support@lists.affinitic.be
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ======================
        collective.faceted.map
        ======================
        
        This package add faceted map view
        
        Features
        --------
        
        - Faceted map based on collective.geolocationbehavior.
        
        
        Examples
        --------
        
        #Todo add screenshots of map view
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - en
        - fr
        
        
        Installation
        ------------
        
        Install collective.faceted.map by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.faceted.map
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.faceted.map/issues
        - Source Code: https://github.com/collective/collective.faceted.map
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Martin Peeters [Original Author], Affinitic
        
        
        Changelog
        =========
        
        
        1.0b4 (2020-05-04)
        ------------------
        
        - Fix an issue when there is no geolocated results to display
          [mpeeters]
        
        
        1.0b3 (2020-01-29)
        ------------------
        
        - Do not use marker cluster
          [mpeeters]
        
        
        1.0b2 (2020-01-29)
        ------------------
        
        - Trigger the open of marker popups on hover
          [mpeeters]
        
        - Add faceted-map-geojson-popup view to have possibility to override pointer popup value.
          [bsuttor]
        
        
        1.0b1 (2020-01-28)
        ------------------
        
        - Add map_configuration property on viewlet.
          [bsuttor]
        
        - Add i18n:domain on viewlet.
          [bsuttor]
        
        
        1.0a4 (2020-01-27)
        ------------------
        
        - Move faceted map to a viewlet to avoid reload of map on every refresh
          [mpeeters]
        
        - Add faceted map view.
          [bsuttor]
        
        
        1.0a3 (2019-10-22)
        ------------------
        
        - Add content lead image if it exists
          [mpeeters]
        
        - Ensure that all markers are green
          [mpeeters]
        
        
        1.0a2 (2019-10-18)
        ------------------
        
        - Avoid to return an empty list of features that breaks Leaflet
          [mpeeters]
        
        
        1.0a1 (2019-10-16)
        ------------------
        
        - Initial release.
          [mpeeters]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
