We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The URL structure of the project is set up in config/urls.py and ohdm_django_mapnik/ohdm/urls.py.
config/urls.py
ohdm_django_mapnik/ohdm/urls.py
In the file config/urls.py there are server wide URL's like /admin and in ohdm_django_mapnik/ohdm/urls.py there are just URL's for the Tile-Server.
/admin
Admin panel URL: /admin
Time sensitive tile URL: /tile/<int:year>/<int:month>/<int:day>/<int:zoom>/<float:x_pixel>/<float:y_pixel>/tile.png
/tile/<int:year>/<int:month>/<int:day>/<int:zoom>/<float:x_pixel>/<float:y_pixel>/tile.png
Only in development mode enabled!
Tile URL with reload style.xml /tile/<int:year>/<int:month>/<int:day>/<int:zoom>/<float:x_pixel>/<float:y_pixel>/reload-style-xml/tile.png
/tile/<int:year>/<int:month>/<int:day>/<int:zoom>/<float:x_pixel>/<float:y_pixel>/reload-style-xml/tile.png
Tile URL with reload project.mml & style.xml /tile/<int:year>/<int:month>/<int:day>/<int:zoom>/<float:x_pixel>/<float:y_pixel>/reload-project-mml/tile.png
/tile/<int:year>/<int:month>/<int:day>/<int:zoom>/<float:x_pixel>/<float:y_pixel>/reload-project-mml/tile.png
Tile URL with default openstreetmap-carto (no time sensitivity) /tile/<int:zoom>/<float:x_pixel>/<float:y_pixel>/tile.png
/tile/<int:zoom>/<float:x_pixel>/<float:y_pixel>/tile.png