Metadata-Version: 1.1
Name: collective.geo.faceted
Version: 2.0.0a1
Summary: A map view for a facetednav
Home-page: https://pypi.python.org/pypi/collective.geo.faceted
Author: Benoit Suttor
Author-email: bsuttor@imio.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.
        
        .. image:: https://travis-ci.org/collective/collective.geo.faceted.svg?branch=master
           :target: https://travis-ci.org/collective/collective.geo.faceted
        .. image:: https://coveralls.io/repos/collective/collective.geo.faceted/badge.svg?branch=master
         :target: https://coveralls.io/github/collective/collective.geo.faceted?branch=master
         
        ==============================================================================
        collective.geo.faceted
        ==============================================================================
        
        This package add a map view for eea.facetednavigation.
        It depends on collective.geo.leaflet and eea.facetednavigation.
        
        When a criteria from facetednavigation is modified, a geojson is updated (thanks to collective.geo.json) and this geojson fill the map.
        
        Features
        --------
        
        - Add a faceted view which put object with coordinates on a map.
        
        .. image:: https://raw.githubusercontent.com/collective/collective.geo.faceted/master/docs/screenshot.png
            :alt: The map on a collection.
            :width: 1007
            :height: 1026
            :align: center
        
        Installation
        ------------
        
        Install collective.geo.faceted by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.geo.faceted
        
        
        and then running ``bin/buildout``
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.geo.faceted/issues
        - Source Code: https://github.com/collective/collective.geo.faceted
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Benoît Suttor, bsuttor@imio.be
        
        
        Changelog
        =========
        
        
        2.0.0a1 (2018-09-19)
        --------------------
        
        - Upgrade package for Plone 5
        
        
        1.0.3 (2017-07-11)
        ------------------
        
        - Init boundary box on RESET faceted event.
          [bsuttor]
        
        
        1.0.2 (2017-06-08)
        ------------------
        
        - Add Polygon and Line into boundary box widget.
          [bsuttor]
        
        
        1.0.1 (2017-04-26)
        ------------------
        
        - Intialize markers before used it.
          [bsuttor]
        
        
        1.0.0 (2017-03-28)
        ------------------
        
        - Add faceted boundary bounds widget.
          [bsuttor]
        
        
        1.0a5 (2016-11-18)
        ------------------
        
        - Do not show the map viewlet container if json data is unavailable
          [mpeeters]
        
        
        1.0a4 (2016-09-20)
        ------------------
        
        - Use adapter for getting geomap settings.
          [bsuttor]
        
        
        1.0a3 (2016-09-08)
        ------------------
        
        - Do not batch faceted results.
          [bsuttor]
        
        - Add MarkerCluster.
          [bsuttor]
        
        
        1.0a2 (2016-09-08)
        ------------------
        
        - Create test profile.
          [bsuttor]
        
        
        1.0a1 (2016-09-07)
        ------------------
        
        - Initial release.
          [bsuttor]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
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)
