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