Metadata

Distro Index Owner:
eea
Home Page:
plone.formwidget.geolocation
License
GPL
Version:
1.5rc1
Last updated:
2017-01-16
Keywords:

plone.formwidget.geolocation

Files

Indexes

Geolocation field and widget

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.

How to build Leaflet via bower/grunt

::
$ npm install $ bower install $ grunt

Changelog

1.5rc1 (2017-01-16)

  • Geosearch bounds: Patched L.GeoSearch.Provider.Esri to also return the location bounds. Added bounds field to IGeolocation. Bounds are updated on pan, zoom, click and address lookup. [david-batranu]

1.4 (2015-11-26)

  • Leaflet: After searching, bind new marker to update lat/lng input field and remove MarkerClusterGroup. Fix annoying 'Uncaught Error: Couldn't autodetect L.Icon.Default.imagePath, set it manually.' [thet]
  • Update Leaflet dependencies. [thet]

1.3 (2015-07-15)

  • Add Leaflet as mapping widget. Use bower/grunt managed resources. [thet]
  • Remove the div.geolocation elements. Instead, render the list of geolocation points as JSON value on a data-geopoints attrbute on the map element. [thet]
  • Reintroduce package level imports and avoid circular import by moving out the message factory. [thet]
  • Remove the map id attrbute on the map element and use instead a map css class. [thet]

1.2.1 (2015-03-04)

  • Avoid circular imports by removing the package level imports. [thet]

1.2 (2015-03-04)

  • PEP8. [thet]

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