Leaflet for Geodjango with US TIGER State and County data
Project description
Leaflet setup for US Tiger State and County data
Quickstart
Install geodjango-tigerleaflet:
pip install geodjango-tigerleaflet
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'tigerleaflet',
...
)
Add geodjango-tigerleaflet’s URL patterns:
from tigerleaflet import urls as tigerleaflet_urls
urlpatterns = [
...
url(r'^', include(tigerleaflet_urls)),
...
]
Features
GeoJson urls for easy map creation
example Leaflet pages for displaying and navigating through state/county data
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2016-12-21)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geodjango-tigerleaflet-0.1.0.tar.gz.
File metadata
- Download URL: geodjango-tigerleaflet-0.1.0.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c6e565c44f0c802ad9b79428bbd6e147603128ae14f614fd79c7e7ded93c59d
|
|
| MD5 |
358fb7eb5edde54e78a9654ed1be8bec
|
|
| BLAKE2b-256 |
51b2258c5a27d80246b379268bec9a4484b6c52d93dcf6665f9b4741ab66ccad
|
File details
Details for the file geodjango_tigerleaflet-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: geodjango_tigerleaflet-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 48.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a40ce4f2fbdb0c1c971576e0aeb5dbdf2769f412c6b3297f5a96e3ae902eb9e
|
|
| MD5 |
8a8a005c2258d2a250e527e9c314814a
|
|
| BLAKE2b-256 |
7604152795fa4d876f983dca34821806b92b33bc4b9605b5496aed261809bbc8
|