zbycz / osmapp

Lets make a universal app for OpenStreetMap
https://osmapp.org
GNU General Public License v3.0
182 stars 15 forks source link

Consider displaying garden without name #37

Open kudlav opened 3 years ago

kudlav commented 3 years ago

Hi, in osmapp v0.6 all garden:type=residential are displayed in the map. Those points are not useful for the public. The map is quite bloated with them and for example it can be easy to everlook the vets. https://osmapp.org/way/307109174#16.66/49.2186/16.6252

obrazek

zbycz commented 3 years ago

Thanks for the report :)

It seems that currently OpenMapTiles do not distinguish between park "garden" and residential "garden". You can send them the issue here: https://github.com/openmaptiles/openmaptiles Or i will do it somewhere in future :-)

kudlav commented 2 years ago

Hidden by filtering those pois out: https://github.com/zbycz/osmapp/pull/104

zbycz commented 2 years ago

Thanks for the fix!

I checked the result on the URL above, and unfortunately it appears, that some gardens are at poi-level-2, so they are still there. But i guess much better than before. btw, if you click a poi, it prints its properties in the devtools console, so its easy to debug it. But i guess you probably saw it before.

image