]> git.parisson.com Git - telemeta.git/commit
- add googlemap based geo navigator
authorolivier <>
Tue, 2 Feb 2010 19:41:03 +0000 (19:41 +0000)
committerolivier <>
Tue, 2 Feb 2010 19:41:03 +0000 (19:41 +0000)
commit7365a0d4d35f21fcce7af3cda04c133acf09b5ef
tree99c2c2651339b7fdc0fb7298d4c97f9ac66291d5
parentd5478ffad2600806eb9719bf836fde13685c997b
- add googlemap based geo navigator
- add latitude and longitude fields to Location Model
- add django admin geocoding command: ./manage.py telemeta-geocode
- upgrade jquery to 1.4.1
13 files changed:
telemeta/htdocs/css/telemeta.css
telemeta/htdocs/js/jquery.js
telemeta/htdocs/js/resourcemap.js [new file with mode: 0644]
telemeta/management/__init__.py [new file with mode: 0644]
telemeta/management/commands/__init__.py [new file with mode: 0644]
telemeta/management/commands/telemeta-geocode.py [new file with mode: 0644]
telemeta/models/crem.py
telemeta/templates/telemeta_default/base.html
telemeta/templates/telemeta_default/collection_detail.html
telemeta/templates/telemeta_default/geo_continents.html
telemeta/templates/telemeta_default/mediaitem_detail.html
telemeta/templatetags/telemeta_utils.py
telemeta/web/base.py