mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 16:19:20 +02:00
1713 lines
48 KiB
YAML
1713 lines
48 KiB
YAML
colors:
|
|
|
|
# Entity
|
|
|
|
direction_view_color: "#E0F0FF"
|
|
direction_camera_color: "#0088FF"
|
|
|
|
background_color: "#EEEEEE"
|
|
|
|
wheat_color: "#F0DCAA"
|
|
wheat_border_color: "#F4D67F"
|
|
wheat_dark_color: "#BF9340"
|
|
rye_color: "#E0CA96"
|
|
rye_dark_color: "#AE955D"
|
|
oat_color: "#EDDDB7"
|
|
oat_dark_color: "#C4894A"
|
|
barley_color: "#F3EEC4"
|
|
barley_border_color: "#D2CE9D"
|
|
barley_dark_color: "#908F62"
|
|
sunflower_dark_color: "#DEAC4A"
|
|
|
|
allotments_color: "#D0E0D0"
|
|
beach_color: "#F0E0C0"
|
|
boundary_color: "#880088"
|
|
building_border_color: "#E0D0C0" # "AAAAAA"
|
|
building_color: "#F8F0E8" # "D0D0C0"
|
|
construction_color: "#CCCCCC"
|
|
cycle_color: "#4444EE"
|
|
desert_color: "#F0E0D0"
|
|
decidious_color: "#FCAF3E"
|
|
emergency_color: "#DD2222"
|
|
evergreen_color: "#688C44"
|
|
farmland_color: "#FFEEBB"
|
|
farmland_border_color: "#DDCC99"
|
|
farmland_darker_color: "#998855"
|
|
ferry_terminal_color: "#AABBDD"
|
|
foot_border_color: "#FFFFFF"
|
|
foot_color: "#B89A74"
|
|
grass_border_color: "#BFD098"
|
|
grass_color: "#CFE0A8"
|
|
hidden_color: "#000000"
|
|
indoor_border_color: "#C0B8B0"
|
|
indoor_color: "#E8E4E0"
|
|
meadow_border_color: "#BFD078"
|
|
meadow_color: "#CFE088"
|
|
orchard_color: "#B8DCA4"
|
|
orchard_border_color: "#98BC84"
|
|
outline_color: "#FFFFFF"
|
|
parking_color: "#DDCC99"
|
|
pitch_color: "#AADDCC"
|
|
pitch_border_color: "#88BBAA"
|
|
platform_border_color: "#AAAAAA"
|
|
platform_color: "#CCCCCC"
|
|
playground_border_color: "#663300"
|
|
playground_color: "#884400"
|
|
primary_border_color: "#AA8800"
|
|
primary_color: "#FFDD66"
|
|
ridge_color: "#000000"
|
|
road_border_color: "#CCCCCC"
|
|
rock_color: "#DDDDDD"
|
|
route_color: "#FFFFFF"
|
|
sand_color: "#E8E0C0"
|
|
secondary_border_color: "#BB9911"
|
|
secondary_color: "#FFEE77"
|
|
scree_color: "#CCCCCC"
|
|
tertiary_border_color: "#CCAA22"
|
|
tertiary_color: "#FFFF88"
|
|
track_color: "#A88A64"
|
|
trunk_color: "#97612b"
|
|
tree_color: "#98AC64"
|
|
water_border_color: "#6688BB"
|
|
water_color: "#AACCFF"
|
|
wetland_color: "#BFE0D8"
|
|
wood_border_color: "#A8BC74"
|
|
wood_color: "#B8CC84"
|
|
|
|
sell_color: "#880088"
|
|
|
|
# Colors not in W3C
|
|
|
|
rose: "#FF007F" # Wikipedia
|
|
slate_blue: "#6A5ACD" # W3C slateblue
|
|
|
|
material_colors:
|
|
|
|
bronze: "#CD7F32"
|
|
concrete: "#AAAAAA"
|
|
|
|
node_icons:
|
|
|
|
- group: "No draw"
|
|
tags:
|
|
- tags: {type: multipolygon}
|
|
draw: false
|
|
- tags: {place: "*"}
|
|
draw: false
|
|
- tags: {building: "yes"}
|
|
draw: false
|
|
|
|
- group: "Transport hubs"
|
|
tags:
|
|
- tags: {amenity: ferry_terminal}
|
|
shapes: [anchor]
|
|
- tags: {amenity: ferry_terminal, cargo: vehicle}
|
|
shapes: [car_on_ferry]
|
|
- tags: {amenity: ferry_terminal, cargo: passengers}
|
|
shapes: [human_on_ferry]
|
|
- tags: {aeroway: aerodrome}
|
|
shapes: [plane]
|
|
- tags: {aeroway: helipad}
|
|
shapes: [h]
|
|
- tags: {aeroway: spaceport}
|
|
shapes: [rocket_on_launch_pad]
|
|
- tags: {aeroway: launchpad}
|
|
shapes: [rocket_flying]
|
|
- tags: {aeroway: landingpad}
|
|
shapes: [booster_landing]
|
|
- tags: {highway: bus_station}
|
|
shapes: [buses]
|
|
- tags: {highway: bus_stop}
|
|
shapes: [bus_stop]
|
|
add_shapes: [bus]
|
|
- tags: {railway: station}
|
|
shapes: [train]
|
|
- tags: {railway: station, station: subway, transport: subway}
|
|
shapes: [train]
|
|
- tags: {railway: subway_entrance}
|
|
shapes: [train]
|
|
- tags: {railway: subway_entrance, entrance: "yes"}
|
|
shapes: [train]
|
|
- tags: {public_transport: stop_position}
|
|
shapes: [bus_stop]
|
|
- tags: {railway: tram_station}
|
|
shapes: [tram]
|
|
- tags: {railway: tram_stop}
|
|
shapes: [tram]
|
|
- tags: {public_transport: platform}
|
|
shapes: [bus_stop_sign]
|
|
with_icon: [bus_stop_bench, bus_stop_shelter]
|
|
over_icon: [platform]
|
|
- tags: {highway: bus_stop, public_transport: platform}
|
|
shapes: [bus_stop_sign]
|
|
with_icon: [bus_stop_bench, bus_stop_shelter]
|
|
over_icon: [platform]
|
|
- tags: {highway: bus_stop, shelter: "yes"}
|
|
shapes: [bus_stop_sign]
|
|
under_icon: [bus_stop_sign]
|
|
with_icon: [bus_stop_bench, platform]
|
|
over_icon: [bus_stop_shelter]
|
|
- tags: {highway: bus_stop, bench: "yes"}
|
|
under_icon: [bus_stop_sign]
|
|
with_icon: [bus_stop_shelter, platform]
|
|
over_icon: [bus_stop_bench]
|
|
- tags: {highway: stop}
|
|
shapes: [stop]
|
|
- tags: {amenity: taxi}
|
|
shapes: [taxi]
|
|
|
|
- group: "Big territory"
|
|
tags:
|
|
- tags: {leisure: fishing}
|
|
shapes: [fishing_angle]
|
|
- tags: {leisure: swimming_area}
|
|
shapes: [swimming_area]
|
|
- tags: {leisure: swimming_pool}
|
|
shapes: [swimming_area]
|
|
- tags: {sport: swimming}
|
|
shapes: [swimming_area]
|
|
- tags: {leisure: beach}
|
|
shapes: [beach]
|
|
- tags: {amenity: public_bath}
|
|
shapes: [swimming_area]
|
|
- tags: {leisure: golf_course}
|
|
shapes: [golf_club_and_ball]
|
|
- tags: {power: substation}
|
|
shapes: [electricity]
|
|
- tags: {plant: christmas_trees}
|
|
shapes: [{shape: christmas_tree, color: orchard_border_color}]
|
|
- tags: {crop: sunflower}
|
|
shapes: [{shape: sunflower, color: sunflower_dark_color, outline: no}]
|
|
- tags: {crop: barley}
|
|
shapes: [{shape: ear_botany, color: barley_dark_color, outline: no}]
|
|
- tags: {crop: rye}
|
|
shapes: [{shape: ear_botany, color: rye_dark_color, outline: no}]
|
|
- tags: {crop: wheat}
|
|
shapes: [{shape: ear_botany, color: wheat_dark_color, outline: no}]
|
|
- tags: {crop: rape}
|
|
shapes: [{shape: rape, color: wheat_dark_color, outline: no}]
|
|
- tags: {produce: apple}
|
|
shapes: [{shape: apple, color: orchard_border_color}]
|
|
- tags: {produce: christmas_trees}
|
|
shapes: [{shape: christmas_tree, color: orchard_border_color}]
|
|
- tags: {produce: pear}
|
|
shapes: [{shape: pear, color: orchard_border_color}]
|
|
- tags: {trees: apple_trees}
|
|
shapes: [{shape: apple, color: orchard_border_color}]
|
|
- tags: {trees: pear_trees}
|
|
shapes: [{shape: pear, color: orchard_border_color}]
|
|
|
|
- group: "Bigger objects"
|
|
tags:
|
|
- tags: {waterway: waterfall}
|
|
shapes: [{shape: waterfall, color: water_border_color}]
|
|
- tags: {natural: cliff}
|
|
shapes: [cliff]
|
|
- tags: {natural: peak}
|
|
shapes: [triangle_small]
|
|
- tags: {historic: castle}
|
|
location_restrictions: {include: jp}
|
|
shapes: [japan_castle]
|
|
- tags: {shop: mall}
|
|
shapes: [bag]
|
|
- tags: {shop: mall, building: "yes"}
|
|
shapes: [bag]
|
|
- tags: {leisure: water_park}
|
|
shapes: [slide_and_water]
|
|
|
|
- group: "Important big objects"
|
|
tags:
|
|
- tags: {amenity: pharmacy}
|
|
shapes: [medicine_bottle]
|
|
- tags: {amenity: embassy}
|
|
shapes: [waving_flag]
|
|
- tags: {amenity: veterinary}
|
|
shapes: [dog_and_cross]
|
|
- tags: {tourism: hotel}
|
|
shapes: [bed]
|
|
- tags: {building: hotel}
|
|
shapes: [bed]
|
|
- tags: {tourism: hostel}
|
|
shapes: [two_beds]
|
|
- tags: {tourism: motel}
|
|
shapes: [car_and_bed]
|
|
- tags: {amenity: clinic}
|
|
shapes: [greek_cross]
|
|
- tags: {amenity: post_office}
|
|
location_restrictions: {include: world, exclude: jp}
|
|
shapes: [envelope]
|
|
- tags: {amenity: post_office}
|
|
location_restrictions: {include: jp}
|
|
shapes: [japan_post]
|
|
- tags: {shop: car_repair}
|
|
shapes: [car_repair]
|
|
- tags: {amenity: car_wash}
|
|
shapes: [car_wash]
|
|
# Place of worship
|
|
- tags: {religion: christian}
|
|
shapes: [cross]
|
|
- tags: {amenity: place_of_worship, religion: christian}
|
|
shapes: [cross]
|
|
- tags:
|
|
amenity: place_of_worship
|
|
religion: christian
|
|
denomination: catholic
|
|
shapes: [cross]
|
|
- tags:
|
|
amenity: place_of_worship
|
|
religion: christian
|
|
denomination: russian_orthodox
|
|
shapes: [russian_orthodox]
|
|
- tags:
|
|
amenity: place_of_worship
|
|
religion: christian
|
|
denomination: orthodox
|
|
shapes: [orthodox]
|
|
- tags:
|
|
amenity: place_of_worship
|
|
religion: christian
|
|
denomination: baptist
|
|
shapes: [baptist]
|
|
- tags: {amenity: place_of_worship, religion: muslim}
|
|
shapes: [muslim]
|
|
- tags: {amenity: place_of_worship, religion: buddhist}
|
|
shapes: [dharmachakra]
|
|
- tags: {amenity: place_of_worship, religion: jewish}
|
|
shapes: [jewish]
|
|
- tags: {historic: tomb, tomb: mausoleum}
|
|
shapes: [mausoleum]
|
|
- tags: {historic: "*"}
|
|
shapes: [japan_historic]
|
|
replace_shapes: no
|
|
location_restrictions: {include: jp}
|
|
|
|
- group: "Normal big objects"
|
|
tags:
|
|
- tags: {shop: supermarket}
|
|
shapes: [supermarket_cart]
|
|
- tags: {amenity: arts_centre}
|
|
shapes: [picture]
|
|
- tags: {amenity: bank}
|
|
shapes: [money]
|
|
- tags: {amenity: cinema}
|
|
shapes: [film]
|
|
- tags: {amenity: casino}
|
|
shapes: [card_and_dice]
|
|
- tags: {amenity: community_centre}
|
|
shapes: [two_people_together]
|
|
- tags: {amenity: internet_cafe}
|
|
shapes: [at_in_square]
|
|
- tags: {amenity: library}
|
|
shapes: [book]
|
|
- tags: {amenity: prison}
|
|
shapes: [prison]
|
|
- tags: {club: computer}
|
|
shapes: [glider]
|
|
- tags: {man_made: survey_point}
|
|
shapes: [survey_point]
|
|
- tags: {leisure: amusement_arcade}
|
|
shapes: [pac_man]
|
|
- tags: {leisure: fitness_centre}
|
|
shapes: [dumbbell]
|
|
- tags: {leisure: fitness_station}
|
|
shapes: [dumbbell]
|
|
- tags: {leisure: bleachers}
|
|
shapes: [bleachers]
|
|
- tags: {leisure: bowling_alley}
|
|
shapes: [bowling_ball]
|
|
- tags: {leisure: dog_park}
|
|
shapes: [dog]
|
|
- tags: {leisure: miniature_golf}
|
|
shapes: [golf_club_and_ball]
|
|
- tags: {leisure: sauna}
|
|
shapes: [sauna]
|
|
- tags: {leisure: outdoor_seating}
|
|
shapes: [table_and_two_chairs, umbrella]
|
|
- tags: {leisure: outdoor_seating, weather_protection: parasol}
|
|
shapes: [table_and_two_chairs, umbrella]
|
|
- tags: {leisure: outdoor_seating, weather_protection: roof}
|
|
shapes: [table_and_two_chairs, roof]
|
|
- tags: {leisure: outdoor_seating, weather_protection: awning}
|
|
shapes: [table_and_two_chairs, awning]
|
|
- tags: {leisure: outdoor_seating, weather_protection: pavilion}
|
|
shapes: [table_and_two_chairs, roof_and_walls]
|
|
- tags: {leisure: outdoor_seating, weather_protection: pergola}
|
|
shapes: [table_and_two_chairs, pergola]
|
|
- tags: {leisure: playground}
|
|
shapes: [toy_horse]
|
|
- tags: {amenity: theatre}
|
|
shapes: [theatre]
|
|
- tags: {amenity: bar}
|
|
shapes: [cocktail_glass]
|
|
- tags: {amenity: pub}
|
|
shapes: [beer_mug]
|
|
- tags: {amenity: fast_food}
|
|
shapes: [burger]
|
|
- tags: {amenity: fast_food, cuisine: steak_house}
|
|
shapes: [steak_and_fork]
|
|
- tags: {amenity: food_court}
|
|
shapes: [food_court]
|
|
- tags: {shop: fishing}
|
|
shapes: [{shape: fishing_angle, color: sell_color}]
|
|
- tags: {shop: alcohol}
|
|
shapes: [{shape: bottle, color: sell_color}]
|
|
- tags: {shop: art}
|
|
shapes: [{shape: picture, color: sell_color}]
|
|
- tags: {shop: bakery}
|
|
shapes: [cupcake]
|
|
- tags: {shop: bed}
|
|
shapes: [{shape: bed, color: sell_color}]
|
|
- tags: {shop: bicycle}
|
|
shapes: [{shape: bicycle, color: sell_color}]
|
|
- tags: {shop: books}
|
|
shapes: [{shape: book, color: sell_color}]
|
|
- tags: {shop: car}
|
|
shapes: [{shape: car, color: sell_color}]
|
|
- tags: {shop: coffee}
|
|
shapes: [{shape: coffee_cup, color: sell_color}]
|
|
- tags: {shop: copyshop}
|
|
shapes: [sheets]
|
|
- tags: {shop: dairy}
|
|
shapes: [milk]
|
|
- tags: {shop: fireplace}
|
|
shapes: [{shape: fireplace, color: sell_color}]
|
|
- tags: {shop: hairdresser}
|
|
shapes: [comb_and_scissors]
|
|
- tags: {shop: hifi}
|
|
shapes: [{shape: hifi, color: sell_color}]
|
|
- tags: {shop: houseware}
|
|
shapes: [{shape: pan, color: sell_color}]
|
|
- tags: {shop: jewelry}
|
|
shapes: [{shape: diamond, color: sell_color}]
|
|
- tags: {shop: jewellery}
|
|
shapes: [{shape: diamond, color: sell_color}]
|
|
- tags: {shop: massage}
|
|
shapes: [massage]
|
|
- tags: {shop: mobile_phone}
|
|
shapes: [{shape: phone, color: sell_color}]
|
|
- tags: {shop: pet}
|
|
shapes: [{shape: dog, color: sell_color}]
|
|
- tags: {shop: photo}
|
|
shapes: [{shape: photo_camera, color: sell_color}]
|
|
- tags: {shop: sports}
|
|
shapes: [{shape: dumbbell, color: sell_color}]
|
|
- tags: {shop: milk}
|
|
shapes: [milk]
|
|
- tags: {shop: wine}
|
|
shapes: [{shape: bottle_and_wine_glass, color: sell_color}]
|
|
- tags: {building: store}
|
|
shapes: [shop_convenience]
|
|
- tags: {shop: ticket}
|
|
shapes: [ticket]
|
|
- tags: {shop: video}
|
|
shapes: [{shape: film, color: sell_color}]
|
|
- tags: {shop: video_games}
|
|
shapes: [{shape: pac_man, color: sell_color}]
|
|
- tags: {shop: watches}
|
|
shapes: [{shape: watches, color: sell_color}]
|
|
- tags: {craft: watchmaker}
|
|
shapes: [watches]
|
|
- tags: {shop: frame}
|
|
shapes: [{shape: frame, color: sell_color}]
|
|
- tags: {tourism: gallery}
|
|
shapes: [picture]
|
|
- tags: {amenity: cafe}
|
|
shapes: [coffee_cup]
|
|
- tags: {amenity: ice_cream}
|
|
shapes: [ice_cream]
|
|
- tags: {amenity: biergarten}
|
|
shapes: [beer_mug]
|
|
- tags: {amenity: nightclub}
|
|
shapes: [cocktail_glass_with_straw]
|
|
- tags: {amenity: restaurant}
|
|
shapes: [restaurant]
|
|
- tags: {amenity: restaurant;bar}
|
|
shapes: [restaurant]
|
|
add_shapes: [cocktail_glass]
|
|
- tags: {shop: ice_cream}
|
|
shapes: [ice_cream]
|
|
- tags: {shop: gift}
|
|
shapes: [gift]
|
|
- tags: {shop: clothes}
|
|
shapes: [{shape: t_shirt, color: sell_color}]
|
|
- tags: {amenity: shop, shop: clothes}
|
|
shapes: [t_shirt]
|
|
- tags: {shop: convenience}
|
|
shapes: [shop_convenience]
|
|
- tags: {amenity: shop, shop: convenience}
|
|
shapes: [shop_convenience]
|
|
- tags: {shop: electronics}
|
|
shapes: [{shape: tv, color: sell_color}]
|
|
- tags: {tourism: camp_site}
|
|
shapes: [camp]
|
|
- tags: {tourism: caravan_site}
|
|
shapes: [caravan]
|
|
- tags: {leisure: picnic_site}
|
|
shapes: [table]
|
|
|
|
- group: "Big objects not for all"
|
|
tags:
|
|
- tags: {building: apartments}
|
|
shapes: [apartments]
|
|
- tags: {building: kindergarten}
|
|
shapes: [toy_horse]
|
|
- tags: {amenity: kindergarten}
|
|
shapes: [toy_horse]
|
|
- tags: {building: kindergarten, amenity: kindergarten}
|
|
shapes: [toy_horse]
|
|
- tags: {building: office}
|
|
shapes: [briefcase]
|
|
- tags: {amenity: school}
|
|
location_restrictions: {include: jp}
|
|
shapes: [japan_elementary_school]
|
|
- tags: {office: company}
|
|
shapes: [briefcase]
|
|
- tags: {office: it}
|
|
shapes: [glider]
|
|
- tags: {office: telecommunication}
|
|
shapes: [telephone]
|
|
|
|
- group: "Not important big objects"
|
|
tags:
|
|
- tags: {man_made: communications_tower}
|
|
location_restrictions: {include: jp}
|
|
shapes: [japan_tv_tower]
|
|
- tags: {man_made: tower}
|
|
shapes: [tower]
|
|
- tags: {building: garages}
|
|
shapes: [garages]
|
|
- tags: {landuse: garages}
|
|
shapes: [garages]
|
|
- tags: {building: garage}
|
|
shapes: [garages]
|
|
|
|
- group: "Emergency"
|
|
tags:
|
|
- tags: {emergency: defibrillator}
|
|
shapes: [{shape: defibrillator, color: emergency_color}]
|
|
- tags: {emergency: fire_extinguisher}
|
|
shapes: [{shape: fire_extinguisher, color: emergency_color}]
|
|
- tags: {emergency: fire_hydrant}
|
|
shapes: [fire_hydrant]
|
|
- tags: {emergency: life_ring}
|
|
shapes: [{shape: life_ring, color: emergency_color}]
|
|
- tags: {emergency: phone}
|
|
shapes: [{shape: sos_phone, color: emergency_color}]
|
|
|
|
- group: "Transport-important middle objects"
|
|
tags:
|
|
- tags: {ford: "yes"}
|
|
shapes: [ford]
|
|
- tags: {amenity: charging_station}
|
|
shapes: [charging_station]
|
|
- tags: {amenity: bicycle_repair_station}
|
|
shapes: [bicycle_repair]
|
|
- tags: {amenity: fuel}
|
|
shapes: [fuel_station]
|
|
- tags: {amenity: parking}
|
|
shapes: [p]
|
|
- tags: {amenity: parking, parking: multi-storey}
|
|
shapes: [cars]
|
|
- tags: {highway: turning_circle}
|
|
shapes: [circle_empty]
|
|
- tags: {highway: crossing}
|
|
shapes: [crossing]
|
|
- tags: {crossing: zebra}
|
|
shapes: [crossing]
|
|
- tags: {highway: crossing, crossing: zebra}
|
|
shapes: [crossing]
|
|
- tags: {crossing: marked}
|
|
shapes: [crossing]
|
|
- tags: {highway: crossing, crossing: marked}
|
|
shapes: [crossing]
|
|
- tags: {highway: crossing, crossing_ref: zebra}
|
|
shapes: [crossing]
|
|
- tags: {highway: crossing, crossing: uncontrolled}
|
|
add_shapes: [no_traffic_signals]
|
|
- tags: {highway: crossing, crossing: traffic_signals}
|
|
add_shapes: [traffic_signals]
|
|
- tags: {highway: traffic_signals}
|
|
shapes: [traffic_signals]
|
|
- tags: {crossing_ref: toucan}
|
|
shapes: [toucan_crossing]
|
|
- tags: {traffic_calming: bump}
|
|
shapes: [bump]
|
|
|
|
- group: "Important middle objects"
|
|
tags:
|
|
- tags: {tourism: attraction, attraction: amusement_ride}
|
|
shapes: [amusement_ride]
|
|
- tags: {amenity: toilets}
|
|
shapes: [woman_and_man]
|
|
- tags: {amenity: shelter}
|
|
shapes: [shelter]
|
|
|
|
- group: "Normal middle objects"
|
|
tags:
|
|
- tags: {shop: kiosk}
|
|
shapes: [kiosk]
|
|
- tags: {building: "yes", shop: kiosk}
|
|
shapes: [kiosk]
|
|
- tags: {amenity: shop, shop: kiosk}
|
|
shapes: [kiosk]
|
|
- tags: {amenity: stage}
|
|
shapes: [theatre]
|
|
- tags: {natural: cave_entrance}
|
|
shapes: [cave]
|
|
- tags: {amenity: bureau_de_change}
|
|
shapes: [exchange]
|
|
- tags: {sport: skateboard}
|
|
shapes: [skateboard]
|
|
- tags: {pipeline: substation}
|
|
shapes: [pipeline]
|
|
|
|
- group: "Not important middle objects"
|
|
tags:
|
|
- tags: {building: ventilation_shaft}
|
|
shapes: [ventilation]
|
|
- tags: {power: generator}
|
|
shapes: [power_generator]
|
|
- tags: {amenity: public_bookcase}
|
|
shapes: [books]
|
|
- tags: {power: transformer}
|
|
shapes: [transformer]
|
|
- tags: {power: generator, generator:source: solar}
|
|
shapes: [solar_panel]
|
|
- tags: {power: generator, generator:source: wind}
|
|
shapes: [wind_turbine]
|
|
- tags: {power: tower}
|
|
shapes: [power_tower_2_level]
|
|
- tags: {power: tower, design: one-level}
|
|
shapes: [power_tower_1_level]
|
|
- tags: {power: tower, design: two-level}
|
|
shapes: [power_tower_2_level]
|
|
- tags: {power: tower, design: three-level}
|
|
shapes: [power_tower_3_level]
|
|
- tags: {power: tower, design: four-level}
|
|
shapes: [power_tower_4_level]
|
|
- tags: {power: tower, design: donau}
|
|
shapes: [power_tower_donau]
|
|
- tags: {power: tower, design: barrel}
|
|
shapes: [power_tower_barrel]
|
|
- tags: {power: tower, design: asymmetric}
|
|
shapes: [power_tower_asymmetric]
|
|
- tags: {power: tower, design: triangle}
|
|
shapes: [power_tower_triangle]
|
|
- tags: {power: tower, design: flag}
|
|
shapes: [power_tower_flag]
|
|
- tags: {power: tower, design: delta}
|
|
shapes: [power_tower_delta]
|
|
- tags: {power: tower, design: delta_two-level}
|
|
shapes: [power_tower_delta_2_level]
|
|
- tags: {power: tower, design: delta_three-level}
|
|
shapes: [power_tower_delta_3_level]
|
|
- tags: {power: tower, design: y-frame}
|
|
shapes: [power_tower_y_frame]
|
|
- tags: {power: tower, design: x-frame}
|
|
shapes: [power_tower_x_frame]
|
|
- tags: {power: tower, design: h-frame}
|
|
shapes: [power_tower_h_frame]
|
|
- tags: {power: tower, design: h-frame_two-level}
|
|
shapes: [power_tower_h_frame_2_level]
|
|
- tags: {power: tower, design: guyed_h-frame}
|
|
shapes: [power_tower_guyed_h_frame]
|
|
- tags: {power: portal}
|
|
shapes: [power_tower_portal]
|
|
- tags: {power: tower, design: portal}
|
|
shapes: [power_tower_portal]
|
|
- tags: {power: tower, design: portal_two-level}
|
|
shapes: [power_tower_portal_2_level]
|
|
- tags: {power: tower, design: portal_three-level}
|
|
shapes: [power_tower_portal_3_level]
|
|
|
|
- tags: {power: pole}
|
|
shapes: [power_pole_2_level]
|
|
- tags: {power: pole, design: one-level}
|
|
shapes: [power_pole_1_level]
|
|
- tags: {power: pole, design: two-level}
|
|
shapes: [power_pole_2_level]
|
|
- tags: {power: pole, design: three-level}
|
|
shapes: [power_pole_3_level]
|
|
- tags: {power: pole, design: four-level}
|
|
shapes: [power_pole_4_level]
|
|
- tags: {power: pole, design: asymmetric}
|
|
shapes: [power_pole_asymmetric]
|
|
- tags: {power: pole, design: triangle}
|
|
shapes: [power_pole_triangle]
|
|
- tags: {power: pole, design: flag}
|
|
shapes: [power_pole_flag]
|
|
- tags: {power: pole, design: armless_asymmetric}
|
|
shapes: [power_pole_asymmetric_armless]
|
|
- tags: {power: pole, design: armless_triangle}
|
|
shapes: [power_pole_triangle_armless]
|
|
- tags: {power: pole, design: delta}
|
|
shapes: [power_pole_delta]
|
|
|
|
- tags: {man_made: chimney}
|
|
shapes: [chimney]
|
|
- tags: {man_made: tower, tower:type: cooling}
|
|
shapes: [tower_cooling]
|
|
- tags: {man_made: tower, tower:type: defensive}
|
|
shapes: [tower_defensive]
|
|
- tags: {man_made: tower, tower:type: pagoda}
|
|
shapes: [pagoda]
|
|
- tags: {man_made: mast}
|
|
shapes: [tube]
|
|
- tags: {man_made: mast, tower:construction: guyed_tube}
|
|
shapes: [tube_guyed]
|
|
- tags: {man_made: mast, tower:construction: freestanding}
|
|
shapes: [tube]
|
|
- tags: {man_made: mast, tower:construction: lattice}
|
|
shapes: [lattice]
|
|
- tags: {man_made: mast, tower:construction: lattice_guyed}
|
|
shapes: [lattice_guyed]
|
|
- tags: {man_made: mast, tower:type: lighting}
|
|
shapes: [tube, {shape: light_left, offset: [-3, -3]}, {shape: light_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: communication}
|
|
shapes: [tube, {shape: wave_left, offset: [-3, -3]}, {shape: wave_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: lighting, tower:construction: guyed_tube}
|
|
shapes: [tube_guyed, {shape: light_left, offset: [-3, -3]}, {shape: light_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: communication, tower:construction: guyed_tube}
|
|
shapes: [tube_guyed, {shape: wave_left, offset: [-3, -3]}, {shape: wave_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: lighting, tower:construction: freestanding}
|
|
shapes: [tube, {shape: light_left, offset: [-3, -3]}, {shape: light_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: communication, tower:construction: freestanding}
|
|
shapes: [tube, {shape: wave_left, offset: [-3, -3]}, {shape: wave_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: lighting, tower:construction: guyed_lattice}
|
|
shapes: [lattice_guyed, {shape: light_left, offset: [-4, -3]}, {shape: light_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: communication, tower:construction: guyed_lattice}
|
|
shapes: [lattice_guyed, {shape: wave_left, offset: [-4, -3]}, {shape: wave_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: lighting, tower:construction: lattice}
|
|
shapes: [lattice, {shape: light_left, offset: [-4, -3]}, {shape: light_right, offset: [3, -3]}]
|
|
- tags: {man_made: mast, tower:type: communication, tower:construction: lattice}
|
|
shapes: [lattice, {shape: wave_left, offset: [-4, -3]}, {shape: wave_right, offset: [3, -3]}]
|
|
- tags: {communication:mobile_phone: "yes"}
|
|
add_shapes: [phone]
|
|
|
|
- group: "Important small objects"
|
|
tags:
|
|
- tags: {historic: cannon}
|
|
shapes: [cannon]
|
|
- tags: {historic: memorial}
|
|
shapes: [memorial]
|
|
- tags: {historic: memorial, memorial: plaque}
|
|
shapes: [plaque]
|
|
- tags: {historic: memorial, memorial: statue}
|
|
shapes: [statue]
|
|
- tags: {historic: stone}
|
|
shapes: [stone_with_inscription]
|
|
- tags: {historic: memorial, memorial: stone}
|
|
shapes: [stone_with_inscription]
|
|
- tags: {historic: tomb}
|
|
shapes: [tomb]
|
|
- tags: {tomb: "*"}
|
|
exception: {tomb: mausoleum}
|
|
shapes: [tomb]
|
|
- tags: {barrier: lift_gate}
|
|
shapes: [lift_gate]
|
|
- tags: {barrier: turnstile}
|
|
shapes: [turnstile]
|
|
- tags: {railway: level_crossing}
|
|
shapes: [x]
|
|
- tags: {railway: crossing}
|
|
shapes: [x]
|
|
- tags: {amenity: atm}
|
|
shapes: [atm]
|
|
- tags: {amenity: bicycle_parking}
|
|
shapes: [bicycle_p]
|
|
- tags: {amenity: telephone}
|
|
shapes: [telephone]
|
|
- tags: {information: "*"}
|
|
shapes: [information]
|
|
replace_shapes: no
|
|
- tags: {tourism: "*"}
|
|
shapes: [historic]
|
|
replace_shapes: no
|
|
- tags: {tourism: information}
|
|
shapes: [information]
|
|
- tags: {information: guidepost}
|
|
shapes: [guidepost]
|
|
- tags: {tourism: viewpoint}
|
|
shapes: [binocular]
|
|
- tags: {information: board}
|
|
shapes: [information_board]
|
|
- tags: {vending: admission_tickets}
|
|
shapes: [vending_tickets]
|
|
- tags: {vending: candles}
|
|
shapes: [vending_candles]
|
|
- tags: {vending: chemist}
|
|
shapes: [vending_chemist]
|
|
- tags: {vending: drinks}
|
|
shapes: [vending_bottle]
|
|
- tags: {vending: fishing_tackle}
|
|
shapes: [vending_angle]
|
|
- tags: {vending: public_transport_tickets}
|
|
shapes: [vending_tickets]
|
|
- tags: {vending: parking_tickets}
|
|
shapes: [vending_p]
|
|
- tags: {vending: water}
|
|
shapes: [vending_drop]
|
|
- tags: {buoy: "*"}
|
|
shapes: [buoy]
|
|
- tags: {"seamark:type": "*"}
|
|
shapes: [buoy]
|
|
- tags: {"waterway:sign": "*"}
|
|
shapes: [buoy]
|
|
- tags: {amenity: drinking_water}
|
|
shapes: [drinking_water]
|
|
- tags: {tourism: artwork}
|
|
shapes: [picture]
|
|
- tags: {tourism: artwork, artwork_type: statue}
|
|
shapes: [statue]
|
|
- tags: {tourism: artwork, artwork_type: sculpture}
|
|
shapes: [statue]
|
|
- tags: {tourism: attraction}
|
|
shapes: [photo_camera]
|
|
- tags: {xmas:feature: tree}
|
|
shapes: {christmas_tree}
|
|
|
|
- group: "Normal small objects"
|
|
tags:
|
|
- tags: {amenity: binoculars}
|
|
shapes: [binoculars_on_pole]
|
|
- tags: {amenity: post_box}
|
|
shapes: [envelope]
|
|
- tags: {amenity: recycling}
|
|
shapes: [recycling_container]
|
|
- tags: {amenity: recycling, recycling_type: container}
|
|
shapes: [recycling_container]
|
|
- tags: {amenity: vending_machine}
|
|
shapes: [vending_machine]
|
|
- tags: {amenity: vending_machine, vending: excrement_bags}
|
|
shapes: [vending_excrement_bag]
|
|
- tags: {fitness_station: horizontal_bar}
|
|
shapes: [horizontal_bar]
|
|
- tags: {fitness_station: rings}
|
|
shapes: [rings]
|
|
- tags: {fitness_station: wall_bars}
|
|
shapes: [wall_bars]
|
|
- tags: {fitness_station: sit-up}
|
|
shapes: [sit_up]
|
|
- tags: {fitness_station: horizontal_ladder}
|
|
shapes: [horizontal_ladder]
|
|
- tags: {fitness_station: push-up}
|
|
shapes: [low_horizontal_bars]
|
|
- tags: {playground: hopscotch}
|
|
shapes: [hopscotch]
|
|
- tags: {playground: slide}
|
|
shapes: [slide]
|
|
- tags: {playground: roundabout}
|
|
shapes: [roundabout]
|
|
- tags: {playground: seesaw}
|
|
shapes: [seesaw]
|
|
- tags: {playground: horizontal_bar}
|
|
shapes: [horizontal_bar]
|
|
- tags: {leisure: picnic_table}
|
|
shapes: [table]
|
|
- tags: {golf: tee}
|
|
shapes: [golf_tee]
|
|
- tags: {golf: pin}
|
|
shapes: [golf_pin]
|
|
|
|
- group: "Entrances"
|
|
tags:
|
|
- tags: {amenity: parking_entrance}
|
|
shapes: [p_arrow_right]
|
|
- tags: {amenity: parking_entrance, parking: underground}
|
|
shapes: [p_arrow_down]
|
|
- tags: {amenity: parking_entrance, parking: multi-storey}
|
|
shapes: [p_arrow_up]
|
|
- tags: {barrier: gate}
|
|
shapes: [gate]
|
|
- tags: {entrance: main}
|
|
shapes: [main_entrance]
|
|
- tags: {barrier: entrance}
|
|
shapes: [entrance]
|
|
- tags: {entrance: "yes"}
|
|
shapes: [entrance]
|
|
- tags: {entrance: exit}
|
|
shapes: [exit]
|
|
- tags: {entrance: service}
|
|
shapes: [door_with_keyhole]
|
|
- tags: {entrance: staircase}
|
|
shapes: [staircase]
|
|
- tags: {door: "no"}
|
|
shapes: [no_door]
|
|
|
|
- group: "Not important small objects"
|
|
tags:
|
|
- tags: {amenity: bench}
|
|
shapes: [bench]
|
|
- tags: {amenity: bench, backrest: "yes"}
|
|
shapes: [bench_backrest]
|
|
- tags: {amenity: bench, backrest: "no"}
|
|
shapes: [bench_no_backrest]
|
|
- tags: {amenity: clock}
|
|
shapes: [clock]
|
|
- tags: {amenity: fountain}
|
|
shapes: [{shape: fountain, color: water_border_color}]
|
|
- tags: {fountain: bubbler}
|
|
shapes: [fountain_bubbler]
|
|
- tags: {fountain: roman_wolf}
|
|
shapes: [fountain_roman_wolf]
|
|
- tags: {fountain: toret}
|
|
shapes: [fountain_toret]
|
|
- tags: {amenity: waste_basket}
|
|
shapes: [waste_basket]
|
|
- tags: {amenity: waste_disposal}
|
|
shapes: [waste_disposal]
|
|
- tags: {highway: street_lamp}
|
|
shapes: [street_lamp]
|
|
- tags: {amenity: bbq}
|
|
shapes: [bbq]
|
|
- tags: {leisure: firepit}
|
|
shapes: [firepit]
|
|
- tags: {man_made: cross}
|
|
shapes: [cross]
|
|
- tags: {man_made: flagpole}
|
|
shapes: [flagpole]
|
|
- tags: {man_made: manhole}
|
|
shapes: [circle_9]
|
|
- tags: {manhole: drain}
|
|
shapes: [manhole_drain]
|
|
- tags: {man_made: pole}
|
|
shapes: [pole]
|
|
- tags: {man_made: pole, highway: street_lamp}
|
|
shapes: [pole_lamp]
|
|
- tags: {man_made: street_cabinet}
|
|
shapes: [street_cabinet]
|
|
- tags: {man_made: surveillance}
|
|
shapes: [cctv]
|
|
- tags: {man_made: ventilation_shaft}
|
|
shapes: [ventilation]
|
|
- tags: {advertising: billboard}
|
|
shapes: [billboard]
|
|
- tags: {natural: rock}
|
|
shapes: [stone]
|
|
- tags: {natural: stone}
|
|
shapes: [stone]
|
|
- tags: {sloped_curb: "yes"}
|
|
shapes: [lowered_kerb]
|
|
- tags: {kerb: lowered}
|
|
shapes: [lowered_kerb]
|
|
|
|
- tags: {natural: tree}
|
|
shapes: [{shape: tree, color: tree_color}]
|
|
- tags: {leaf_type: broadleaved}
|
|
shapes: [{shape: tree_with_leaf, color: tree_color}]
|
|
- tags: {leaf_type: needleleaved}
|
|
shapes: [{shape: needleleaved_tree, color: tree_color}]
|
|
- tags: {leaf_type: palm}
|
|
shapes: [{shape: palm, color: tree_color}]
|
|
- tags: {natural: tree, leaf_type: broadleaved}
|
|
shapes: [{shape: tree_with_leaf, color: tree_color}]
|
|
- tags: {natural: tree, leaf_type: needleleaved}
|
|
shapes: [{shape: needleleaved_tree, color: tree_color}]
|
|
- tags: {natural: tree, leaf_type: palm}
|
|
shapes: [{shape: palm, color: tree_color}]
|
|
- tags: {natural: tree, type: conifer}
|
|
shapes: [{shape: needleleaved_tree, color: tree_color}]
|
|
- tags: {leaf_cycle: deciduous}
|
|
set_main_color: decidious_color
|
|
- tags: {leaf_cycle: evergreen}
|
|
set_main_color: evergreen_color
|
|
- tags: {natural: tree, leaf_cycle: deciduous}
|
|
set_main_color: decidious_color
|
|
- tags: {natural: tree, leaf_cycle: evergreen}
|
|
set_main_color: evergreen_color
|
|
- tags: {natural: bush}
|
|
shapes: [{shape: bush, color: tree_color}]
|
|
|
|
- tags: {natural: tree, genus: Betula}
|
|
shapes: [{shape: betula, color: tree_color}]
|
|
- tags: {natural: tree, "genus:en": Birch}
|
|
shapes: [{shape: betula, color: tree_color}]
|
|
- tags: {natural: tree, "genus:ru": Берёза}
|
|
shapes: [{shape: betula, color: tree_color}]
|
|
|
|
- tags: {natural: tree, genus: Acer}
|
|
shapes: [{shape: tree, color: tree_color}]
|
|
add_shapes: [{shape: leaf_maple, color: tree_color}]
|
|
- tags: {natural: tree, "genus:en": Maple}
|
|
shapes: [{shape: tree, color: tree_color}]
|
|
add_shapes: [{shape: leaf_maple, color: tree_color}]
|
|
|
|
- tags: {natural: tree, genus: Malus}
|
|
shapes: [{shape: tree, color: tree_color}]
|
|
add_shapes: [{shape: apple, color: tree_color}]
|
|
|
|
- tags: {natural: tree, genus: Pyrus}
|
|
shapes: [{shape: tree, color: tree_color}]
|
|
add_shapes: [{shape: pear, color: tree_color}]
|
|
|
|
- tags: {railway: buffer_stop}
|
|
shapes: [buffer_stop]
|
|
- tags: {traffic_sign: city_limit}
|
|
shapes: [city_limit_sign]
|
|
- tags: {traffic_sign: maxspeed, maxspeed: "30"}
|
|
shapes: [
|
|
circle_11,
|
|
{shape: digit_3, offset: [-2, 0], color: "#FFFFFF"},
|
|
{shape: digit_0, offset: [2, 0], color: "#FFFFFF"},
|
|
]
|
|
- tags: {traffic_sign: maxspeed, maxspeed: "40"}
|
|
shapes: [
|
|
circle_11,
|
|
{shape: digit_4, offset: [-2, 0], color: "#FFFFFF"},
|
|
{shape: digit_0, offset: [2, 0], color: "#FFFFFF"},
|
|
]
|
|
- tags: {traffic_sign: maxspeed, maxspeed: "50"}
|
|
shapes: [
|
|
circle_11,
|
|
{shape: digit_5, offset: [-2, 0], color: "#FFFFFF"},
|
|
{shape: digit_0, offset: [2, 0], color: "#FFFFFF"},
|
|
]
|
|
- tags: {traffic_sign: maxspeed, maxspeed: "60"}
|
|
shapes: [
|
|
circle_11,
|
|
{shape: digit_6, offset: [-2, 0], color: "#FFFFFF"},
|
|
{shape: digit_0, offset: [2, 0], color: "#FFFFFF"},
|
|
]
|
|
- tags: {traffic_sign: maxspeed, maxspeed: "40_mph"}
|
|
shapes: [
|
|
speed_limit_mph,
|
|
{shape: digit_4, offset: [-2, 2]},
|
|
{shape: digit_0, offset: [2, 2]},
|
|
]
|
|
- tags: {traffic_sign: maxspeed, maxspeed: ".."}
|
|
shapes: [
|
|
circle_11,
|
|
{shape: digit_3, offset: [-2, 0], color: "#FFFFFF"},
|
|
{shape: digit_0, offset: [2, 0], color: "#FFFFFF"},
|
|
]
|
|
- tags: {traffic_sign: stop}
|
|
shapes: [stop]
|
|
- tags: {highway: give_way}
|
|
shapes: [triangle_down_hollow]
|
|
- tags: {noexit: "yes"}
|
|
shapes: [noexit]
|
|
- tags: {barrier: block}
|
|
shapes: [block]
|
|
- tags: {barrier: rock}
|
|
shapes: [stone]
|
|
- tags: {barrier: bollard}
|
|
shapes: [bollard]
|
|
|
|
- group: "Indoor"
|
|
tags:
|
|
- tags: {door: "yes"}
|
|
shapes: [entrance]
|
|
|
|
- group: "Add and over"
|
|
tags:
|
|
- tags: {support: pole}
|
|
over_icon: [support_pole]
|
|
under_icon: [clock, information_board]
|
|
- tags: {support: wall_mounted}
|
|
over_icon: [support_wall]
|
|
under_icon: [clock, information_board]
|
|
- tags: {support: column}
|
|
over_icon: [support_column]
|
|
under_icon: [clock, information_board]
|
|
- tags: {amenity: "*", karaoke: "yes"}
|
|
add_shapes: [microphone]
|
|
- tags: {building: "*", "roof:shape": onion}
|
|
add_shapes: [onion_roof_shape]
|
|
- tags: {natural: tree, denotation: urban}
|
|
over_icon: [urban_tree_pot]
|
|
under_icon: [tree, tree_with_leaf, needleleaved_tree, betula, palm]
|
|
- tags: {natural: tree, denotation: avenue}
|
|
over_icon: [bottom_right_horizontal_line]
|
|
under_icon: [tree, tree_with_leaf, needleleaved_tree, betula, palm]
|
|
|
|
- tags: {wheelchair: "yes"}
|
|
add_shapes: [wheelchair]
|
|
- tags: {wheelchair: "no"}
|
|
add_shapes: [no_wheelchair]
|
|
- tags: {foot: "yes"}
|
|
add_shapes: [foot]
|
|
- tags: {foot: "no"}
|
|
add_shapes: [no_foot]
|
|
- tags: {bicycle: "yes"}
|
|
add_shapes: [bicycle]
|
|
- tags: {bicycle: "no"}
|
|
add_shapes: [no_bicycle]
|
|
- tags: {internet_access: wlan, "internet_access:fee": "no"}
|
|
add_shapes: [free_wlan]
|
|
- tags: {internet_access: wlan}
|
|
exception: {"internet_access:fee": "*"}
|
|
add_shapes: [wlan]
|
|
- tags: {material: wood}
|
|
add_shapes: [{shape: wood, color: trunk_color}]
|
|
- tags: {access: private}
|
|
add_shapes: [lock_with_keyhole]
|
|
- tags: {access: "no"}
|
|
add_shapes: [lock]
|
|
- tags: {direction: clockwise}
|
|
add_shapes: [clockwise]
|
|
- tags: {direction: contrclockwise}
|
|
add_shapes: [contrclockwise]
|
|
- tags: {atm: "yes"}
|
|
add_shapes: [atm]
|
|
- tags: {tactile_paving: "yes"}
|
|
add_shapes: [tactile_paving]
|
|
- tags: {"payment:credit_cards": "yes"}
|
|
add_shapes: [credit_card]
|
|
|
|
- tags: {bus: "yes"}
|
|
add_shapes: [bus]
|
|
- tags: {motocar: "yes"}
|
|
add_shapes: [car]
|
|
- tags: {car: "yes"}
|
|
add_shapes: [car]
|
|
- tags: {monorail: "yes"}
|
|
add_shapes: [monorail]
|
|
- tags: {trolleybus: "yes"}
|
|
add_shapes: [trolleybus]
|
|
|
|
- tags: {recycling:glass_bottles: "yes"}
|
|
add_shapes: [bottle]
|
|
|
|
- tags: {crossing:island: "yes"}
|
|
add_shapes: [rectangle_vertical_rounded]
|
|
- tags: {crossing:island: "no"}
|
|
add_shapes: [rectangle_vertical_rounded_crossed]
|
|
|
|
roads:
|
|
- tags: {highway: motorway}
|
|
default_width: 15
|
|
border_color: road_border_color
|
|
color: "#FFFFFF"
|
|
- tags: {highway: trunk}
|
|
default_width: 13
|
|
border_color: road_border_color
|
|
priority: 41
|
|
- tags: {highway: primary}
|
|
default_width: 11
|
|
border_color: primary_border_color
|
|
color: primary_color
|
|
priority: 41.9
|
|
- tags: {highway: motorway_link}
|
|
default_width: 9
|
|
border_color: road_border_color
|
|
priority: 41
|
|
- tags: {highway: secondary}
|
|
default_width: 9
|
|
border_color: secondary_border_color
|
|
priority: 41.8
|
|
color: secondary_color
|
|
- tags: {highway: tertiary}
|
|
default_width: 7
|
|
border_color: tertiary_border_color
|
|
priority: 41.7
|
|
color: tertiary_color
|
|
- tags: {highway: unclassified}
|
|
default_width: 5
|
|
border_color: road_border_color
|
|
priority: 41
|
|
- tags: {highway: residential}
|
|
default_width: 5
|
|
border_color: road_border_color
|
|
priority: 41
|
|
- tags: {highway: living_street}
|
|
default_width: 4
|
|
border_color: road_border_color
|
|
priority: 41
|
|
- tags: {highway: service}
|
|
exception: {service: parking_aisle}
|
|
default_width: 3
|
|
border_color: road_border_color
|
|
priority: 41
|
|
- tags: {highway: service, service: parking_aisle}
|
|
default_width: 2
|
|
border_color: road_border_color
|
|
priority: 41
|
|
- tags: {leisure: track}
|
|
color: pitch_color
|
|
border_color: pitch_border_color
|
|
default_width: 5
|
|
priority: 21
|
|
|
|
ways:
|
|
- tags: {indoor: area}
|
|
style:
|
|
stroke: indoor_border_color
|
|
stroke-width: 1
|
|
fill: indoor_color
|
|
priority: 10
|
|
- tags: {indoor: corridor}
|
|
style:
|
|
stroke: indoor_color
|
|
stroke-width: 1
|
|
fill: indoor_color
|
|
priority: 11
|
|
- tags: {highway: corridor}
|
|
style:
|
|
stroke: "#00FF00"
|
|
stroke-width: 5
|
|
priority: 11
|
|
- tags: {indoor: ["yes", room, elevator], area: "yes"}
|
|
style:
|
|
stroke: indoor_color
|
|
stroke-width: 1
|
|
fill: indoor_color
|
|
priority: 12
|
|
- tags: {indoor: column}
|
|
style:
|
|
stroke: indoor_color
|
|
stroke-width: 1
|
|
fill: indoor_color
|
|
priority: 13
|
|
|
|
- tags: {power: line}
|
|
style:
|
|
stroke: "#000000"
|
|
stroke-width: 1
|
|
opacity: 0.2
|
|
priority: 80
|
|
- tags: {power: cable}
|
|
style:
|
|
stroke: "#000000"
|
|
stroke-width: 1
|
|
opacity: 0.1
|
|
priority: 80
|
|
- tags: {golf: hole}
|
|
style:
|
|
stroke: "#000000"
|
|
stroke-width: 1
|
|
opacity: 0.3
|
|
priority: 80
|
|
|
|
- tags: {highway: track}
|
|
style:
|
|
stroke-width: 1.5
|
|
stroke: track_color
|
|
stroke-linecap: round
|
|
stroke-linejoin: round
|
|
priority: 41
|
|
- tags: {highway: [footway, pedestrian, cycleway]}
|
|
exception: {area: "yes"}
|
|
style:
|
|
stroke-width: 3
|
|
stroke: foot_border_color
|
|
stroke-linecap: round
|
|
stroke-linejoin: round
|
|
priority: 41
|
|
- tags: {highway: steps}
|
|
style:
|
|
stroke-width: 6
|
|
stroke: foot_border_color
|
|
stroke-linecap: butt
|
|
- tags: {highway: path}
|
|
style:
|
|
stroke-width: 3
|
|
stroke: foot_border_color
|
|
priority: 41
|
|
|
|
- tags: {highway: [footway, pedestrian]}
|
|
exception: {area: "yes"}
|
|
style:
|
|
stroke-width: 1.5
|
|
stroke-dasharray: 7,3
|
|
stroke-linecap: round
|
|
stroke-linejoin: round
|
|
stroke: foot_color
|
|
priority: 42
|
|
- tags: {highway: [footway, pedestrian], area: "yes"}
|
|
style:
|
|
stroke: none
|
|
fill: "#DDDDDD"
|
|
stroke-linecap: round
|
|
stroke-linejoin: round
|
|
priority: -55 # FIXME
|
|
- tags: {highway: cycleway}
|
|
exception: {area: "yes"}
|
|
style:
|
|
stroke-width: 1
|
|
stroke: cycle_color
|
|
stroke-dasharray: 8,2
|
|
stroke-linecap: butt
|
|
priority: 42
|
|
- tags: {highway: steps, conveying: "*"}
|
|
style:
|
|
stroke-width: 5
|
|
stroke-dasharray: 1.5,2
|
|
stroke-linecap: butt
|
|
stroke: "#888888"
|
|
priority: 42
|
|
- tags: {highway: steps}
|
|
exception: {conveying: "*"}
|
|
style:
|
|
stroke-width: 5
|
|
stroke-dasharray: 1.5,2
|
|
stroke-linecap: butt
|
|
stroke: foot_color
|
|
priority: 42
|
|
- tags: {highway: path}
|
|
style:
|
|
stroke-width: 1.5
|
|
stroke-dasharray: 5,3
|
|
stroke-linecap: butt
|
|
stroke: foot_color
|
|
priority: 42
|
|
|
|
- tags: {natural: wood}
|
|
style:
|
|
fill: wood_color
|
|
priority: 21
|
|
- tags: {natural: wetland}
|
|
style:
|
|
fill: wetland_color
|
|
priority: 21
|
|
- tags: {natural: grassland}
|
|
style:
|
|
fill: grass_color
|
|
stroke: grass_border_color
|
|
priority: 20
|
|
- tags: {natural: scrub}
|
|
style:
|
|
fill: wood_color
|
|
priority: 21
|
|
- tags: {natural: sand}
|
|
style:
|
|
fill: sand_color
|
|
priority: 20
|
|
- tags: {natural: beach}
|
|
style:
|
|
fill: beach_color
|
|
priority: 20
|
|
- tags: {natural: desert}
|
|
style:
|
|
fill: desert_color
|
|
priority: 20
|
|
- tags: {natural: forest}
|
|
style:
|
|
fill: wood_color
|
|
priority: 21
|
|
- tags: {natural: tree_row}
|
|
priority: 21
|
|
style:
|
|
stroke: wood_color
|
|
stroke-width: 5
|
|
stroke-linecap: round
|
|
stroke-linejoin: round
|
|
- tags: {natural: water}
|
|
style:
|
|
fill: water_color
|
|
# stroke: water_border_color
|
|
# stroke-width: 1
|
|
priority: 21
|
|
- tags: {natural: coastline}
|
|
style:
|
|
# fill: water_color
|
|
stroke: water_border_color
|
|
stroke-width: 1
|
|
priority: 21
|
|
- tags: {natural: ridge}
|
|
style:
|
|
stroke-width: 2
|
|
opacity: 0.3
|
|
stroke: ridge_color
|
|
priority: 21
|
|
- tags: {natural: bare_rock}
|
|
style:
|
|
fill: rock_color
|
|
- tags: {natural: scree}
|
|
style:
|
|
fill: scree_color
|
|
|
|
- tags: {landuse: allotments}
|
|
style:
|
|
fill: allotments_color
|
|
priority: 20
|
|
- tags: {landuse: conservation}
|
|
style:
|
|
fill: grass_color
|
|
priority: 20
|
|
- tags: {landuse: construction}
|
|
style:
|
|
fill: construction_color
|
|
- tags: {landuse: farmland}
|
|
style: {fill: farmland_color, stroke: farmland_border_color}
|
|
priority: 20
|
|
- tags: {landuse: farmland, crop: wheat}
|
|
style: {fill: wheat_color, stroke: wheat_border_color}
|
|
priority: 20
|
|
- tags: {landuse: farmland, crop: barley}
|
|
style: {fill: barley_color, stroke: barley_border_color}
|
|
priority: 20
|
|
- tags: {landuse: farmland, crop: rye}
|
|
style: {fill: rye_color, stroke: rye_dark_color}
|
|
priority: 20
|
|
- tags: {landuse: forest}
|
|
style:
|
|
fill: wood_color
|
|
priority: 20
|
|
- tags: {landuse: garages}
|
|
style:
|
|
fill: parking_color
|
|
priority: 21
|
|
- tags: {landuse: grass}
|
|
style:
|
|
fill: grass_color
|
|
stroke: grass_border_color
|
|
priority: 20
|
|
- tags: {landuse: orchard}
|
|
style:
|
|
fill: orchard_color
|
|
priority: 21
|
|
- tags: {landuse: meadow}
|
|
style:
|
|
fill: meadow_color
|
|
stroke: meadow_border_color
|
|
priority: 20
|
|
|
|
# Hidden land use
|
|
|
|
- tags: {landuse: cemetery}
|
|
style:
|
|
fill: hidden_color
|
|
opacity: 0.05
|
|
- tags: {landuse: commercial}
|
|
style:
|
|
fill: hidden_color
|
|
opacity: 0.05
|
|
- tags: {landuse: industrial}
|
|
style:
|
|
fill: hidden_color
|
|
opacity: 0.05
|
|
- tags: {landuse: military}
|
|
style:
|
|
fill: hidden_color
|
|
opacity: 0.05
|
|
- tags: {landuse: railway}
|
|
style:
|
|
fill: hidden_color
|
|
opacity: 0.05
|
|
- tags: {landuse: residential}
|
|
style:
|
|
fill: hidden_color
|
|
opacity: 0.05
|
|
- tags: {power: substation}
|
|
style:
|
|
fill: hidden_color
|
|
opacity: 0.05
|
|
|
|
- tags: {amenity: ferry_terminal}
|
|
style:
|
|
fill: ferry_terminal_color
|
|
priority: 50
|
|
- tags: {amenity: parking}
|
|
style:
|
|
fill: parking_color
|
|
opacity: 0.5
|
|
|
|
- tags: {aeroway: landingpad}
|
|
style:
|
|
fill: "#000000"
|
|
opacity: 0.1
|
|
- tags: {aeroway: helipad}
|
|
style:
|
|
fill: "#440044"
|
|
opacity: 0.1
|
|
|
|
- tags: {waterway: riverbank}
|
|
style:
|
|
fill: none # water_color
|
|
stroke: water_border_color
|
|
stroke-width: 1
|
|
- tags: {waterway: ditch}
|
|
style:
|
|
fill: none # water_color
|
|
stroke: water_color
|
|
stroke-width: 2
|
|
|
|
- tags: {railway: subway}
|
|
style:
|
|
stroke-width: 10
|
|
stroke: "#DDDDDD"
|
|
priority: 41
|
|
- tags: {railway: [rail, narrow_gauge, tram]}
|
|
style:
|
|
stroke-width: 3
|
|
stroke: "#BBBBBB"
|
|
priority: 42
|
|
- tags: {railway: [rail, narrow_gauge, tram]}
|
|
style:
|
|
stroke-width: 1
|
|
stroke: "#444444"
|
|
priority: 43
|
|
- tags: {railway: platform}
|
|
style:
|
|
fill: platform_color
|
|
stroke-width: 1
|
|
stroke: platform_border_color
|
|
priority: 41
|
|
|
|
- tags: {route: ferry}
|
|
style:
|
|
stroke-width: 1
|
|
stroke-dasharray: 3,3
|
|
stroke-linecap: butt
|
|
stroke: route_color
|
|
priority: 42
|
|
|
|
- tags: {leisure: garden}
|
|
style:
|
|
fill: grass_color
|
|
priority: 21
|
|
- tags: {leisure: park}
|
|
style:
|
|
fill: grass_color
|
|
opacity: 0.5
|
|
- tags: {landuse: recreation_ground}
|
|
style:
|
|
fill: grass_color
|
|
opacity: 0.5
|
|
- tags: {leisure: stadium}
|
|
style:
|
|
fill: grass_color
|
|
opacity: 0.5
|
|
- tags: {leisure: golf_course}
|
|
style:
|
|
fill: grass_color
|
|
opacity: 0.5
|
|
- tags: {leisure: pitch}
|
|
style:
|
|
fill: pitch_color
|
|
stroke: pitch_border_color
|
|
stroke-width: 1
|
|
priority: 21
|
|
- tags: {leisure: bleachers}
|
|
style:
|
|
fill: pitch_color
|
|
stroke: pitch_border_color
|
|
stroke-width: 1
|
|
priority: 21
|
|
- tags: {leisure: track, area: "yes"}
|
|
style:
|
|
fill: pitch_color
|
|
stroke: pitch_border_color
|
|
stroke-width: 1
|
|
priority: 21
|
|
- tags: {leisure: fitness_station}
|
|
style:
|
|
fill: pitch_color
|
|
stroke: pitch_border_color
|
|
stroke-width: 1
|
|
priority: 21
|
|
- tags: {leisure: playground}
|
|
style:
|
|
fill: playground_color
|
|
opacity: 0.2
|
|
priority: 21
|
|
- tags: {leisure: swimming_pool}
|
|
style:
|
|
fill: water_color
|
|
stroke: water_border_color
|
|
stroke-width: 1
|
|
|
|
- tags: {barrier: hedge}
|
|
style:
|
|
fill: none
|
|
stroke: wood_color
|
|
stroke-width: 4
|
|
priority: 40
|
|
- tags: {barrier: city_wall}
|
|
style:
|
|
fill: none
|
|
stroke: "#000000"
|
|
stroke-width: 1
|
|
opacity: 0.35
|
|
priority: 40
|
|
- tags: {barrier: wall}
|
|
style:
|
|
fill: none
|
|
stroke: "#000000"
|
|
stroke-width: 1
|
|
opacity: 0.3
|
|
priority: 40
|
|
- tags: {barrier: [fence, retaining_wall]}
|
|
style:
|
|
fill: none
|
|
stroke: "#000000"
|
|
stroke-width: 1
|
|
opacity: 0.25
|
|
priority: 40
|
|
- tags: {barrier: handrail}
|
|
style:
|
|
fill: none
|
|
stroke: "#000000"
|
|
stroke-width: 1
|
|
opacity: 0.2
|
|
priority: 40
|
|
- tags: {barrier: kerb}
|
|
style:
|
|
fill: none
|
|
stroke: "#000000"
|
|
stroke-width: 1
|
|
opacity: 0.15
|
|
priority: 40
|
|
|
|
- tags: {border: "*"}
|
|
style:
|
|
stroke: "#FF0000"
|
|
stroke-width: 0.5
|
|
stroke-dasharray: 10,20
|
|
- tags: {"area:highway": "*"}
|
|
|
|
- tags: {boundary: "*"}
|
|
# style:
|
|
# stroke: boundary_color
|
|
# stroke-width: 0.3
|
|
# stroke-dasharray: 10,5
|
|
priority: 60
|
|
|
|
area_tags:
|
|
- tags: {aeroway: "*"}
|
|
- tags: {building: "*"}
|
|
- tags: {landuse: "*"}
|
|
- tags: {leisure: "*"}
|
|
- tags: {natural: "*"}
|
|
exception: {natural: "tree_row"}
|
|
- tags: {indoor: "corridor"}
|
|
- tags: {power: ["compensator", "substation"]}
|
|
|
|
tags_to_write:
|
|
- "STIF:zone"
|
|
- "alt_name"
|
|
- "artist_name"
|
|
- "booth"
|
|
- "branch"
|
|
- "brand"
|
|
- "capacity"
|
|
- "cladr:code"
|
|
- "collection_times"
|
|
- "created_by"
|
|
- "cuisine"
|
|
- "cyclestreets_id"
|
|
- "description"
|
|
- "designation"
|
|
- "destination"
|
|
- "ele"
|
|
- "email"
|
|
- "end_date"
|
|
- "facebook"
|
|
- "fax"
|
|
- "fhrs:confidence_management"
|
|
- "fhrs:hygiene"
|
|
- "fhrs:id"
|
|
- "fhrs:inspectiondate"
|
|
- "fhrs:local_authority_id"
|
|
- "fhrs:rating"
|
|
- "fhrs:rating_date"
|
|
- "flickr"
|
|
- "full_name"
|
|
- "genus"
|
|
- "height"
|
|
- "image"
|
|
- "information"
|
|
- "inscription"
|
|
- "int_name"
|
|
- "is_in"
|
|
- "last_collection"
|
|
- "local_ref"
|
|
- "manufacturer"
|
|
- "media:commons"
|
|
- "min_height"
|
|
- "name"
|
|
- "naptan:AltCommonName"
|
|
- "naptan:AltStreet"
|
|
- "naptan:AtcoCode"
|
|
- "naptan:Bearing"
|
|
- "naptan:BusStopType"
|
|
- "naptan:CommonName"
|
|
- "naptan:Crossing"
|
|
- "naptan:Indicator"
|
|
- "naptan:Landmark"
|
|
- "naptan:NaptanCode"
|
|
- "naptan:Notes"
|
|
- "naptan:PlusbusZoneRef"
|
|
- "naptan:ShotCommonName"
|
|
- "naptan:Street"
|
|
- "naptan:verified"
|
|
- "network"
|
|
- "official_name"
|
|
- "old_name"
|
|
- "opening_hours"
|
|
- "opening_hours:url"
|
|
- "operator"
|
|
- "phone"
|
|
- "phone_1"
|
|
- "platforms"
|
|
- "postal_code"
|
|
- "ref"
|
|
- "ref_no"
|
|
- "route_ref"
|
|
- "royal_cypher"
|
|
- "seats"
|
|
- "species"
|
|
- "start_date"
|
|
- "survey:date"
|
|
- "taxon"
|
|
- "telephone"
|
|
- "twitter"
|
|
- "uk_postcode_centroid"
|
|
- "uri"
|
|
- "url"
|
|
- "voltage"
|
|
- "website"
|
|
- "website_2"
|
|
- "wikidata"
|
|
- "wikipedia"
|
|
|
|
prefix_to_write:
|
|
- "addr"
|
|
- "alt_name"
|
|
- "contact"
|
|
- "description"
|
|
- "genus"
|
|
- "inscription"
|
|
- "is_in"
|
|
- "manufacturer"
|
|
- "name"
|
|
- "old_name"
|
|
- "operator"
|
|
- "ref"
|
|
- "route_ref"
|
|
- "species"
|
|
- "taxon"
|
|
- "website"
|
|
- "wikipedia"
|
|
|
|
tags_to_skip:
|
|
- "FIXME"
|
|
- "attribution"
|
|
- "building:levels"
|
|
- "building:part"
|
|
- "comment"
|
|
- "created_by"
|
|
- "curve_geometry"
|
|
- "diameter_crown"
|
|
- "fixme"
|
|
- "indoor"
|
|
- "layer"
|
|
- "level"
|
|
- "level:ref"
|
|
- "location:transition"
|
|
- "mapillary"
|
|
- "naptan:verified:note"
|
|
- "note"
|
|
- "osak:identifier"
|
|
- "place"
|
|
- "ref:opendataparis:adresse"
|
|
- "ref:opendataparis:geo_point_2d"
|
|
- "source"
|
|
- "source_ref"
|
|
|
|
prefix_to_skip:
|
|
- "demolished"
|
|
- "mapillary"
|
|
- "source"
|
|
- "razed"
|
|
- "removed"
|