Metadata-Version: 1.1
Name: seantis.placemap
Version: 0.2
Summary: Shows placemarks from multiple maps in one map, by combining kml-documents from multiple urls.
Home-page: https://github.com/seantis/seantis.placemap
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPL v2
Description: 
        
        Commisioned by `Onegov`_ as a way to have simple maps for municipalities to
        show of scrap yards, barbecue pits and playgrounds.
        
        This modules does not offer the ability to define placemarks, instead it gathers
        them from different sources that offer KML documents.
        
        Requirements
        ------------
        
        -  Python 2.7
        -  Plone 4.3+
        -  Linux / Posix ( Windows may or may not work )
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/seantis/seantis.placemap.png   
          :target: https://travis-ci.org/seantis/seantis.placemap
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/seantis/seantis.placemap/badge.png?branch=master
          :target: https://coveralls.io/r/seantis/seantis.placemap?branch=master
          :alt: Project Coverage
        
        Latests PyPI Release
        --------------------
        .. image:: https://pypip.in/v/seantis.placemap/badge.png
          :target: https://crate.io/packages/seantis.placemap
          :alt: Latest PyPI Release
        
        License
        -------
        seantis.placemap is released under GPL v2
        
        
        .. -> external links
        
        .. _OneGov: http://onegov.ch/
        
        Contributors
        ------------
        
        - Denis Krienbühl [href]
        
        
        Changelog
        ---------
        
        0.2 (2014-12-01)
        ~~~~~~~~~~~~~~~~
        
         - Adds the ability to toggle markers by clicking on them. Fixes #2.
           [href]
        
         - Makes sure bogus urls don't lead to an exception. Fixes #3.
           [href]
        
         - Fixes KML before loading, to avoid common problems found in external
           KML sources.
           [href]
        
        0.1 (2014-10-29)
        ~~~~~~~~~~~~~~~~
        
         - Initial release.
           [href]
        
Keywords: plone seantis map government municipality kml
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
