public
Description: This is a simple crime map build using Django.
Homepage:
Clone URL: git://github.com/justinlilly/django-crimemap.git
name age message
file .gitignore Wed Oct 15 18:29:16 -0700 2008 added emacs temp files to the git ignore [justinlilly]
file README.rst Wed Oct 15 18:44:01 -0700 2008 Adding todos to the readme file [justinlilly]
file __init__.py Wed Sep 10 21:16:21 -0700 2008 initial import [justinlilly]
directory blotter/ Wed Oct 01 05:55:38 -0700 2008 Redirecting invalid datetimes back to all crime... [justinlilly]
file manage.py Wed Sep 10 21:16:21 -0700 2008 initial import [justinlilly]
file settings.py Thu Oct 02 12:28:11 -0700 2008 Removed django-pagination as a dependency. It m... [justinlilly]
directory static/ Thu Oct 02 08:01:31 -0700 2008 Right aligning larger sidebar to account for so... [justinlilly]
directory templates/ Thu Oct 02 06:36:46 -0700 2008 Removing django pagination from the points on t... [justinlilly]
file urls.py Wed Sep 10 21:16:21 -0700 2008 initial import [justinlilly]
README.rst

Crime Map

This is a simple crime map I'll be using for an upcoming project in the newsroom. I figured it might help save another developer some time by including it so here it is. You'll want to change the hardcoded latitude and longitude in the base.html template and provide your own yahoo api key (used for the maps).

TODO

  • Add in a limit to the number of data points that can be rendered