Added landuse for bicycle and motorcycle parkings, split up some POIs and added some (to be aligned with the iconset!)
This commit is contained in:
parent
1915af7542
commit
029d755ea1
@ -41,7 +41,12 @@ layer:
|
|||||||
- dam
|
- dam
|
||||||
- sports_centre
|
- sports_centre
|
||||||
- parking
|
- parking
|
||||||
|
- motorcycle_parking
|
||||||
|
- bicycle_parking
|
||||||
- religious
|
- religious
|
||||||
|
- prison
|
||||||
|
- wastewater_plant
|
||||||
|
- water_works
|
||||||
datasource:
|
datasource:
|
||||||
geometry_field: geometry
|
geometry_field: geometry
|
||||||
query: (SELECT geometry, class FROM layer_landuse(!bbox!, z(!scale_denominator!))) AS t
|
query: (SELECT geometry, class FROM layer_landuse(!bbox!, z(!scale_denominator!))) AS t
|
||||||
|
|||||||
@ -84,6 +84,9 @@ tables:
|
|||||||
- library
|
- library
|
||||||
- hospital
|
- hospital
|
||||||
- parking
|
- parking
|
||||||
|
- prison
|
||||||
|
- motorcycle_parking
|
||||||
|
- bicycle_parking
|
||||||
- animal_training
|
- animal_training
|
||||||
leisure:
|
leisure:
|
||||||
- stadium
|
- stadium
|
||||||
@ -100,3 +103,6 @@ tables:
|
|||||||
- neighbourhood
|
- neighbourhood
|
||||||
waterway:
|
waterway:
|
||||||
- dam
|
- dam
|
||||||
|
man_made:
|
||||||
|
- wastewater_plant
|
||||||
|
- water_works
|
||||||
|
|||||||
@ -18,13 +18,30 @@ layer:
|
|||||||
values:
|
values:
|
||||||
shop:
|
shop:
|
||||||
subclass: ['accessories', 'antiques', 'beauty', 'bed', 'boutique', 'camera', 'carpet', 'charity', 'chemist',
|
subclass: ['accessories', 'antiques', 'beauty', 'bed', 'boutique', 'camera', 'carpet', 'charity', 'chemist',
|
||||||
'coffee', 'computer', 'convenience', 'copyshop', 'cosmetics', 'garden_centre', 'doityourself',
|
'coffee', 'computer', 'convenience', 'copyshop', 'cosmetics', 'doityourself',
|
||||||
'erotic', 'electronics', 'fabric', 'florist', 'frozen_food', 'furniture', 'video_games', 'video',
|
'erotic', 'fabric', 'frozen_food', 'video_games', 'video', 'general', 'gift',
|
||||||
'general', 'gift', 'hardware', 'hearing_aids', 'hifi', 'ice_cream', 'interior_decoration',
|
'hearing_aids', 'hifi', 'interior_decoration', 'kiosk', 'lamps', 'mall', 'massage', 'motorcycle',
|
||||||
'jewelry', 'kiosk', 'lamps', 'mall', 'massage', 'motorcycle', 'mobile_phone', 'newsagent',
|
'newsagent', 'outdoor', 'perfumery', 'perfume', 'pet', 'photo',
|
||||||
'optician', 'outdoor', 'perfumery', 'perfume', 'pet', 'photo', 'second_hand', 'shoes', 'sports',
|
'second_hand', 'sports', 'stationery', 'tailor', 'tattoo', 'ticket', 'tobacco', 'toys',
|
||||||
'stationery', 'tailor', 'tattoo', 'ticket', 'tobacco', 'toys', 'travel_agency', 'watches',
|
'travel_agency', 'watches', 'weapons', 'wholesale']
|
||||||
'weapons', 'wholesale']
|
optician:
|
||||||
|
subclass: ['optician']
|
||||||
|
jewelry:
|
||||||
|
subclass: ['jewelry']
|
||||||
|
furniture:
|
||||||
|
subclass: ['furniture']
|
||||||
|
electronics:
|
||||||
|
subclass: ['electronics']
|
||||||
|
garden_centre:
|
||||||
|
subclass: ['garden_centre']
|
||||||
|
mobile_phone:
|
||||||
|
subclass: ['mobile_phone']
|
||||||
|
shoes:
|
||||||
|
subclass: ['shoes']
|
||||||
|
hardware:
|
||||||
|
subclass: ['hardware']
|
||||||
|
florist:
|
||||||
|
subclass: ['florist']
|
||||||
town_hall:
|
town_hall:
|
||||||
subclass: ['townhall', 'public_building', 'courthouse', 'community_centre']
|
subclass: ['townhall', 'public_building', 'courthouse', 'community_centre']
|
||||||
golf:
|
golf:
|
||||||
@ -59,7 +76,7 @@ layer:
|
|||||||
lodging:
|
lodging:
|
||||||
subclass: ['hotel', 'motel', 'bed_and_breakfast', 'guest_house', 'hostel', 'chalet', 'alpine_hut', 'dormitory']
|
subclass: ['hotel', 'motel', 'bed_and_breakfast', 'guest_house', 'hostel', 'chalet', 'alpine_hut', 'dormitory']
|
||||||
ice_cream:
|
ice_cream:
|
||||||
subclass: ['chocolate', 'confectionery']
|
subclass: ['chocolate', 'confectionery', 'ice_cream']
|
||||||
post:
|
post:
|
||||||
subclass: ['post_box', 'post_office']
|
subclass: ['post_box', 'post_office']
|
||||||
cafe:
|
cafe:
|
||||||
@ -72,8 +89,12 @@ layer:
|
|||||||
subclass: ['bar', 'nightclub']
|
subclass: ['bar', 'nightclub']
|
||||||
harbor:
|
harbor:
|
||||||
subclass: ['marina', 'dock']
|
subclass: ['marina', 'dock']
|
||||||
car:
|
taxi:
|
||||||
subclass: ['car', 'car_repair', 'car_parts', 'taxi']
|
subclass: ['taxi']
|
||||||
|
car_dealer:
|
||||||
|
subclass: ['car', 'car_parts']
|
||||||
|
car_repair:
|
||||||
|
subclass: ['car_repair']
|
||||||
hospital:
|
hospital:
|
||||||
subclass: ['hospital', 'nursing_home', 'clinic']
|
subclass: ['hospital', 'nursing_home', 'clinic']
|
||||||
cemetery:
|
cemetery:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user