organicmaps / organicmaps

šŸƒ Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!
https://organicmaps.app
Apache License 2.0
9.93k stars 953 forks source link

Add an option to hide localities #6960

Open ldsvrn opened 10 months ago

ldsvrn commented 10 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is.

In some areas with a lot of localities defined, the map can get quickly filled with useless information, such as names of farming fields.

Screenshot_20231224-175847.png

Describe the ideal solution A clear and concise description of what you want to see in Organic Maps.

I could be great of we could hide theses "locality" from the map.

Describe alternatives you have considered

I usually zoom out until they disappear.

Additional context Add any other context or screenshots about the feature request here.

fizwidget commented 10 months ago

Iā€™ve also noticed cases where localities clutter up the map a bit. E.g. at Cockatoo Island in Sydney, the localities within the island hide the name of the island itself (which is really more important):

IMG_2765

j5k commented 10 months ago

Same here: #755

pastk commented 8 months ago
pastk commented 8 months ago

In the meantime we might reduce visibility of localities by one zoom level.

pastk commented 8 months ago

Iā€™ve also noticed cases where localities clutter up the map a bit. E.g. at Cockatoo Island in Sydney, the localities within the island hide the name of the island itself (which is really more important):

While I agree that place=islet should be generally higher than a locality (but maybe there could be groups of islets tagged together as a locality??),

here could be a case of mistagging also, as place=locality is used for unpopulated places only.

Upd: OSM also doesn't display this islet's name until zoomed in.

fizwidget commented 8 months ago

here could be a case of mistagging also, as place=locality is used for unpopulated places only.

Yeah that could well be the case here, Iā€™ll have more of a think about it.

It is ā€œunpopulatedā€ in the sense that nobody lives there - itā€™s essentially an open air museum of unused historic buildings. Maybe thereā€™s a better way of tagging the precincts within itā€¦

ldsvrn commented 7 months ago

Is there a way to simply completely hide theses?

To be honest I personally do not care about knowing the name of every single farmland, but if I understand this wiki page correctly, it might still convey useful information in some areas (from what I have seen in France most localities are useless information however).

pastk commented 7 months ago

Is there a way to simply completely hide theses?

No, unless you make and compile your own map style (see in docs/STYLES.md).

ldsvrn commented 7 months ago

Is there a way to simply completely hide theses?

No, unless you make and compile your own map style (see in docs/STYLES.md).

* related to [Disable display of (certain) POIs #2355](https://github.com/organicmaps/organicmaps/issues/2355)

Thanks, I'll try making a custom style when I have time.