]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/__init__.py
Implement update_wrmapcache functionality from GUI.
[philipp/winterrodeln/wradmin.git] / wradmin / __init__.py
index ba056c1ec8f5d4f21d6b6a840e95af579469c270..c80fc17d6d08371e62d04ecad9d5c842263cc5f5 100644 (file)
@@ -54,6 +54,9 @@ def rodelbahn_update():
 def rodelbahn_update_regioncache():
     return RodelbahnController().update_regioncache()
 
+@app.route("/rodelbahn/update_mapcache")
+def rodelbahn_update_mapcache():
+    return RodelbahnController().update_mapcache()
 
 @app.route("/bericht/list")
 def bericht_list():