Metadata-Version: 2.1
Name: collective.faceted.map
Version: 1.0b7
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
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. 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://github.com/affinitic/collective.faceted.map/workflows/Tests/badge.svg
    :target: https://github.com/affinitic/collective.faceted.map/actions?query=workflow%3ATests
    :alt: CI Status


======================
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.0b7 (2022-06-01)
------------------

- Add Github Action / fix buildout & tests
  [laulaz]

- Include missing collective.geolocationbehavior
  Otherwise, its profile is not available (as a dependency)
  [laulaz]


1.0b6 (2020-09-11)
------------------

- Avoid an error when there is no marker to display
  [mpeeters]


1.0b5 (2020-07-16)
------------------

- Handle content without geolocation for popups on hover
  [mpeeters]

- Add a css class to faceted map element that indicate if the element is geolocated
  [mpeeters]


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]


