X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=osmrrze.git;a=blobdiff_plain;f=styles%2Fmapnik-osm-data%2Frrze-overlay.xml;h=82425965d773f6fb4e236eb9afd5a910e0332450;hp=0b5824262d83ad045a72fd161a00d553128de324;hb=73f79d8f12f1a443ae2e963b4450a8750fe6b65a;hpb=1ef97ffe70261c8edae52bfaaf009d43e6472fab diff --git a/styles/mapnik-osm-data/rrze-overlay.xml b/styles/mapnik-osm-data/rrze-overlay.xml index 0b58242..8242596 100644 --- a/styles/mapnik-osm-data/rrze-overlay.xml +++ b/styles/mapnik-osm-data/rrze-overlay.xml @@ -28,10 +28,49 @@ &maxscale_zoom15; [amenity] = 'bicycle_parking' and ([access] = 'public' or [access] = 'yes' or not [access] != '') - + + + points @@ -82,4 +121,16 @@ &datasource-settings; + + busstop + + + (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') + ) as busstop + + &datasource-settings; + +