Metadata-Version: 1.1
Name: plone.formwidget.geolocation
Version: 1.1
Summary: Geolocation field and widget for use with collective.geolocationbehavior
Home-page: https://github.com/collective/plone.formwidget.geolocation
Author: David Glick
Author-email: dglick@gmail.com
License: GPL
Description: Introduction
        ============
        
        Geolocation field and widget for use with collective.geolocationbehavior
        
        This package provides a field and a basic widget allowing text entry of
        latitude and longitude, which may be extended by other packages to integrate
        Google Maps or other mapping tools.
        
        Changelog
        =========
        
        1.1 (2014-04-30)
        ----------------
        
        - Simplify templates and cleanup Google Map leftovers.
          [thet]
        
        - Convert default locations strings from Products.Maps to tuples with floats.
          [thet]
        
        - Improve handling of non-required geolocation fields
          with missing values.
          [davisagli]
        
        - Fix display template markup to be compatible with recent versions
          of Products.Maps.
          [davisagli]
        
        - Add supermodel import/export handler.
          [davisagli]
        
        - Fix declaration of exported names.
          [davisagli]
        
        - Remove dependency on Products.Maps. Don't fail, if default_location is not
          set or maps_configuration adapter not found.
          [thet]
        
        
        1.0 (2013-02-07)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
