From: User for running Openstreetmap-things Date: Fri, 25 Aug 2017 09:16:41 +0000 (+0200) Subject: small update to be compatible with the openstreetmap-carto V4.X database scheme X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=osmrrze.git;a=commitdiff_plain;h=12b15999b3359fceb75af37d118e9bb994031499 small update to be compatible with the openstreetmap-carto V4.X database scheme --- diff --git a/styles/mapnik-osm-data/rrze-overlay.xml b/styles/mapnik-osm-data/rrze-overlay.xml index 71a801f..b940b73 100644 --- a/styles/mapnik-osm-data/rrze-overlay.xml +++ b/styles/mapnik-osm-data/rrze-overlay.xml @@ -196,7 +196,7 @@ (select way,name,replace(tags->'line',',',';') as line,length(tags->'line') as llength from &prefix;_point - where highway='bus_stop' or (public_transport='stop_position' and tags->'bus'='yes') + where highway='bus_stop' or (tags->'public_transport'='stop_position' and tags->'bus'='yes') ) as busstop &datasource-settings;