[SOLVED] Cutted label on some zoom level

Hi folks!

As I did my first edit on the map (added a location), I’d need some help: I noticed that the label of that location I’ve added is cutted on some zoom level (eg. 30 meter / 100 feet).

I did the edit some days ago; I was thinking it was some update issue with the nearby tiles but the issue persist.

The node is https://www.openstreetmap.org/node/7731772211

Hope someone can help!

Thanks in advance!

Cheers,
Bob

Hi, I can confirm your issue on osm.org.
I still think it is a tile update problem. Other services show your place, e.g. see http://tools.geofabrik.de/map/#17/45.0519/6.8120&type=Geofabrik_Standard&mlat=45.05095&mlon=6.81251

There were some rendering problems in the last weeks.

I also think place=isolated_dwelling may be wrong an should be place=locality.

If there’s a dwelling, I’d also add building=cabin or one of the other defined “building” values. That’ll improve its visibility as a landmark.

https://wiki.openstreetmap.org/wiki/Key:building

Hi, thank you for your prompt help!

I tried to move left the placemaker and it looks like better now! (apart for the old label which is still half visible, should be a temporary issue?)

First I decided to change the place with locality as suggested but as i realized that in the nearby there are many others similar places already marked as isolated_dwelling (they are mostly abandoned huts used for mining in the past) the labels have been rendered in different styles, so i prefer to let them all similar to make the map better readable for hikers on that trail.

Cheers,
Bob

Hi everyone,

thanks to the prompt help in the IRC chat with some guys i’ve resolved the issue;

I simply did the /dirty trick on the tile that hasn’t been updated for every zoom level (16 - 19).

For people just like me who didn’t know that trick, simply get the selected png tile by using the dev tools (press F12 in the browser), then go to the NET panel and discover the tile; then call that url in a new window, adding /dirty at the end of the url: the server will respond with the message that the tile will be update (a few minutes normally). Also the /status request will show you some information about the last rendered and access time.

Example of request:

TILE URL: https://tile.openstreetmap.org/16/34008/23561.png

DIRTY: https://tile.openstreetmap.org/16/34008/23561.png/dirty

STATUS: https://tile.openstreetmap.org/16/34008/23561.png/status

Hope it helps!

Cheers,
Bob