mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

Add Django example #42

Closed mvexel closed 8 years ago

mvexel commented 8 years ago

This PR adds an examples/ directory with one example so far, a Django application that uses the API wrapper to load features from OSM and display them on a Leaflet map:

django-example