Metadata-Version: 2.1
Name: pyams_gis
Version: 0.2.13
Summary: PyAMS GIS helpers interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_gis
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Keywords: Pyramid PyAMS GIS
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: GDAL
Requires-Dist: pyams_form
Requires-Dist: pyams_pagelet
Requires-Dist: pyams_skin
Requires-Dist: pyams_template
Requires-Dist: pyams_utils>=0.1.15
Requires-Dist: pyams_viewlet
Requires-Dist: pyams_zmi
Requires-Dist: pyramid
Requires-Dist: z3c.form>=4.1
Requires-Dist: zope.component
Requires-Dist: zope.interface
Requires-Dist: zope.schema
Provides-Extra: test


sudo apt-get install libgdal-dev

export CPLUS_INCLUDE_PATH=/usr/include/gdal

export C_INCLUDE_PATH=/usr/include/gdal


History
=======

0.2.13
------
 - updated coordinates transformation function according to GDAL package release

0.2.12
------
 - added layers definition to map data

0.2.11
------
 - reified table data attributes

0.2.10
------
 - automatically scroll to search results on marker mouseover event (with added option to
   disable this automatic scroll)
 - added support for map fullscreen mode control

0.2.9
-----
 - added option in map configuration to be able to disable markers groups

0.2.8
-----
 - handle option to disable markers clusters

0.2.7
-----
 - add markers icons to map data
 - check transform input value for tuple or list

0.2.6
-----
 - make points and areas coordinates widgets as readonly

0.2.5
-----
 - updated translation

0.2.4
-----
 - added check before updating map position on selected marker
 - replace Leaflet tooltips with Leaflet popups to use autopan feature

0.2.3
-----
 - updated translations

0.2.2
-----
 - updated markers tooltips direction based on marker vertical position
 - added default value to zoom level

0.2.1
-----
 - updated maps configuration interface
 - use promises to correctly handle multi-maps pages

0.2.0
-----
 - updated Leaflet release
 - added GeoJSON layer type
 - added attributes to map configuration
 - added points and areas JSON output

0.1.14
------
 - updated widgets subforms for z3c.form >= 4.1

0.1.13
------
 - use object factory in annotations adapters

0.1.12
------
 - updated internal objects forms templates

0.1.11
------
 - updated widgets templates

0.1.10
------
 - renamed TALES extension
 - updated position and area selection widgets templates

0.1.9
-----
 - use relative URLs to get images
 - reset position marker and view when coordinates are cleared

0.1.8
-----
 - updated annotations adapters

0.1.7
-----
 - renamed factories to use snake_case on functions
 - updated forms prefix
 - use default container delete view for map layers

0.1.6
-----
 - added responsive classes to area and location input widgets
 - updated database upgrade code and removed INewLocalSite event subscriber

0.1.5
-----
 - update "transform" function call signature

0.1.4
-----
 - added "configure.zcml" file to correctly handle Zope translations
 - added "header" viewlet in map position or area selection dialog
 - updated GPS position and area selection widgets
 - use CSS download callbacks
 - renamed "projection" attributes to "srid"

0.1.3
-----
 - updated widgets for z3c.form 3.6

0.1.2
-----
 - updated maps manager header

0.1.1
-----
 - changed area selection behaviour to match default configuration
 - changed ZMI permissions

0.1.0
-----
 - first release
