urls: render→composite
This commit is contained in:
parent
1d770e3e43
commit
6dbfa8c023
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ from c3nav.mapdata.views import history, tile, tile_access
|
|||
|
||||
urlpatterns = [
|
||||
url(r'^(?P<level>\d+)/(?P<zoom>\d+)/(?P<x>-?\d+)/(?P<y>-?\d+).png$', tile, name='mapdata.tile'),
|
||||
url(r'^history/(?P<level>\d+)/(?P<mode>base|render).(?P<format>png|data)$', history, name='mapdata.history'),
|
||||
url(r'^history/(?P<level>\d+)/(?P<mode>base|composite).(?P<format>png|data)$', history, name='mapdata.history'),
|
||||
url(r'^tile_access$', tile_access, name='mapdata.tile_access'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue