You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenMapTiles (SQL) is generating tiles where features from OSM has an ID set based on original running through a formula(s) so at the end user is able to determine based on ID whether the source feature is node, way or relation (see openmaptiles/openmaptiles#1587 and for example https://github.com/openmaptiles/openmaptiles/blob/master/layers/poi/poi.sql#L51). planetiler-openmaptiles is using just plain OSM ID hence there is no way to determine type of the origin OSM feature.
OpenMapTiles (SQL) is generating tiles where features from OSM has an ID set based on original running through a formula(s) so at the end user is able to determine based on ID whether the source feature is node, way or relation (see openmaptiles/openmaptiles#1587 and for example https://github.com/openmaptiles/openmaptiles/blob/master/layers/poi/poi.sql#L51).
planetiler-openmaptiles
is using just plain OSM ID hence there is no way to determine type of the origin OSM feature.Fix is a work in progress with two options:
*10
): Encode OSM node/way/relation in vector tile feature id onthegomap/planetiler#826*3
): Encode 3x node/way/relation in vector tile feature id onthegomap/planetiler#827planetiler-openmaptiles
(still) behave differently than OpenMapTiles.See also:
The text was updated successfully, but these errors were encountered: