andreynovikov / trekarta

Simple, responsive map for your trek. You decide how to journey today, not the application!
https://trekarta.info
GNU General Public License v3.0
174 stars 25 forks source link

Font size for localities #122

Closed hungerburg closed 3 years ago

hungerburg commented 4 years ago

Node tag "place=locality" is used do map features of different kind and importance. Sadly, OSM does not have a way to denote any variety. Trekarta shows them quite prominently. As much as I like the bold appearance, I'd suggest do make the font smaller, same as mountain peaks for example.

hungerburg commented 3 years ago

In the mean time I learned to love the big letters, maybe though they are really not adequate; probably a rendering like "place=neighbourhood" might be more appropriate?

hungerburg commented 3 years ago

In the same manner, the names of wayside_shrines are much too big and appear too early, eg https://www.openstreetmap.org/node/1361377624 has a name when ruler shows 100m. Even with amenities/religious fully down/off.

andreynovikov commented 3 years ago

It sounds sensible to make locality font smaller, will do that.

As for wayside shrines, you can refer to map legend and see that I placed it in Attractions section. May be it's not 100% perfect but in my opinion they are more of historic/tourist place then religious. I would think about implementing multi-type amenities.

hungerburg commented 3 years ago

I have attractions greyed out, still wayside_shrines appear at zoom 200m (13?) (when nothing much else around) - memorials though comply - Perhaps, because it appears twice in this list?

https://github.com/andreynovikov/trekarta/blob/bd8ac66943d8953cd87840418b4a52c1e1b51ff9/app/src/main/java/mobi/maptrek/maps/maptrek/Tags.java#L1728

Double entries there:

      2             "0",
      2             "1",
      2             "2",
      2             "3",
      2             "4",
      2             "5",
      2             "6",
      2             "bicycle",
      2             "embassy",
      2             "intermediate",
      8             "reserved",
      2             "sauna",
      2             "services",
      2             "storage_tank",
      2             "wayside_shrine",
      2             "weir",
andreynovikov commented 3 years ago

It's not the source of the problem but thank you for noticing - it's weird!