Package madrona :: Package studyregion :: Module urls
[hide private]

Module urls

source code

Variables [hide private]
  urlpatterns = patterns('madrona.studyregion.views', (r'^$', 's...
Variables Details [hide private]

urlpatterns

Value:
patterns('madrona.studyregion.views', (r'^$', 'studyregion'), url(r'^k\
ml/$', 'regionKml', name= 'studyregion-kml'), (r'^kml/(\d+)/$', 'kml')\
, (r'^kml_chunk/([-]?\d+\.\d+)/([-]?\d+\.\d+)/([-]?\d+\.\d+)/([-]?\d+\\
.\d+)/$', 'regionKmlChunk'), (r'^lookAtKml/$', 'regionLookAtKml'), (r'\
^show/(\d+)/$', 'show'),)