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
We have a transform that removes route_name from the results if it's the same as name. Presumably there are cases where route_name is not the same value as name?
How about:
if route_name exists but not name -> move to name
if name exists and equals route_name -> drop route_name
if both exist and are different -> keep both
We have this transform configured for the roads layer too.
The convention in Mapzen vector tiles is to have
name
regardless of source OSM feature type. But I seeroute_name
on all transit line features.(In this case we also indicate that
"osm_relation": true,
on these features already.)Example 1:
Example 2:
The text was updated successfully, but these errors were encountered: