Metadata-Version: 2.0
Name: wagtailosm
Version: 0.2
Summary: Open Street Map integration for Wagtail
Home-page: https://github.com/benjaoming/wagtailosm
Author: Benjamin Bach
Author-email: benjamin@overtag.dk
License: MIT
Keywords: wagtailosm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: django-osm-field (==0.3.0)

=============================
wagtailosm
=============================

.. image:: https://badge.fury.io/py/wagtailosm.png
    :target: http://badge.fury.io/py/wagtailosm

.. image:: https://travis-ci.org/benjaoming/wagtailosm.png?branch=master
    :target: https://travis-ci.org/benjaoming/wagtailosm


Open Street Map integration for Wagtail


Features
--------

Simple integration of OpenStreetMaps for Wagtail using the ``osm_field`` implementation. Use it as with ``osm_field``: If you want maps but don't need GIS. What it does is to maintain three columns in your database, one for latitude, one for longitude, and one for the "text search" that you have used to initially place the dot on the map in the admin.

Usage: `See docs <http://wagtailosm.readthedocs.org/en/latest/usage.html>`_.

How it looks
------------

.. image:: ./screen.png

Improvements?
-------------

This project took about 2 hours. Nothing is sacred, please contribute.




Documentation
-------------

The full documentation is at http://wagtailosm.rtfd.org.



History
-------

0.2 (2018-09-21)
++++++++++++++++

* Wagtail 2 support

0.1.0 (2015-12-26)
++++++++++++++++++

* First release on PyPI.


