Page not found (404)

Request Method: GET
Request URL: https://umap.openstreetmap.de/de/datalayer/24741/

Using the URLconf defined in umap.urls, Django tried these URL patterns, in this order:

  1. ^admin/
  2. login/<str:backend>/ [name='begin']
  3. complete/<str:backend>/ [name='complete']
  4. disconnect/<str:backend>/ [name='disconnect']
  5. disconnect/<str:backend>/<int:association_id>/ [name='disconnect_individual']
  6. ^m/(?P<pk>\d+)/$ [name='map_short_url']
  7. ^ajax-proxy/$ [name='ajax-proxy']
  8. ^change-password/ [name='password_change']
  9. ^change-password-done/ [name='password_change_done']
  10. ^i18n/
  11. ^agnocomplete/
  12. ^map/oembed/ [name='map_oembed']
  13. ^map/(?P<map_id>\d+)/download/ [name='map_download']
  14. de/ ^$ [name='home']
  15. de/ ^showcase/$ [name='maps_showcase']
  16. de/ ^search/$ [name='search']
  17. de/ ^about/$ [name='about']
  18. de/ ^user/(?P<identifier>.+)/stars/$ [name='user_stars']
  19. de/ ^user/(?P<identifier>.+)/$ [name='user_maps']
  20. de/ ^login/$ [name='login']
  21. de/ ^login/popup/end/$ [name='login_popup_end']
  22. de/ ^logout/$ [name='logout']
  23. de/ ^map/(?P<map_id>\d+)/geojson/$ [name='map_geojson']
  24. de/ ^map/anonymous-edit/(?P<signature>.+)$ [name='map_anonymous_edit_url']
  25. de/ ^pictogram/json/$ [name='pictogram_list_json']
  26. de/ datalayer/<int:map_id>/<uuid:pk>/ [name='datalayer_view']
  27. de/ datalayer/<int:map_id>/<uuid:pk>/versions/ [name='datalayer_versions']
  28. de/ datalayer/<int:map_id>/<uuid:pk>/<str:name> [name='datalayer_version']
  29. de/ ^map/(?P<slug>[-_\w]+)_(?P<map_id>\d+)$ [name='map']
  30. de/ ^map/$ [name='map_preview']
  31. de/ ^map/new/$ [name='map_new']
  32. de/ ^map/create/$ [name='map_create']
  33. de/ ^map/(?P<map_id>[\d]+)/star/$ [name='map_star']
  34. de/ ^me$ [name='user_dashboard']
  35. de/ ^me/profile$ [name='user_profile']
  36. de/ ^me/download$ [name='user_download']
  37. de/ ^map/(?P<map_id>[\d]+)/update/settings/$ [name='map_update']
  38. de/ ^map/(?P<map_id>[\d]+)/update/permissions/$ [name='map_update_permissions']
  39. de/ ^map/(?P<map_id>[\d]+)/update/owner/$ [name='map_attach_owner']
  40. de/ ^map/(?P<map_id>[\d]+)/update/delete/$ [name='map_delete']
  41. de/ ^map/(?P<map_id>[\d]+)/update/clone/$ [name='map_clone']
  42. de/ ^map/(?P<map_id>[\d]+)/datalayer/create/$ [name='datalayer_create']
  43. de/ map/<int:map_id>/datalayer/delete/<uuid:pk>/ [name='datalayer_delete']
  44. de/ map/<int:map_id>/datalayer/permissions/<uuid:pk>/ [name='datalayer_permissions']
  45. de/ map/<int:map_id>/datalayer/update/<uuid:pk>/ [name='datalayer_update']
  46. stats/ [name='stats']
  47. favicon.ico
  48. manifest.webmanifest
  49. ^uploads/(?P<path>.*)$
  50. ^static/(?P<path>.*)$

The current path, de/datalayer/24741/, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.