osm-ToniE / ptna

Public Transport Network Analysis for OSM
GNU General Public License v3.0
19 stars 5 forks source link

consider all strings for key '.*type.*' and '.*route.*' #133

Closed osm-ToniE closed 2 years ago

osm-ToniE commented 2 years ago

Presenting "suspicious relations":

if there is no direct match for k="type", consider k =~ m/type/

if there is no direct match for k="route_master", consider k =~ m/route_master/

if there is no direct match for k="route", consider k =~ m/route/

same for their values