export history
This commit is contained in:
parent
82a46648a1
commit
8205ee51a8
3 changed files with 45 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
from django.conf.urls import url
|
||||
|
||||
from c3nav.mapdata.views import tile
|
||||
from c3nav.mapdata.views import history, tile
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^(?P<level>\d+)/(?P<zoom>\d+)/(?P<x>-?\d+)/(?P<y>-?\d+).(?P<format>png|svg)$', tile, name='mapdata.tile'),
|
||||
url(r'^history/(?P<level>\d+)/(?P<mode>base|render).(?P<format>png|data)$', history, name='mapdata.history'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue