Skip to content

Commit

Permalink
highway=services rendu en surfacique dans landcover
Browse files Browse the repository at this point in the history
  • Loading branch information
cquest committed Mar 9, 2022
1 parent 25c2a3c commit 9a7543e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmfr.yml
Expand Up @@ -680,7 +680,7 @@ Layer:
/* ,case when highway in ('motorway','motorway_link') then '1' when highway in ('trunk','trunk_link') then '2' when highway in ('primary','primary_link') then '3' when highway in ('secondary','secondary_link') then '4' when highway in ('tertiary','tertiary_link') then '5' when highway in ('residential','unclassified') then '6' else '7' end as prio */
from planet_osm_polygon
where (
coalesce(highway,tags->'area:highway') in ('residential','unclassified','pedestrian','service','footway','living_street','track','path','platform','services','cycleway','primary','secondary','tertiary','yes')
coalesce(highway,tags->'area:highway') in ('residential','unclassified','pedestrian','service','footway','living_street','track','path','platform','cycleway','primary','secondary','tertiary','yes')
or railway='platform'
or aeroway in ('runway','taxiway','helipad','taxipath','parking_position')
)
Expand Down

0 comments on commit 9a7543e

Please sign in to comment.