Metadata-Version: 2.0
Name: onegov.gis
Version: 0.5.2
Summary: GIS related models and tools for OneGov
Home-page: http://github.com/OneGov/onegov.gis
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Dist: more.webassets (>=0.3.2)
Requires-Dist: onegov.core (>=0.4.0)
Requires-Dist: onegov.form
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: onegov-testing; extra == 'test'
Requires-Dist: pytest; extra == 'test'



Run the Tests
-------------

Install tox and run it::

    pip install tox
    tox

Limit the tests to a specific python version::

    tox -e py27

Conventions
-----------

Onegov Gis follows PEP8 as close as possible. To test for it run::

    tox -e pep8

Onegov Gis uses `Semantic Versioning <http://semver.org/>`_

Build Status
------------

.. image:: https://travis-ci.org/OneGov/onegov.gis.png
  :target: https://travis-ci.org/OneGov/onegov.gis
  :alt: Build Status

Coverage
--------

.. image:: https://coveralls.io/repos/OneGov/onegov.gis/badge.png?branch=master
  :target: https://coveralls.io/r/OneGov/onegov.gis?branch=master
  :alt: Project Coverage

Latest PyPI Release
-------------------

.. image:: https://badge.fury.io/py/onegov.gis.svg
    :target: https://badge.fury.io/py/onegov.gis
    :alt: Latest PyPI Release

License
-------
onegov.gis is released under GPLv2

Changelog
---------

0.5.2 (2017-12-22)
~~~~~~~~~~~~~~~~~~~

- Switches to onegov core's custom json module.
  [href]

- Renders icon in marker as svg, not html.
  [href]

0.5.1 (2017-11-29)
~~~~~~~~~~~~~~~~~~~

- Improves drawing performance of map markers.
  [href]

0.5.0 (2017-11-07)
~~~~~~~~~~~~~~~~~~~

- Upgrades to leaflet 1.2.0.
  [href]

- Adds a reference to each created map to the document.
  [href]

- Adds a gejson map type.
  [href]

0.4.4 (2017-10-17)
~~~~~~~~~~~~~~~~~~~

- Fixes empty coordinates resulting in an error.
  [href]

0.4.3 (2017-10-12)
~~~~~~~~~~~~~~~~~~~

- Improves style of map buttons and provides more space for gecode results.
  [href]

0.4.2 (2017-09-01)
~~~~~~~~~~~~~~~~~~~

- Accepts more values on the coordinates ORM field.
  [href]

0.4.1 (2017-09-01)
~~~~~~~~~~~~~~~~~~~

- Accepts more values on the coordinates setter.
  [href]

0.4.0 (2017-07-12)
~~~~~~~~~~~~~~~~~~~

- Upgrade Leaflet and its plugins to the latest release.
  [href]

0.3.3 (2017-02-15)
~~~~~~~~~~~~~~~~~~~

- Decreases the likelihood of scrolling triggering a zoom on a map.
  [href]

0.3.2 (2016-04-11)
~~~~~~~~~~~~~~~~~~~

- Fixes a display issue on IE.
  [href]

0.3.1 (2016-04-11)
~~~~~~~~~~~~~~~~~~~

- Adds a simple geocoding button to the leaflet map.
  [href]

0.3.0 (2016-04-08)
~~~~~~~~~~~~~~~~~~~

- Moves to new more.webassets.
  [href]

0.2.1 (2016-04-06)
~~~~~~~~~~~~~~~~~~~

- Adds compatibility with Morepath 0.13.
  [href]

0.2.0 (2016-04-05)
~~~~~~~~~~~~~~~~~~~

- Changes the mouse pointer to default on unclickable markers.
  [href]

- Fixes form submit not working with enter key in map enabled forms.
  [href]

- Acquires the default view parameters from the body.
  [href]

0.1.0 (2016-04-05)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to display a (readonly) map with a marker.
  [href]

0.0.1 (2016-04-01)
~~~~~~~~~~~~~~~~~~~

- Initial Release


