SomeoneElseOSM / SomeoneElse-style

An "England and Wales rural pedestrian" focused OSM-based map style. Example at https://map.atownsend.org.uk/maps/map/map.html . This is the tag preprocessing part of the style.
GNU General Public License v3.0
9 stars 3 forks source link

New relation missing from minutely updates #19

Open SomeoneElseOSM opened 11 months ago

SomeoneElseOSM commented 11 months ago

The GMT Cambridge Loop https://www.openstreetmap.org/relation/16376692 doesn't appear at https://map.atownsend.org.uk/maps/map/map.html#20/52.20985/0.06663 . Other new things do appear there, and the relation appears when a data reload via "update_render.sh" is done.

gis=> select osm_id from planet_osm_line where osm_id = -16376692;
 osm_id
--------
(0 rows)

gis=> select id from planet_osm_rels where id = 16376692;
 id
----
(0 rows)

name    Greenwich Meridian Trail (Cambridge Loop)
network     lwn
route   hiking
type    route

The last data load was 6/9/2023. Another similar new relation, Yorkshire Wolds Way (Humber Bridge to Hull), has appeared:

https://www.openstreetmap.org/relation/16327210
name    Yorkshire Wolds Way (Humber Bridge to Hull)
network     nwn
operator    National Trails
route   hiking
type    route
url     http://www.nationaltrail.co.uk/YorkshireWoldsWay/
wikidata    Q2600857
wikipedia   en:Yorkshire Wolds Way

v1 of that was in https://www.openstreetmap.org/changeset/141232629 which was added 13 Sep 2023

SomeoneElseOSM commented 5 months ago

The root problem still exists but just to comment on the GMT here it doesn't show at low or medium zoom levels because the name is so long and there are other routes using the same ways.