This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

umap - incorrect server response message

0
1

hi!

i create a umap-Map and get several the message "incorrect server response".

there are not many data in the area.

here the openlink: umap-example

serveral data in the area of Lübeck alt text

my definitons for dynamic osm-data by overpass are...

https://overpass-api.de/api/interpreter?data=[out:json][timeout:25];(nw["railway"="water_tower"]({south},{west},{north},{east});nw["man_made"="water_tower"]({south},{west},{north},{east});nw["disused:railway"="water_tower"]({south},{west},{north},{east}););out center;

https://overpass-api.de/api/interpreter?data=[out:json][timeout:50];nw["abandoned:railway"="signal_box"]({south},{west},{north},{east});out center;

https://overpass-api.de/api/interpreter?data=[out:json][timeout:50];nw["railway"="signal_box"]({south},{west},{north},{east});out center;

https://overpass-api.de/api/interpreter?data=[out:json][timeout:50];nw["disused:railway"="signal_box"]({south},{west},{north},{east});out center;

Can someone tell me how I can improve performance? Not all markers are always displayed.

regards Jan (german)

asked 24 Aug '20, 07:52

L%C3%BCbeck's gravatar image

Lübeck
21122
accept rate: 0%

I've deleted your duplicate question, and left this one. If you need to change something you can simply edit this one.

(24 Aug '20, 08:05) SimonPoole ♦

One Answer:

0

Danke Simon!

es gab Probleme mit der ersten Freischaltung. Einiges in dem englischen übersehen.

Jan

answered 24 Aug '20, 15:34

L%C3%BCbeck's gravatar image

Lübeck
21122
accept rate: 0%

edited 24 Aug '20, 15:34

Source code available on GitHub .