[openstreetmap/openstreetmap-website] Query tool: hovering over relations sometimes unresponsive (#1608)

mmd notifications at github.com
Sun Aug 6 19:29:11 UTC 2017


Further checking in Chrome, it looks like we have to process a several thousand (!) layers for the relations in question. I think it is faily obvious that this is not the best thing to do. Most of these layers seem also pretty empty.

Could it be, that the following JSON fragment returned from Overpass API tricks the application into creating those useless layers?

```JSON
    {
      "type": "way",
      "ref": 7660203,
      "role": "",
      "geometry": [
      ]
    },
```


![grafik](https://user-images.githubusercontent.com/5842757/29006312-98507e4c-7aed-11e7-92ce-ed2c0e5e99fd.png)




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/1608#issuecomment-320527156
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170806/d9a3bc2f/attachment.html>


More information about the rails-dev mailing list