small update to be compatible with the openstreetmap-carto V4.X database scheme
authorUser for running Openstreetmap-things <osm@osm.rrze.uni-erlangen.de>
Fri, 25 Aug 2017 09:16:41 +0000 (11:16 +0200)
committerUser for running Openstreetmap-things <osm@osm.rrze.uni-erlangen.de>
Fri, 25 Aug 2017 09:16:41 +0000 (11:16 +0200)
styles/mapnik-osm-data/rrze-overlay.xml

index 71a801fd05805eac7dcb19ad58b99833a76b0aa9..b940b73b9efcd4d3d25721d267426ab6d812f0d5 100644 (file)
       <Parameter name="table">
       (select way,name,replace(tags->'line',',',';') as line,length(tags->'line') as llength
        from &prefix;_point
       <Parameter name="table">
       (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
       </Parameter>
       &datasource-settings;
       ) as busstop
       </Parameter>
       &datasource-settings;
This page took 0.11114 seconds and 4 git commands to generate.