hiddewie / OpenRailwayMap-vector

OpenRailwayMap vector tiles
https://openrailwaymap.fly.dev
GNU General Public License v3.0
4 stars 1 forks source link

Name labels no longer rendered #92

Closed wolfy1339 closed 1 week ago

wolfy1339 commented 1 month ago

I am not sure if this is known, but the name labels for tracks are no longer being rendered.

Currenly running revision dc4f5b9960471587157f5c0384c49c3ff52fe5f7 and there are no labels for tracks anymore

hiddewie commented 1 month ago

I cannot reproduce this locally or in the deployed variant on https://openrailwaymap.fly.dev/#view=11.42/51.0568/3.8426&style=standard

image

Did you try to reimport the data and rebuild/restart the proxy? The past days quite some breaking changes were made to the database schema, layers and the rendering properties.

hiddewie commented 1 month ago

Track refs also still render correctly for me

image

wolfy1339 commented 1 month ago

Yes, I have run a re-import of the db.

Track refs do render, just not the name=* tag What you are showing is the ref=* tag and the railway:track_ref=* tags, but not the name=* tag

wolfy1339 commented 1 month ago

OSM Way: https://www.openstreetmap.org/way/102000741 ORM: image ORM-Vector: image

wolfy1339 commented 1 month ago

The name is present in the database

gis=# select name from railway_line where osm_id=102000741;
            name            
----------------------------
 Trois-Rivières Subdivision
(1 row)
hiddewie commented 1 week ago

Thanks, I managed to reproduce it.

Should be fixed after https://github.com/hiddewie/OpenRailwayMap-vector/commit/03e86878e1179031f9c278a959564c282993390c

image

image