diff --git a/Docs/BuiltinLayers.md b/Docs/BuiltinLayers.md index 7ce567ec0..770e9fc1a 100644 --- a/Docs/BuiltinLayers.md +++ b/Docs/BuiltinLayers.md @@ -14,7 +14,9 @@ + [type_node](#type_node) + [conflation](#conflation) + [left_right_style](#left_right_style) -1. [Frequently reused layers](#frequently-reused-layers) + + [split_point](#split_point) +1. [Normal layers](#normal-layers) + - [Frequently reused layers](#frequently-reused-layers) + [bicycle_library](#bicycle_library) * [Themes using this layer](#themes-using-this-layer) + [drinking_water](#drinking_water) @@ -25,6 +27,114 @@ * [Themes using this layer](#themes-using-this-layer) + [all_streets](#all_streets) * [Themes using this layer](#themes-using-this-layer) + + [ambulancestation](#ambulancestation) + * [Themes using this layer](#themes-using-this-layer) + + [artwork](#artwork) + * [Themes using this layer](#themes-using-this-layer) + + [barrier](#barrier) + * [Themes using this layer](#themes-using-this-layer) + + [bench](#bench) + * [Themes using this layer](#themes-using-this-layer) + + [bench_at_pt](#bench_at_pt) + * [Themes using this layer](#themes-using-this-layer) + + [bicycle_tube_vending_machine](#bicycle_tube_vending_machine) + * [Themes using this layer](#themes-using-this-layer) + + [bike_cafe](#bike_cafe) + * [Themes using this layer](#themes-using-this-layer) + + [bike_cleaning](#bike_cleaning) + * [Themes using this layer](#themes-using-this-layer) + + [bike_parking](#bike_parking) + * [Themes using this layer](#themes-using-this-layer) + + [bike_repair_station](#bike_repair_station) + * [Themes using this layer](#themes-using-this-layer) + + [bike_shop](#bike_shop) + * [Themes using this layer](#themes-using-this-layer) + + [bike_themed_object](#bike_themed_object) + * [Themes using this layer](#themes-using-this-layer) + + [binocular](#binocular) + * [Themes using this layer](#themes-using-this-layer) + + [birdhide](#birdhide) + * [Themes using this layer](#themes-using-this-layer) + + [cafe_pub](#cafe_pub) + * [Themes using this layer](#themes-using-this-layer) + + [charging_station](#charging_station) + * [Themes using this layer](#themes-using-this-layer) + + [crossings](#crossings) + * [Themes using this layer](#themes-using-this-layer) + + [cycleways_and_roads](#cycleways_and_roads) + * [Themes using this layer](#themes-using-this-layer) + + [defibrillator](#defibrillator) + * [Themes using this layer](#themes-using-this-layer) + + [direction](#direction) + * [Themes using this layer](#themes-using-this-layer) + + [etymology](#etymology) + * [Themes using this layer](#themes-using-this-layer) + + [extinguisher](#extinguisher) + * [Themes using this layer](#themes-using-this-layer) + + [fire_station](#fire_station) + * [Themes using this layer](#themes-using-this-layer) + + [ghost_bike](#ghost_bike) + * [Themes using this layer](#themes-using-this-layer) + + [hydrant](#hydrant) + * [Themes using this layer](#themes-using-this-layer) + + [information_board](#information_board) + * [Themes using this layer](#themes-using-this-layer) + + [nature_reserve](#nature_reserve) + * [Themes using this layer](#themes-using-this-layer) + + [observation_tower](#observation_tower) + * [Themes using this layer](#themes-using-this-layer) + + [parking](#parking) + * [Themes using this layer](#themes-using-this-layer) + + [picnic_table](#picnic_table) + * [Themes using this layer](#themes-using-this-layer) + + [playground](#playground) + * [Themes using this layer](#themes-using-this-layer) + + [public_bookcase](#public_bookcase) + * [Themes using this layer](#themes-using-this-layer) + + [shops](#shops) + * [Themes using this layer](#themes-using-this-layer) + + [sport_pitch](#sport_pitch) + * [Themes using this layer](#themes-using-this-layer) + + [street_lamps](#street_lamps) + * [Themes using this layer](#themes-using-this-layer) + + [surveillance_camera](#surveillance_camera) + * [Themes using this layer](#themes-using-this-layer) + + [toilet](#toilet) + * [Themes using this layer](#themes-using-this-layer) + + [tree_node](#tree_node) + * [Themes using this layer](#themes-using-this-layer) + + [waste_basket](#waste_basket) + * [Themes using this layer](#themes-using-this-layer) + + [caravansites](#caravansites) + * [Themes using this layer](#themes-using-this-layer) + + [dumpstations](#dumpstations) + * [Themes using this layer](#themes-using-this-layer) + + [climbing_club](#climbing_club) + * [Themes using this layer](#themes-using-this-layer) + + [climbing_gym](#climbing_gym) + * [Themes using this layer](#themes-using-this-layer) + + [climbing_route](#climbing_route) + * [Themes using this layer](#themes-using-this-layer) + + [climbing](#climbing) + * [Themes using this layer](#themes-using-this-layer) + + [maybe_climbing](#maybe_climbing) + * [Themes using this layer](#themes-using-this-layer) + + [fietsstraat](#fietsstraat) + * [Themes using this layer](#themes-using-this-layer) + + [toekomstige_fietsstraat](#toekomstige_fietsstraat) + * [Themes using this layer](#themes-using-this-layer) + + [facadegardens](#facadegardens) + * [Themes using this layer](#themes-using-this-layer) + + [hackerspaces](#hackerspaces) + * [Themes using this layer](#themes-using-this-layer) + + [windturbine](#windturbine) + * [Themes using this layer](#themes-using-this-layer) + + [postboxes](#postboxes) + * [Themes using this layer](#themes-using-this-layer) + + [postoffices](#postoffices) + * [Themes using this layer](#themes-using-this-layer) + + [lit_streets](#lit_streets) + * [Themes using this layer](#themes-using-this-layer) MapComplete has a few data layers available in the theme which have special properties through builtin-hooks. Furthermore, there are some normal layers (which are built from normal Theme-config files) but are so general that they get a mention here. @@ -40,6 +150,7 @@ - [type_node](#type_node) - [conflation](#conflation) - [left_right_style](#left_right_style) + - [split_point](#split_point) ### gps_location @@ -141,8 +252,26 @@ Special meta-style which will show one single line, either on the left or on the - This layer can **not** be included in a theme. It is solely used by [special renderings](SpecialRenderings.md) showing a minimap with custom data. +### split_point + + + +Layer rendering the little scissors for the minimap in the 'splitRoadWizard' + +[Go to the source code](../assets/layers/split_point/split_point.json) + + + + - This layer can **not** be included in a theme. It is solely used by [special renderings](SpecialRenderings.md) showing a minimap with custom data. + + + Normal layers +=============== + + The following layers are included in MapComplete + Frequently reused layers -========================== +-------------------------- The following layers are used by at least 2 mapcomplete themes and might be interesting for your custom theme too @@ -273,4 +402,1316 @@ A map, meant for tourists which is permanently installed in the public space - [street_lighting](https://mapcomplete.osm.be/street_lighting) + - [ambulancestation](#ambulancestation) + - [artwork](#artwork) + - [barrier](#barrier) + - [bench](#bench) + - [bench_at_pt](#bench_at_pt) + - [bicycle_tube_vending_machine](#bicycle_tube_vending_machine) + - [bike_cafe](#bike_cafe) + - [bike_cleaning](#bike_cleaning) + - [bike_parking](#bike_parking) + - [bike_repair_station](#bike_repair_station) + - [bike_shop](#bike_shop) + - [bike_themed_object](#bike_themed_object) + - [binocular](#binocular) + - [birdhide](#birdhide) + - [cafe_pub](#cafe_pub) + - [charging_station](#charging_station) + - [crossings](#crossings) + - [cycleways_and_roads](#cycleways_and_roads) + - [defibrillator](#defibrillator) + - [direction](#direction) + - [etymology](#etymology) + - [extinguisher](#extinguisher) + - [fire_station](#fire_station) + - [ghost_bike](#ghost_bike) + - [hydrant](#hydrant) + - [information_board](#information_board) + - [nature_reserve](#nature_reserve) + - [observation_tower](#observation_tower) + - [parking](#parking) + - [picnic_table](#picnic_table) + - [playground](#playground) + - [public_bookcase](#public_bookcase) + - [shops](#shops) + - [sport_pitch](#sport_pitch) + - [street_lamps](#street_lamps) + - [surveillance_camera](#surveillance_camera) + - [toilet](#toilet) + - [tree_node](#tree_node) + - [waste_basket](#waste_basket) + - [caravansites](#caravansites) + - [dumpstations](#dumpstations) + - [climbing_club](#climbing_club) + - [climbing_gym](#climbing_gym) + - [climbing_route](#climbing_route) + - [climbing](#climbing) + - [maybe_climbing](#maybe_climbing) + - [fietsstraat](#fietsstraat) + - [toekomstige_fietsstraat](#toekomstige_fietsstraat) + - [facadegardens](#facadegardens) + - [hackerspaces](#hackerspaces) + - [windturbine](#windturbine) + - [postboxes](#postboxes) + - [postoffices](#postoffices) + - [lit_streets](#lit_streets) + + +### ambulancestation + + + +An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies. + +[Go to the source code](../assets/layers/ambulancestation/ambulancestation.json) + + + + + + + + +#### Themes using this layer + + + + + + - [hailhydrant](https://mapcomplete.osm.be/hailhydrant) + + +### artwork + + + +Diverse pieces of artwork + +[Go to the source code](../assets/layers/artwork/artwork.json) + + + + + + + + +#### Themes using this layer + + + + + + - [artwork](https://mapcomplete.osm.be/artwork) + + +### barrier + + + +Obstacles while cycling, such as bollards and cycle barriers + +[Go to the source code](../assets/layers/barrier/barrier.json) + + + + - This layer needs [cycleways_and_roads](#cycleways_and_roads) to be loaded in order to function. + + + + +#### Themes using this layer + + + + + + - [cycle_infra](https://mapcomplete.osm.be/cycle_infra) + + +### bench + + + +[Go to the source code](../assets/layers/bench/bench.json) + + + + + + + + +#### Themes using this layer + + + + + + - [benches](https://mapcomplete.osm.be/benches) + + +### bench_at_pt + + + +[Go to the source code](../assets/layers/bench_at_pt/bench_at_pt.json) + + + + + + + + +#### Themes using this layer + + + + + + - [benches](https://mapcomplete.osm.be/benches) + + +### bicycle_tube_vending_machine + + + +[Go to the source code](../assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclofix](https://mapcomplete.osm.be/cyclofix) + + +### bike_cafe + + + +[Go to the source code](../assets/layers/bike_cafe/bike_cafe.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclofix](https://mapcomplete.osm.be/cyclofix) + + +### bike_cleaning + + + +[Go to the source code](../assets/layers/bike_cleaning/bike_cleaning.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclofix](https://mapcomplete.osm.be/cyclofix) + + +### bike_parking + + + +[Go to the source code](../assets/layers/bike_parking/bike_parking.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclofix](https://mapcomplete.osm.be/cyclofix) + + +### bike_repair_station + + + +[Go to the source code](../assets/layers/bike_repair_station/bike_repair_station.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclofix](https://mapcomplete.osm.be/cyclofix) + + +### bike_shop + + + +A shop specifically selling bicycles or related items + +[Go to the source code](../assets/layers/bike_shop/bike_shop.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclofix](https://mapcomplete.osm.be/cyclofix) + + +### bike_themed_object + + + +[Go to the source code](../assets/layers/bike_themed_object/bike_themed_object.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclofix](https://mapcomplete.osm.be/cyclofix) + + +### binocular + + + +Binoculas + +[Go to the source code](../assets/layers/binocular/binocular.json) + + + + + + + + +#### Themes using this layer + + + + + + - [binoculars](https://mapcomplete.osm.be/binoculars) + + +### birdhide + + + +Een vogelkijkhut + +[Go to the source code](../assets/layers/birdhide/birdhide.json) + + + + + + + + +#### Themes using this layer + + + + + + - [nature](https://mapcomplete.osm.be/nature) + + +### cafe_pub + + + +[Go to the source code](../assets/layers/cafe_pub/cafe_pub.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cafes_and_pubs](https://mapcomplete.osm.be/cafes_and_pubs) + + +### charging_station + + + +A charging station + +[Go to the source code](../assets/layers/charging_station/charging_station.json) + + + + + + + + +#### Themes using this layer + + + + + + - [charging_stations](https://mapcomplete.osm.be/charging_stations) + + +### crossings + + + +Crossings for pedestrians and cyclists + +[Go to the source code](../assets/layers/crossings/crossings.json) + + + + - This layer needs [cycleways_and_roads](#cycleways_and_roads) to be loaded in order to function. + + + + +#### Themes using this layer + + + + + + - [cycle_infra](https://mapcomplete.osm.be/cycle_infra) + + +### cycleways_and_roads + + + +[Go to the source code](../assets/layers/cycleways_and_roads/cycleways_and_roads.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cycle_infra](https://mapcomplete.osm.be/cycle_infra) + + +### defibrillator + + + +[Go to the source code](../assets/layers/defibrillator/defibrillator.json) + + + + + + + + +#### Themes using this layer + + + + + + - [aed](https://mapcomplete.osm.be/aed) + + +### direction + + + +This layer visualizes directions + +[Go to the source code](../assets/layers/direction/direction.json) + + + + - Not clickable by default. If you import this layer in your theme, override `title` to make this clickable + + + + +#### Themes using this layer + + + + + + - [surveillance](https://mapcomplete.osm.be/surveillance) + + +### etymology + + + +All objects which have an etymology known + +[Go to the source code](../assets/layers/etymology/etymology.json) + + + + + + + + +#### Themes using this layer + + + + + + - [etymology](https://mapcomplete.osm.be/etymology) + + +### extinguisher + + + +Map layer to show fire hydrants. + +[Go to the source code](../assets/layers/extinguisher/extinguisher.json) + + + + + + + + +#### Themes using this layer + + + + + + - [hailhydrant](https://mapcomplete.osm.be/hailhydrant) + + +### fire_station + + + +Map layer to show fire stations. + +[Go to the source code](../assets/layers/fire_station/fire_station.json) + + + + + + + + +#### Themes using this layer + + + + + + - [hailhydrant](https://mapcomplete.osm.be/hailhydrant) + + +### ghost_bike + + + +[Go to the source code](../assets/layers/ghost_bike/ghost_bike.json) + + + + + + + + +#### Themes using this layer + + + + + + - [ghostbikes](https://mapcomplete.osm.be/ghostbikes) + + +### hydrant + + + +Map layer to show fire hydrants. + +[Go to the source code](../assets/layers/hydrant/hydrant.json) + + + + + + + + +#### Themes using this layer + + + + + + - [hailhydrant](https://mapcomplete.osm.be/hailhydrant) + + +### information_board + + + +[Go to the source code](../assets/layers/information_board/information_board.json) + + + + + + + + +#### Themes using this layer + + + + + + - [nature](https://mapcomplete.osm.be/nature) + + +### nature_reserve + + + +Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. Typisch zijn deze in beheer van Natuurpunt of het Agentschap Natuur en Bos of zijn deze erkend door de overheid. + +[Go to the source code](../assets/layers/nature_reserve/nature_reserve.json) + + + + + + + + +#### Themes using this layer + + + + + + - [nature](https://mapcomplete.osm.be/nature) + + +### observation_tower + + + +Towers with a panoramic view + +[Go to the source code](../assets/layers/observation_tower/observation_tower.json) + + + + + + + + +#### Themes using this layer + + + + + + - [observation_towers](https://mapcomplete.osm.be/observation_towers) + + +### parking + + + +A layer showing car parkings + +[Go to the source code](../assets/layers/parking/parking.json) + + + + + + + + +#### Themes using this layer + + + + + + - [parkings](https://mapcomplete.osm.be/parkings) + + +### picnic_table + + + +The layer showing picnic tables + +[Go to the source code](../assets/layers/picnic_table/picnic_table.json) + + + + + + + + +#### Themes using this layer + + + + + + - [benches](https://mapcomplete.osm.be/benches) + + +### playground + + + +Playgrounds + +[Go to the source code](../assets/layers/playground/playground.json) + + + + + + + + +#### Themes using this layer + + + + + + - [playgrounds](https://mapcomplete.osm.be/playgrounds) + + +### public_bookcase + + + +A streetside cabinet with books, accessible to anyone + +[Go to the source code](../assets/layers/public_bookcase/public_bookcase.json) + + + + + + + + +#### Themes using this layer + + + + + + - [bookcases](https://mapcomplete.osm.be/bookcases) + + +### shops + + + +A shop + +[Go to the source code](../assets/layers/shops/shops.json) + + + + + + + + +#### Themes using this layer + + + + + + - [shops](https://mapcomplete.osm.be/shops) + + +### sport_pitch + + + +A sport pitch + +[Go to the source code](../assets/layers/sport_pitch/sport_pitch.json) + + + + + + + + +#### Themes using this layer + + + + + + - [sport_pitches](https://mapcomplete.osm.be/sport_pitches) + + +### street_lamps + + + +[Go to the source code](../assets/layers/street_lamps/street_lamps.json) + + + + + + + + +#### Themes using this layer + + + + + + - [street_lighting](https://mapcomplete.osm.be/street_lighting) + + +### surveillance_camera + + + +[Go to the source code](../assets/layers/surveillance_camera/surveillance_camera.json) + + + + + + + + +#### Themes using this layer + + + + + + - [surveillance](https://mapcomplete.osm.be/surveillance) + + +### toilet + + + +[Go to the source code](../assets/layers/toilet/toilet.json) + + + + + + + + +#### Themes using this layer + + + + + + - [toilets](https://mapcomplete.osm.be/toilets) + + +### tree_node + + + +[Go to the source code](../assets/layers/tree_node/tree_node.json) + + + + + + + + +#### Themes using this layer + + + + + + - [trees](https://mapcomplete.osm.be/trees) + + +### waste_basket + + + +This is a public waste basket, thrash can, where you can throw away your thrash. + +[Go to the source code](../assets/layers/waste_basket/waste_basket.json) + + + + + + + + +#### Themes using this layer + + + + + + - [waste_basket](https://mapcomplete.osm.be/waste_basket) + + +### caravansites + + + +camper sites + +[Go to the source code](../assets/layers/caravansites/caravansites.json) + + + + + + + + +#### Themes using this layer + + + + + + - [campersite](https://mapcomplete.osm.be/campersite) + + +### dumpstations + + + +Sanitary dump stations + +[Go to the source code](../assets/layers/dumpstations/dumpstations.json) + + + + + + + + +#### Themes using this layer + + + + + + - [campersite](https://mapcomplete.osm.be/campersite) + + +### climbing_club + + + +A climbing club or organisations + +[Go to the source code](../assets/layers/climbing_club/climbing_club.json) + + + + + + + + +#### Themes using this layer + + + + + + - [climbing](https://mapcomplete.osm.be/climbing) + + +### climbing_gym + + + +A climbing gym + +[Go to the source code](../assets/layers/climbing_gym/climbing_gym.json) + + + + + + + + +#### Themes using this layer + + + + + + - [climbing](https://mapcomplete.osm.be/climbing) + + +### climbing_route + + + +[Go to the source code](../assets/layers/climbing_route/climbing_route.json) + + + + + + + + +#### Themes using this layer + + + + + + - [climbing](https://mapcomplete.osm.be/climbing) + + +### climbing + + + +A climbing opportunity + +[Go to the source code](../assets/layers/climbing/climbing.json) + + + + + + + + +#### Themes using this layer + + + + + + - [climbing](https://mapcomplete.osm.be/climbing) + + +### maybe_climbing + + + +A climbing opportunity? + +[Go to the source code](../assets/layers/maybe_climbing/maybe_climbing.json) + + + + + + + + +#### Themes using this layer + + + + + + - [climbing](https://mapcomplete.osm.be/climbing) + + +### fietsstraat + + + +A cyclestreet is a street where motorized traffic is not allowed to overtake a cyclist + +[Go to the source code](../assets/layers/fietsstraat/fietsstraat.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclestreets](https://mapcomplete.osm.be/cyclestreets) + + +### toekomstige_fietsstraat + + + +This street will become a cyclestreet soon + +[Go to the source code](../assets/layers/toekomstige_fietsstraat/toekomstige_fietsstraat.json) + + + + + + + + +#### Themes using this layer + + + + + + - [cyclestreets](https://mapcomplete.osm.be/cyclestreets) + + +### facadegardens + + + +Facade gardens + +[Go to the source code](../assets/layers/facadegardens/facadegardens.json) + + + + + + + + +#### Themes using this layer + + + + + + - [facadegardens](https://mapcomplete.osm.be/facadegardens) + + +### hackerspaces + + + +Hackerspace + +[Go to the source code](../assets/layers/hackerspaces/hackerspaces.json) + + + + + + + + +#### Themes using this layer + + + + + + - [hackerspaces](https://mapcomplete.osm.be/hackerspaces) + + +### windturbine + + + +[Go to the source code](../assets/layers/windturbine/windturbine.json) + + + + + + + + +#### Themes using this layer + + + + + + - [openwindpowermap](https://mapcomplete.osm.be/openwindpowermap) + + +### postboxes + + + +The layer showing postboxes. + +[Go to the source code](../assets/layers/postboxes/postboxes.json) + + + + + + + + +#### Themes using this layer + + + + + + - [postboxes](https://mapcomplete.osm.be/postboxes) + + +### postoffices + + + +A layer showing post offices. + +[Go to the source code](../assets/layers/postoffices/postoffices.json) + + + + + + + + +#### Themes using this layer + + + + + + - [postboxes](https://mapcomplete.osm.be/postboxes) + + +### lit_streets + + + +[Go to the source code](../assets/layers/lit_streets/lit_streets.json) + + + + - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` + + + + +#### Themes using this layer + + + + + + - [street_lighting](https://mapcomplete.osm.be/street_lighting) + + This document is autogenerated from AllKnownLayers.ts \ No newline at end of file