Ignore:
Timestamp:
Aug 23, 2011, 10:11:58 AM (13 years ago)
Author:
rick
Message:

Make the path and CDN domain settings transparent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/urls.py

    r9390 r9544  
    1313urlpatterns = patterns('wlheatmap',
    1414    url(r'^$', direct_to_template, {'template' : 'home.html'}),
     15    url(r'^js/LayerBase.js$', 'js_layer_base'),
    1516    url(r'^tile/(?P<zoom>\d+)/(?P<x>\d+),(?P<y>\d+).png$', 'tile.serve_tile'),
    1617    url(r'^nodelist/(?P<zoom>\d+),(?P<lat>[0-9.]+),(?P<lon>[0-9.]+)$', 'nodelist.serve_nodelist'),
Note: See TracChangeset for help on using the changeset viewer.