MANIFEST.in
README.md
pyproject.toml
setup.py
teramap/__init__.py
teramap/apps.py
teramap/formatters.py
teramap/geojson.py
teramap/utils.py
teramap/views.py
teramap/widgets.py
teramap.egg-info/PKG-INFO
teramap.egg-info/SOURCES.txt
teramap.egg-info/dependency_links.txt
teramap.egg-info/top_level.txt
teramap/static/index.js
teramap/static/maps.js
teramap/static/debug/maps.html
teramap/static/debug/scroll-intent.html
teramap/static/lib/extend.js
teramap/static/lib/leaflet-number-marker.css
teramap/static/lib/leaflet-number-marker.js
teramap/static/lib/leaflet-scroll-intent.js
teramap/static/lib/template.js
teramap/static/maps/featurelayer.js
teramap/static/maps/layer-bounds.js
teramap/static/maps/leaflet-geojson-map.js
teramap/static/maps/leaflet-map.js
teramap/static/maps/makimarkers.js
teramap/static/maps/simplestyle.js
teramap/static/teramap/README.md
teramap/static/teramap/geometry_widget.css
teramap/static/teramap/geometry_widget.js
teramap/static/teramap/maps.css
teramap/static/teramap/maps.css.map
teramap/static/teramap/maps.js
teramap/static/teramap/maps.js.map
teramap/static/teramap/teramap.css
teramap/static/teramap/teramap.css.map
teramap/static/teramap/teramap.js
teramap/static/teramap/teramap.js.map
teramap/static/tests/index.html
teramap/static/tests/random-geojson.js
teramap/static/tests/test_maps.js
teramap/static/tests/fixtures/popup-content.html
teramap/static/tests/fixtures/random.geojson
teramap/templates/teramap/geometry_widget.html
teramap/templates/teramap/map.html
teramap/templatetags/__init__.py
teramap/templatetags/teramap.py
tests/test_geojson.py
tests/test_templatetags.py
tests/test_upload_view.py
tests/test_utils.py
tests/test_views.py
tests/test_widgets.py