kopia lustrzana https://github.com/openmaptiles/openmaptiles
Change default value of transportation_name's network attribute
rodzic
6b523a5e0a
commit
c026da1324
|
@ -13,7 +13,7 @@ RETURNS TABLE(osm_id bigint, geometry geometry, name text, name_en text, ref tex
|
|||
when network is not null
|
||||
then network::text
|
||||
when length(coalesce(ref, ''))>0
|
||||
then 'motorway'
|
||||
then 'road'
|
||||
end as network,
|
||||
highway_class(highway) AS class
|
||||
FROM (
|
||||
|
|
|
@ -25,7 +25,7 @@ layer:
|
|||
- ca-transcanada
|
||||
- gb-motorway
|
||||
- gb-trunk
|
||||
- motorway (default)
|
||||
- road (default)
|
||||
class:
|
||||
description: |
|
||||
Distinguish between more and less important roads.
|
||||
|
|
Ładowanie…
Reference in New Issue