Private
Public Access
1
0

change osm to arcgis

This commit is contained in:
2024-06-13 11:07:29 +02:00
parent 9db84cf16b
commit 5e1169fd2c
8 changed files with 118 additions and 38 deletions

View File

@@ -517,7 +517,6 @@ def strokedatajson_v3(request):
}
"""
print("V3")
if request.method != 'POST':
return HttpResponseNotAllowed("Method not supported") # pragma: no cover