tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
920 stars 130 forks source link

Stuck at 'rendering geoJSON' due to `TypeError: undefined is not an object` #686

Open gy-mate opened 7 months ago

gy-mate commented 7 months ago

The issue is similar to #367...

Screenshot 2024-02-13 at 18 26 48

...but the console error message for this query...

way(680443640) ->.searchArea;
nwr(area.searchArea);
out;

...is the following:

[Error] TypeError: undefined is not an object (evaluating 'e.lat')
    project (urlParameters-2b23d0ae.js:16:14665)
    latLngToPoint (urlParameters-2b23d0ae.js:16:13266)
    (anonymous function) (urlParameters-2b23d0ae.js:290:38772)
    eachLayer (urlParameters-2b23d0ae.js:16:72072)
    _onZoomEnd (urlParameters-2b23d0ae.js:290:38126)
    onAdd (urlParameters-2b23d0ae.js:290:37906)
    _layerAdd (urlParameters-2b23d0ae.js:16:69562)
    whenReady (urlParameters-2b23d0ae.js:16:44489)
    addLayer (urlParameters-2b23d0ae.js:16:69844)
    addTo (urlParameters-2b23d0ae.js:16:68896)
    onAdd (urlParameters-2b23d0ae.js:290:37589)
    _layerAdd (urlParameters-2b23d0ae.js:16:69562)
    whenReady (urlParameters-2b23d0ae.js:16:44489)
    addLayer (urlParameters-2b23d0ae.js:16:69844)
    (anonymous function) (index-fbed9313.js:754:33253)
    (anonymous function) (urlParameters-2b23d0ae.js:308:4631)
    (anonymous function) (urlParameters-2b23d0ae.js:290:37466) 

It doesn't always happen, sometimes it works.

I'm using 2024-01-15/8db5c43 on www.overpass-turbo.eu with Safari 17.3.1.