Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geodjango-tigerleaflet-0.1.0.tar.gz (43.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geodjango_tigerleaflet-0.1.0-py2.py3-none-any.whl (48.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file geodjango-tigerleaflet-0.1.0.tar.gz.

File metadata

File hashes

Hashes for geodjango-tigerleaflet-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1c6e565c44f0c802ad9b79428bbd6e147603128ae14f614fd79c7e7ded93c59d
MD5 358fb7eb5edde54e78a9654ed1be8bec
BLAKE2b-256 51b2258c5a27d80246b379268bec9a4484b6c52d93dcf6665f9b4741ab66ccad

See more details on using hashes here.

File details

Details for the file geodjango_tigerleaflet-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for geodjango_tigerleaflet-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0a40ce4f2fbdb0c1c971576e0aeb5dbdf2769f412c6b3297f5a96e3ae902eb9e
MD5 8a8a005c2258d2a250e527e9c314814a
BLAKE2b-256 7604152795fa4d876f983dca34821806b92b33bc4b9605b5496aed261809bbc8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page