A collection of custom overlays for SCEE.
ToC
- Smoothness
- Tracktype
- Sidewalk surface
- Sidewalk
- Separate cylceway
- Cycleway
- Path
- Highway
- Suspicious highway
- Highway nodes
- Crossing
- access
- Suspicious access
- Traffic sign
- Barrier
- Traffic calming
- Maxspeed
- Suspicious Maxspeed
- Lanes
- All nodes / All ways / All relations
- Landuse
- Waterway
- Leisure
- Name
- Roof shape
- Levels
- Information boards
- Width
See, review, edit and maintain road smoothness
.
highway
s that areservice=driveway
,service=slipway
,access=private
oraccess=no
are not selected unless they have an existingsmoothness
tag.- Dash-filter is used for QA checks on the
surface
. - Keep in mind that there are other surface tags such as
cycleway:surface
andfootway:surface
that are not evaluated by this overlay. - Tip: Create a "Smoothness" preset for use with this overlay.
- Smoothness overlay request: streetcomplete/StreetComplete#5486
Expand
highway
and service !~ driveway|slipway
and access !~ private|no
or ~((sidewalk|footway|cycleway):((both|left|right):)?)?smoothness
- nodes
- ways
- relations
!smoothness
- Highlight missing data: Yes
!surface
or (surface ~ unpaved|ground)
or (smoothness = excellent and surface !~ asphalt|concrete|concrete:plates|sett|paving_stones)
or (smoothness = good and surface ~ unpaved|rock|pebblestone|ground|dirt|earth|grass|grass_paver|mud|sand|woodchips|snow|ice)
or (smoothness = intermediate and surface ~ unpaved|rock|ground|dirt|earth|mud|sand|woodchips|snow|ice)
See, review, edit and maintain the tracktype
of tracks.
- All
highway=track
are selected. - Dash-filter is used for QA checks on the
surface
.
Expand
highway=track
- nodes
- ways
- relations
!tracktype
- Highlight missing data: Yes
!surface
or tracktype and surface
and (
(tracktype=grade1 and surface !~ asphalt|concrete|concrete:plates|sett|paving_stones)
or (tracktype=grade2 and surface !~ compacted|fine_gravel|gravel|shells|pebblestone)
or (tracktype=grade3 and surface ~ unpaved|ground)
or (tracktype=grade5 and surface !~ unpaved|fine_gravel|gravel|shells|rock|pebblestone|ground|dirt|earth|grass|mud|sand|woodchips|snow|ice|salt)
or (surface ~ asphalt|concrete|concrete:plates|sett|paving_stones and tracktype != grade1)
or (surface ~ ground|dirt|earth|mud|sand and tracktype != grade5)
)
See, review, edit and maintain the surface
of sidewalks tagged on streets.
Expand
sidewalk:both = yes
or sidewalk:left = yes
or sidewalk:right = yes
or sidewalk ~ both|left|right
- nodes
- ways
- relations
sidewalk(:both|:left|:right)?:surface
- Highlight missing data: Yes
See and review sidewalks.
- In contrast to the StreetComplete Sidewalk overlay,
separate
d sidewalks are shown. - Dash-filter is used to show deprecated tags.
Expand
sidewalk
or sidewalk:both
or sidewalk:left
or sidewalk:right
or (highway ~ path|cycleway|footway and foot != no)
- nodes
- ways
- relations
sidewalk(:(both|left|right))?
- Highlight missing data: Yes
sidewalk = none
See and review cycleway=separate
on streets.
- In contrast to the StreetComplete cylceway overlay,
separate
d cycleways are shown. - Dash-filter is used to show deprecated tags.
Expand
~cycleway.* ~ separate
or (highway = path and bicycle = designated)
or (highway = cycleway)
- nodes
- ways
- relations
cycleway(:(both|left|right))?
- Highlight missing data: Yes
See, review, edit and maintain cycleway infrastructure.
- Dash-filter is used to show deprecated tags.
Expand
highway ~ path|cycleway|footway
or ~cycleway.*
- nodes
- ways
- relations
cycleway|cycleway:(both|left|right).*|(oneway:)?(bicycle|foot|mofa|moped)(:signed)?|oneway|segregated
- Highlight missing data: Yes
cycleway ~ opposite.*
See, review, edit and maintain path like highways.
Expand
highway ~ path|cycleway|footway
- nodes
- ways
- relations
highway|path|cycleway|footway|(oneway:)?(bicycle|foot|mofa|moped)(:signed)?|oneway|segregated
- Highlight missing data: Yes
See, review, edit and maintain the highway
type of ways.
- service type and footway type are colored as well. cycleway type is not colored because the same key is used for tagging cycleways on streets.
- Dash-filter is used to show
oneway
.
Expand
highway
- nodes
- ways
- relations
highway|service|footway
- Highlight missing data: No
oneway and oneway != no
Find suspicious highways
- footways with
bicycle=designated
may be better tagged ashighway=path
.
Expand
highway = footway and bicycle = designated
- nodes
- ways
- relations
- Highlight missing data: Yes
See, review, edit and maintain the highway
nodes like crossings or truning circles and other highway related nodes.
bus_stop
s andstreet_lamp
s are not selected.noexit=yes
is selected.traffic_calming
is selected.
Expand
highway
and highway !~ bus_stop|street_lamp
or noexit = yes
or traffic_calming
- nodes
- ways
- relations
highway|crossing.*|noexit|traffic_calming
- Highlight missing data: No
See, review, edit and maintain crossing
s.
Expand
~highway|cycleway|footway ~ crossing
- nodes
- ways
- relations
crossing.*
- Highlight missing data: Yes
See, review, edit and maintain access
tags.
Expand
(highway and highway !~ bus_stop|street_lamp|give_way)
or barrier ~ block|bollard|coupure|cycle_barrier|entrance|gate|lift_gate|sliding_gate|swing_gate|chain
- nodes
- ways
- relations
(oneway:)?(access|foot|dog|ski|inline_skates|horse|portage|vehicle|bicycle|electric_bicycle|mtb|kick_scooter|wheelchair|carriage|cycle_rickshaw|hand_cart|trailer|caravan|motor_vehicle|motorcycle|moped|speed_pedelec|mofa|small_electric_vehicle|motorcar|motorhome|tourist_bus|coach|goods|hgv|hgv_articulated|bdouble|agricultural|auto_rickshaw|nev|golf_cart|microcar|atv|ohv|snowmobile|psv|bus|taxi|minibus|share_taxi|hov|carpool|car_sharing|emergency|hazmat|hazmat:water|school_bus|disabled)(:forward|:backward)?(:conditional)?|oneway
- Highlight missing data: No
Find suspicious access tags.
- A plain
access
likedestination
on streets is often a misstaggedmotor_vehicle=destination
/vehicle=destination
. agricultural=yes
is often a misstaggedmotor_vehicle=agricultural
.bicycle=permissive
on public footways is not the legal access.
Expand
(access and access != private and !amenity and !leisure)
or agricultural = yes
or bicycle = permissive
- nodes
- ways
- relations
- Highlight missing data: Yes
See, review, edit and maintain traffic_sign
s.
Expand
traffic_sign
or (highway and highway !~ crossing|traffic_signals|bus_stop)
- nodes
- ways
- relations
!traffic_sign
- Highlight missing data: No
Expand
barrier ~ block|bollard|coupure|cycle_barrier|entrance|gate|lift_gate|sliding_gate|swing_gate|chain
- nodes
- ways
- relations
barrier|bollard|cycle_barrier|locked|.*_gate.*
- Highlight missing data: No
Expand
traffic_calming
- nodes
- ways
- relations
traffic_calming
- Highlight missing data: Yes
See, review, edit and maintain maxspeed
restrictions.
Expand
highway ~ motorway|trunk|primary|secondary|tertiary|unclassified|residential|motorway_link|trunk_link|primary_link|secondary_link|tertiary_link|service|track|bus_guideway|escape|raceway|road|busway
and service !~ driveway|parking_aisle
and access !~ private|no
or highway and (~maxspeed.* or ~source:maxspeed.* or ~zone:maxspeed.*)
- nodes
- ways
- relations
(source:|zone:)?maxspeed.*
- Highlight missing data: Yes
Find suspicious maxspeed
restrictions.
living_street
s should not have a maxspeed tagged.- Maxspeed restrictions on tracks and service roads are often misstagged.
Expand
highway = living_street and ~(source:|zone:)?maxspeed.*
or highway ~ track|service and ~(source:|zone:)?maxspeed.*
- nodes
- ways
- relations
(source:|zone:)?maxspeed.*
- Highlight missing data: Yes
Expand
highway ~ motorway|trunk|primary|secondary|tertiary|unclassified|residential|motorway_link|trunk_link|primary_link|secondary_link|tertiary_link|living_street|service|pedestrian|track|bus_guideway|escape|raceway|road|busway
- nodes
- ways
- relations
lane_markings|(.*:)?lanes(:forward|:backward)?
- Highlight missing data: No
Show everythingy, very slow.
Expand
!zögelfrex
If you need to show zögelfrexes, you can use !tardis
as filter. Showing zögelfrexes and tardises at the same time isn't allowed.
- nodes
- ways
- relations
.*
- Highlight missing data: Yes
See and review landuse
during surveys. Geometry edits should be done later with Vespucci, iD or JSOM.
Expand
(landuse and landuse !~ residential)
or natural
- nodes
- ways
- relations
landuse|natural
- Highlight missing data: No
Expand
waterway
or natural=water
- nodes
- ways
- relations
wateray|natural|water
- Highlight missing data: Yes
See and review leisure
during surveys. Geometry edits should be done later with Vespucci, iD or JSOM.
Expand
leisure
- nodes
- ways
- relations
leisure
- Highlight missing data: No
Everything with a name
tag.
Expand
name
- nodes
- ways
- relations
name
- Highlight missing data: Yes
Expand
building
- nodes
- ways
- relations
roof:shape
- Highlight missing data: Yes
Expand
building
- nodes
- ways
- relations
.*:levels
- Highlight missing data: Yes
Expand
tourism = information
and information = board
- nodes
- ways
- relations
board_type
- Highlight missing data: No