From 8cb02da1271bdfa230a9c54b6f1e0f4e314f840b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 30 Nov 2022 21:38:50 +0100 Subject: [PATCH] Add documentation on themes, move some themes around --- Customizations/AllKnownLayouts.ts | 7 +- Docs/Themes/aed.md | 50 ++++++ Docs/Themes/artwork.md | 47 ++++++ Docs/Themes/bag.md | 34 ++++ Docs/Themes/benches.md | 48 ++++++ Docs/Themes/bicycle_rental.md | 38 +++++ Docs/Themes/bicyclelib.md | 44 +++++ Docs/Themes/binoculars.md | 40 +++++ Docs/Themes/blind_osm.md | 37 +++++ Docs/Themes/bookcases.md | 42 +++++ Docs/Themes/buurtnatuur.md | 35 ++++ Docs/Themes/cafes_and_pubs.md | 42 +++++ Docs/Themes/campersite.md | 44 +++++ Docs/Themes/charging_stations.md | 43 +++++ Docs/Themes/climbing.md | 46 ++++++ Docs/Themes/cycle_highways.md | 37 +++++ Docs/Themes/cycle_infra.md | 44 +++++ Docs/Themes/cyclenodes.md | 35 ++++ Docs/Themes/cyclestreets.md | 42 +++++ Docs/Themes/cyclofix.md | 63 ++++++++ Docs/Themes/drinking_water.md | 42 +++++ Docs/Themes/education.md | 40 +++++ Docs/Themes/etymology.md | 45 ++++++ Docs/Themes/facadegardens.md | 39 +++++ Docs/Themes/food.md | 39 +++++ Docs/Themes/fritures.md | 36 +++++ Docs/Themes/fruit_trees.md | 31 ++++ Docs/Themes/ghostbikes.md | 47 ++++++ Docs/Themes/grb.md | 36 +++++ Docs/Themes/grb_fixme.md | 31 ++++ Docs/Themes/hackerspaces.md | 39 +++++ Docs/Themes/hailhydrant.md | 51 ++++++ Docs/Themes/healthcare.md | 38 +++++ Docs/Themes/hotels.md | 35 ++++ Docs/Themes/indoors.md | 41 +++++ Docs/Themes/kerbs_and_crossings.md | 35 ++++ Docs/Themes/mapcomplete-changes.md | 29 ++++ Docs/Themes/maproulette.md | 33 ++++ Docs/Themes/maps.md | 40 +++++ Docs/Themes/maxspeed.md | 39 +++++ Docs/Themes/nature.md | 49 ++++++ Docs/Themes/natuurpunt.md | 39 +++++ Docs/Themes/notes.md | 36 +++++ Docs/Themes/observation_towers.md | 39 +++++ Docs/Themes/onwheels.md | 66 ++++++++ Docs/Themes/openwindpowermap.md | 40 +++++ Docs/Themes/osm_community_index.md | 29 ++++ Docs/Themes/parkings.md | 42 +++++ Docs/Themes/personal.md | 127 +++++++++++++++ Docs/Themes/pets.md | 44 +++++ Docs/Themes/play_forests.md | 29 ++++ Docs/Themes/playgrounds.md | 42 +++++ Docs/Themes/postal_codes.md | 40 +++++ Docs/Themes/postboxes.md | 41 +++++ Docs/Themes/rainbow_crossings.md | 35 ++++ Docs/Themes/shops.md | 42 +++++ Docs/Themes/sidewalks.md | 38 +++++ Docs/Themes/speelplekken.md | 35 ++++ Docs/Themes/sport_pitches.md | 40 +++++ Docs/Themes/sports.md | 40 +++++ Docs/Themes/street_lighting.md | 41 +++++ Docs/Themes/street_lighting_assen.md | 31 ++++ Docs/Themes/surveillance.md | 41 +++++ Docs/Themes/toerisme_vlaanderen.md | 44 +++++ Docs/Themes/toilets.md | 42 +++++ Docs/Themes/transit.md | 40 +++++ Docs/Themes/trees.md | 44 +++++ Docs/Themes/uk_addresses.md | 31 ++++ Docs/Themes/walls_and_buildings.md | 36 +++++ Docs/Themes/waste.md | 41 +++++ Docs/Themes/waste_assen.md | 35 ++++ Docs/Themes/waste_basket.md | 40 +++++ Docs/Themes/width.md | 28 ++++ assets/themes/aed/aed_brugge.json | 90 ----------- assets/themes/{bag_import => bag}/bag.json | 0 .../{bag_import => bag}/license_info.json | 0 assets/themes/{bag_import => bag}/logo.svg | 0 assets/themes/{grb_import => grb}/README.md | 0 assets/themes/{grb_import => grb}/grb.json | 0 .../{grb_import => grb}/housenumber_blank.svg | 0 .../{grb_import => grb}/license_info.json | 0 assets/themes/{grb_import => grb}/logo.svg | 0 assets/themes/{grb_import => grb}/warning.svg | 0 .../{grb_import => grb_fixme}/grb_fixme.json | 0 assets/themes/grb_import/missing_streets.json | 151 ------------------ .../street_lighting_assen.json | 0 .../{waste => waste_assen}/waste_assen.json | 0 scripts/generateDocs.ts | 5 + 88 files changed, 2973 insertions(+), 244 deletions(-) create mode 100644 Docs/Themes/aed.md create mode 100644 Docs/Themes/artwork.md create mode 100644 Docs/Themes/bag.md create mode 100644 Docs/Themes/benches.md create mode 100644 Docs/Themes/bicycle_rental.md create mode 100644 Docs/Themes/bicyclelib.md create mode 100644 Docs/Themes/binoculars.md create mode 100644 Docs/Themes/blind_osm.md create mode 100644 Docs/Themes/bookcases.md create mode 100644 Docs/Themes/buurtnatuur.md create mode 100644 Docs/Themes/cafes_and_pubs.md create mode 100644 Docs/Themes/campersite.md create mode 100644 Docs/Themes/charging_stations.md create mode 100644 Docs/Themes/climbing.md create mode 100644 Docs/Themes/cycle_highways.md create mode 100644 Docs/Themes/cycle_infra.md create mode 100644 Docs/Themes/cyclenodes.md create mode 100644 Docs/Themes/cyclestreets.md create mode 100644 Docs/Themes/cyclofix.md create mode 100644 Docs/Themes/drinking_water.md create mode 100644 Docs/Themes/education.md create mode 100644 Docs/Themes/etymology.md create mode 100644 Docs/Themes/facadegardens.md create mode 100644 Docs/Themes/food.md create mode 100644 Docs/Themes/fritures.md create mode 100644 Docs/Themes/fruit_trees.md create mode 100644 Docs/Themes/ghostbikes.md create mode 100644 Docs/Themes/grb.md create mode 100644 Docs/Themes/grb_fixme.md create mode 100644 Docs/Themes/hackerspaces.md create mode 100644 Docs/Themes/hailhydrant.md create mode 100644 Docs/Themes/healthcare.md create mode 100644 Docs/Themes/hotels.md create mode 100644 Docs/Themes/indoors.md create mode 100644 Docs/Themes/kerbs_and_crossings.md create mode 100644 Docs/Themes/mapcomplete-changes.md create mode 100644 Docs/Themes/maproulette.md create mode 100644 Docs/Themes/maps.md create mode 100644 Docs/Themes/maxspeed.md create mode 100644 Docs/Themes/nature.md create mode 100644 Docs/Themes/natuurpunt.md create mode 100644 Docs/Themes/notes.md create mode 100644 Docs/Themes/observation_towers.md create mode 100644 Docs/Themes/onwheels.md create mode 100644 Docs/Themes/openwindpowermap.md create mode 100644 Docs/Themes/osm_community_index.md create mode 100644 Docs/Themes/parkings.md create mode 100644 Docs/Themes/personal.md create mode 100644 Docs/Themes/pets.md create mode 100644 Docs/Themes/play_forests.md create mode 100644 Docs/Themes/playgrounds.md create mode 100644 Docs/Themes/postal_codes.md create mode 100644 Docs/Themes/postboxes.md create mode 100644 Docs/Themes/rainbow_crossings.md create mode 100644 Docs/Themes/shops.md create mode 100644 Docs/Themes/sidewalks.md create mode 100644 Docs/Themes/speelplekken.md create mode 100644 Docs/Themes/sport_pitches.md create mode 100644 Docs/Themes/sports.md create mode 100644 Docs/Themes/street_lighting.md create mode 100644 Docs/Themes/street_lighting_assen.md create mode 100644 Docs/Themes/surveillance.md create mode 100644 Docs/Themes/toerisme_vlaanderen.md create mode 100644 Docs/Themes/toilets.md create mode 100644 Docs/Themes/transit.md create mode 100644 Docs/Themes/trees.md create mode 100644 Docs/Themes/uk_addresses.md create mode 100644 Docs/Themes/walls_and_buildings.md create mode 100644 Docs/Themes/waste.md create mode 100644 Docs/Themes/waste_assen.md create mode 100644 Docs/Themes/waste_basket.md create mode 100644 Docs/Themes/width.md delete mode 100644 assets/themes/aed/aed_brugge.json rename assets/themes/{bag_import => bag}/bag.json (100%) rename assets/themes/{bag_import => bag}/license_info.json (100%) rename assets/themes/{bag_import => bag}/logo.svg (100%) rename assets/themes/{grb_import => grb}/README.md (100%) rename assets/themes/{grb_import => grb}/grb.json (100%) rename assets/themes/{grb_import => grb}/housenumber_blank.svg (100%) rename assets/themes/{grb_import => grb}/license_info.json (100%) rename assets/themes/{grb_import => grb}/logo.svg (100%) rename assets/themes/{grb_import => grb}/warning.svg (100%) rename assets/themes/{grb_import => grb_fixme}/grb_fixme.json (100%) delete mode 100644 assets/themes/grb_import/missing_streets.json rename assets/themes/{street_lighting => street_lighting_assen}/street_lighting_assen.json (100%) rename assets/themes/{waste => waste_assen}/waste_assen.json (100%) diff --git a/Customizations/AllKnownLayouts.ts b/Customizations/AllKnownLayouts.ts index 571aa45d81..3a4a5fd037 100644 --- a/Customizations/AllKnownLayouts.ts +++ b/Customizations/AllKnownLayouts.ts @@ -218,10 +218,11 @@ export class AllKnownLayouts { new Title(new Combine([theme.title, "(", theme.id + ")"]), 2), theme.description, "This theme contains the following layers:", - new List(theme.layers.map((l) => l.id)), + new List(theme.layers.map((l) => + new Link(l.id, "../Layers/"+l.id+".md"))), "Available languages:", - new List(theme.language), - ]) + new List(theme.language.filter(ln => ln !== "_context")), + ]).SetClass("flex flex-col") } public static getSharedLayers(): Map { diff --git a/Docs/Themes/aed.md b/Docs/Themes/aed.md new file mode 100644 index 0000000000..5c826643d7 --- /dev/null +++ b/Docs/Themes/aed.md @@ -0,0 +1,50 @@ + + + Open AED Map ( aed) +--------------------- + + + +On this map, one can find and mark nearby defibrillators + +This theme contains the following layers: + + + + - [walls_and_buildings](../Layers/walls_and_buildings.md) + - [defibrillator](../Layers/defibrillator.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_defibrillator](../Layers/note_import_defibrillator.md) + + +Available languages: + + + + - en + - ca + - es + - fr + - nl + - de + - hu + - id + - it + - ru + - ja + - zh_Hant + - nb_NO + - sv + - pl + - pt_BR + - sl + - zh_Hans + - fil + - da + - cs + + +This document is autogenerated from [assets/themes/aed/aed.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/aed/aed.json) \ No newline at end of file diff --git a/Docs/Themes/artwork.md b/Docs/Themes/artwork.md new file mode 100644 index 0000000000..a4d4da9f32 --- /dev/null +++ b/Docs/Themes/artwork.md @@ -0,0 +1,47 @@ + + + Open Artwork Map ( artwork) +----------------------------- + + + +An open map of statues, busts, graffitis and other artwork all over the world + +This theme contains the following layers: + + + + - [artwork](../Layers/artwork.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_artwork](../Layers/note_import_artwork.md) + + +Available languages: + + + + - en + - nl + - fr + - de + - hu + - id + - it + - ru + - ja + - zh_Hant + - sv + - pl + - nb_NO + - ca + - zh_Hans + - fil + - da + - cs + - pa_PK + + +This document is autogenerated from [assets/themes/artwork/artwork.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/artwork/artwork.json) \ No newline at end of file diff --git a/Docs/Themes/bag.md b/Docs/Themes/bag.md new file mode 100644 index 0000000000..a1871a12d7 --- /dev/null +++ b/Docs/Themes/bag.md @@ -0,0 +1,34 @@ + + + BAG import helper ( bag) +-------------------------- + + + +This theme helps with importing data from BAG + +This theme contains the following layers: + + + + - [type_node](../Layers/type_node.md) + - [osm:buildings](../Layers/osm:buildings.md) + - [osm:adresses](../Layers/osm:adresses.md) + - [bag:pand](../Layers/bag:pand.md) + - [bag:verblijfsobject](../Layers/bag:verblijfsobject.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - nl + - en + - de + + +This document is autogenerated from [assets/themes/bag/bag.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bag/bag.json) \ No newline at end of file diff --git a/Docs/Themes/benches.md b/Docs/Themes/benches.md new file mode 100644 index 0000000000..f82dda1ac4 --- /dev/null +++ b/Docs/Themes/benches.md @@ -0,0 +1,48 @@ + + + Benches ( benches) +-------------------- + + + +This map shows all benches that are recorded in OpenStreetMap: Individual benches, and benches belonging to public transport stops or shelters. With an OpenStreetMap account, you can map new benches or edit details of existing benches. + +This theme contains the following layers: + + + + - [bench](../Layers/bench.md) + - [bench_at_pt](../Layers/bench_at_pt.md) + - [picnic_table](../Layers/picnic_table.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_bench](../Layers/note_import_bench.md) + - [note_import_picnic_table](../Layers/note_import_picnic_table.md) + + +Available languages: + + + + - en + - de + - fr + - nl + - it + - ru + - ja + - zh_Hant + - nb_NO + - pt_BR + - id + - hu + - ca + - es + - zh_Hans + - da + - pa_PK + + +This document is autogenerated from [assets/themes/benches/benches.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/benches/benches.json) \ No newline at end of file diff --git a/Docs/Themes/bicycle_rental.md b/Docs/Themes/bicycle_rental.md new file mode 100644 index 0000000000..a3a356ff80 --- /dev/null +++ b/Docs/Themes/bicycle_rental.md @@ -0,0 +1,38 @@ + + + Bicycle rental ( bicycle_rental) +---------------------------------- + + + +On this map, you'll find the many bicycle rental stations as they are known by OpenStreetMap + +This theme contains the following layers: + + + + - [bicycle_rental](../Layers/bicycle_rental.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_bicycle_rental](../Layers/note_import_bicycle_rental.md) + + +Available languages: + + + + - en + - nl + - de + - id + - fr + - ca + - es + - nb_NO + - da + - pa_PK + + +This document is autogenerated from [assets/themes/bicycle_rental/bicycle_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bicycle_rental/bicycle_rental.json) \ No newline at end of file diff --git a/Docs/Themes/bicyclelib.md b/Docs/Themes/bicyclelib.md new file mode 100644 index 0000000000..1145276a0a --- /dev/null +++ b/Docs/Themes/bicyclelib.md @@ -0,0 +1,44 @@ + + + Bicycle libraries ( bicyclelib) +--------------------------------- + + + +A bicycle library is a place where bicycles can be lent, often for a small yearly fee. A notable use case are bicycle libraries for kids, which allows them to change for a bigger bike when they've outgrown their current bike + +This theme contains the following layers: + + + + - [bicycle_library](../Layers/bicycle_library.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_bicycle_library](../Layers/note_import_bicycle_library.md) + + +Available languages: + + + + - en + - nl + - it + - ru + - ja + - fr + - zh_Hant + - nb_NO + - de + - pt_BR + - pl + - hu + - id + - ca + - da + - pa_PK + + +This document is autogenerated from [assets/themes/bicyclelib/bicyclelib.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bicyclelib/bicyclelib.json) \ No newline at end of file diff --git a/Docs/Themes/binoculars.md b/Docs/Themes/binoculars.md new file mode 100644 index 0000000000..88d02d3ffc --- /dev/null +++ b/Docs/Themes/binoculars.md @@ -0,0 +1,40 @@ + + + Binoculars ( binoculars) +-------------------------- + + + +A map with binoculars fixed in place with a pole. It can typically be found on touristic locations, viewpoints, on top of panoramic towers or occasionally on a nature reserve. + +This theme contains the following layers: + + + + - [binocular](../Layers/binocular.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_binocular](../Layers/note_import_binocular.md) + + +Available languages: + + + + - en + - nl + - de + - it + - nb_NO + - zh_Hant + - hu + - fr + - es + - da + - ca + - pa_PK + + +This document is autogenerated from [assets/themes/binoculars/binoculars.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/binoculars/binoculars.json) \ No newline at end of file diff --git a/Docs/Themes/blind_osm.md b/Docs/Themes/blind_osm.md new file mode 100644 index 0000000000..e4e1015ce3 --- /dev/null +++ b/Docs/Themes/blind_osm.md @@ -0,0 +1,37 @@ + + + OSM for the blind ( blind_osm) +-------------------------------- + + + +Help to map features relevant for the blind + +This theme contains the following layers: + + + + - [cycleways_and_roads](../Layers/cycleways_and_roads.md) + - [crossings](../Layers/crossings.md) + - [kerbs](../Layers/kerbs.md) + - [transit_stops](../Layers/transit_stops.md) + - [elevator](../Layers/elevator.md) + - [stairs](../Layers/stairs.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_crossings](../Layers/note_import_crossings.md) + - [note_import_kerbs](../Layers/note_import_kerbs.md) + - [note_import_elevator](../Layers/note_import_elevator.md) + + +Available languages: + + + + - en + - de + + +This document is autogenerated from [assets/themes/blind_osm/blind_osm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/blind_osm/blind_osm.json) \ No newline at end of file diff --git a/Docs/Themes/bookcases.md b/Docs/Themes/bookcases.md new file mode 100644 index 0000000000..d3a0a187b3 --- /dev/null +++ b/Docs/Themes/bookcases.md @@ -0,0 +1,42 @@ + + + Open Bookcase Map ( bookcases) +-------------------------------- + + + +A public bookcase is a small streetside cabinet, box, old phone booth or some other objects where books are stored. Everyone can place or take a book. This map aims to collect all these bookcases. You can discover new bookcases nearby and, with a free OpenStreetMap account, quickly add your favourite bookcases. + +This theme contains the following layers: + + + + - [public_bookcase](../Layers/public_bookcase.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_public_bookcase](../Layers/note_import_public_bookcase.md) + + +Available languages: + + + + - en + - nl + - de + - fr + - ru + - ja + - zh_Hant + - it + - pt_BR + - nb_NO + - hu + - ca + - es + - pa_PK + + +This document is autogenerated from [assets/themes/bookcases/bookcases.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bookcases/bookcases.json) \ No newline at end of file diff --git a/Docs/Themes/buurtnatuur.md b/Docs/Themes/buurtnatuur.md new file mode 100644 index 0000000000..64b4138bf5 --- /dev/null +++ b/Docs/Themes/buurtnatuur.md @@ -0,0 +1,35 @@ + + + Breng jouw buurtnatuur in kaart ( buurtnatuur) +------------------------------------------------ + + + +logo-groenmeld je aan voor e-mailupdates. + +This theme contains the following layers: + + + + - [nature_reserve_buurtnatuur](../Layers/nature_reserve_buurtnatuur.md) + - [parks](../Layers/parks.md) + - [forest](../Layers/forest.md) + - [viewpoint](../Layers/viewpoint.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_nature_reserve_buurtnatuur](../Layers/note_import_nature_reserve_buurtnatuur.md) + - [note_import_parks](../Layers/note_import_parks.md) + - [note_import_forest](../Layers/note_import_forest.md) + - [note_import_viewpoint](../Layers/note_import_viewpoint.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/buurtnatuur/buurtnatuur.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/buurtnatuur/buurtnatuur.json) \ No newline at end of file diff --git a/Docs/Themes/cafes_and_pubs.md b/Docs/Themes/cafes_and_pubs.md new file mode 100644 index 0000000000..e2c452c2c4 --- /dev/null +++ b/Docs/Themes/cafes_and_pubs.md @@ -0,0 +1,42 @@ + + + Cafés and pubs ( cafes_and_pubs) +---------------------------------- + + + +Pubs and bars + +This theme contains the following layers: + + + + - [cafe_pub](../Layers/cafe_pub.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_cafe_pub](../Layers/note_import_cafe_pub.md) + + +Available languages: + + + + - en + - nl + - de + - it + - nb_NO + - id + - zh_Hant + - ru + - hu + - ca + - es + - fr + - da + - pa_PK + + +This document is autogenerated from [assets/themes/cafes_and_pubs/cafes_and_pubs.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cafes_and_pubs/cafes_and_pubs.json) \ No newline at end of file diff --git a/Docs/Themes/campersite.md b/Docs/Themes/campersite.md new file mode 100644 index 0000000000..fb0255a73c --- /dev/null +++ b/Docs/Themes/campersite.md @@ -0,0 +1,44 @@ + + + Campersites ( campersite) +--------------------------- + + + +This site collects all official camper stopover places and places where you can dump grey and black water. You can add details about the services provided and the cost. Add pictures and reviews. This is a website and a webapp. The data is stored in OpenStreetMap, so it will be free forever and can be re-used by any app. + +This theme contains the following layers: + + + + - [caravansites](../Layers/caravansites.md) + - [dumpstations](../Layers/dumpstations.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_caravansites](../Layers/note_import_caravansites.md) + - [note_import_dumpstations](../Layers/note_import_dumpstations.md) + + +Available languages: + + + + - en + - nl + - it + - ru + - ja + - fr + - zh_Hant + - pt_BR + - de + - hu + - ca + - es + - da + - pa_PK + + +This document is autogenerated from [assets/themes/campersite/campersite.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/campersite/campersite.json) \ No newline at end of file diff --git a/Docs/Themes/charging_stations.md b/Docs/Themes/charging_stations.md new file mode 100644 index 0000000000..9214e663b3 --- /dev/null +++ b/Docs/Themes/charging_stations.md @@ -0,0 +1,43 @@ + + + Charging stations ( charging_stations) +---------------------------------------- + + + +On this open map, one can find and mark information about charging stations + +This theme contains the following layers: + + + + - [charging_station](../Layers/charging_station.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_charging_station](../Layers/note_import_charging_station.md) + + +Available languages: + + + + - en + - id + - it + - ja + - zh_Hant + - nl + - de + - nb_NO + - ru + - hu + - ca + - fr + - es + - da + - pa_PK + + +This document is autogenerated from [assets/themes/charging_stations/charging_stations.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/charging_stations/charging_stations.json) \ No newline at end of file diff --git a/Docs/Themes/climbing.md b/Docs/Themes/climbing.md new file mode 100644 index 0000000000..636697f4d7 --- /dev/null +++ b/Docs/Themes/climbing.md @@ -0,0 +1,46 @@ + + + Open Climbing Map ( climbing) +------------------------------- + + + +On this map you will find various climbing opportunities such as climbing gyms, bouldering halls and rocks in nature. + +This theme contains the following layers: + + + + - [climbing_club](../Layers/climbing_club.md) + - [climbing_gym](../Layers/climbing_gym.md) + - [climbing_route](../Layers/climbing_route.md) + - [climbing_area](../Layers/climbing_area.md) + - [climbing_opportunity](../Layers/climbing_opportunity.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_climbing_club](../Layers/note_import_climbing_club.md) + - [note_import_climbing_route](../Layers/note_import_climbing_route.md) + - [note_import_climbing_area](../Layers/note_import_climbing_area.md) + + +Available languages: + + + + - en + - nl + - de + - ru + - ja + - zh_Hant + - nb_NO + - it + - fr + - hu + - ca + - da + + +This document is autogenerated from [assets/themes/climbing/climbing.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/climbing/climbing.json) \ No newline at end of file diff --git a/Docs/Themes/cycle_highways.md b/Docs/Themes/cycle_highways.md new file mode 100644 index 0000000000..4aa7f9c75d --- /dev/null +++ b/Docs/Themes/cycle_highways.md @@ -0,0 +1,37 @@ + + + Cycle highways ( cycle_highways) +---------------------------------- + + + +This map shows cycle highways + +This theme contains the following layers: + + + + - [cycle_highways](../Layers/cycle_highways.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - de + - it + - ca + - fr + - nl + - es + - nb_NO + - da + - pa_PK + + +This document is autogenerated from [assets/themes/cycle_highways/cycle_highways.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cycle_highways/cycle_highways.json) \ No newline at end of file diff --git a/Docs/Themes/cycle_infra.md b/Docs/Themes/cycle_infra.md new file mode 100644 index 0000000000..0f7f87262f --- /dev/null +++ b/Docs/Themes/cycle_infra.md @@ -0,0 +1,44 @@ + + + Bicycle infrastructure ( cycle_infra) +--------------------------------------- + + + +A map where you can view and edit things related to the bicycle infrastructure. Made during #osoc21. + +This theme contains the following layers: + + + + - [cycleways_and_roads](../Layers/cycleways_and_roads.md) + - [barrier](../Layers/barrier.md) + - [crossings](../Layers/crossings.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_barrier](../Layers/note_import_barrier.md) + - [note_import_crossings](../Layers/note_import_crossings.md) + + +Available languages: + + + + - en + - nl + - de + - it + - nb_NO + - ru + - zh_Hant + - hu + - ca + - es + - fr + - da + - pa_PK + + +This document is autogenerated from [assets/themes/cycle_infra/cycle_infra.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cycle_infra/cycle_infra.json) \ No newline at end of file diff --git a/Docs/Themes/cyclenodes.md b/Docs/Themes/cyclenodes.md new file mode 100644 index 0000000000..e27d8d9059 --- /dev/null +++ b/Docs/Themes/cyclenodes.md @@ -0,0 +1,35 @@ + + + Cycle Node Networks ( cyclenodes) +----------------------------------- + + + +This map shows cycle node networks and allows you to add new nodes easily + +This theme contains the following layers: + + + + - [node2node](../Layers/node2node.md) + - [node](../Layers/node.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - de + - es + - nb_NO + - nl + - fr + - ca + + +This document is autogenerated from [assets/themes/cyclenodes/cyclenodes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclenodes/cyclenodes.json) \ No newline at end of file diff --git a/Docs/Themes/cyclestreets.md b/Docs/Themes/cyclestreets.md new file mode 100644 index 0000000000..c696d24236 --- /dev/null +++ b/Docs/Themes/cyclestreets.md @@ -0,0 +1,42 @@ + + + Cyclestreets ( cyclestreets) +------------------------------ + + + +A cyclestreet is is a street where motorized traffic is not allowed to overtake cyclists. They are signposted by a special traffic sign. Cyclestreets can be found in the Netherlands and Belgium, but also in Germany and France. + +This theme contains the following layers: + + + + - [fietsstraat](../Layers/fietsstraat.md) + - [toekomstige_fietsstraat](../Layers/toekomstige_fietsstraat.md) + - [all_streets](../Layers/all_streets.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - nl + - ja + - zh_Hant + - de + - it + - nb_NO + - hu + - ca + - es + - fr + - da + - pa_PK + + +This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclestreets/cyclestreets.json) \ No newline at end of file diff --git a/Docs/Themes/cyclofix.md b/Docs/Themes/cyclofix.md new file mode 100644 index 0000000000..145d4efa5e --- /dev/null +++ b/Docs/Themes/cyclofix.md @@ -0,0 +1,63 @@ + + + Cyclofix - an open map for cyclists ( cyclofix) +------------------------------------------------- + + + +The goal of this map is to present cyclists with an easy-to-use solution to find the appropriate infrastructure for their needs.

You can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide more data by answering the questions.

All changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.

For more information about the cyclofix project, go to cyclofix.osm.be. + +This theme contains the following layers: + + + + - [bike_cafe](../Layers/bike_cafe.md) + - [bicycle_rental_non_docking](../Layers/bicycle_rental_non_docking.md) + - [bicycle_rental](../Layers/bicycle_rental.md) + - [bike_shop](../Layers/bike_shop.md) + - [bicycle_library](../Layers/bicycle_library.md) + - [bike_repair_station](../Layers/bike_repair_station.md) + - [bicycle_tube_vending_machine](../Layers/bicycle_tube_vending_machine.md) + - [drinking_water](../Layers/drinking_water.md) + - [bike_themed_object](../Layers/bike_themed_object.md) + - [bike_cleaning](../Layers/bike_cleaning.md) + - [bike_parking](../Layers/bike_parking.md) + - [charging_station_ebikes](../Layers/charging_station_ebikes.md) + - [charging_station](../Layers/charging_station.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_bike_cafe](../Layers/note_import_bike_cafe.md) + - [note_import_bicycle_rental](../Layers/note_import_bicycle_rental.md) + - [note_import_bike_shop](../Layers/note_import_bike_shop.md) + - [note_import_bicycle_library](../Layers/note_import_bicycle_library.md) + - [note_import_bike_repair_station](../Layers/note_import_bike_repair_station.md) + - [note_import_bicycle_tube_vending_machine](../Layers/note_import_bicycle_tube_vending_machine.md) + - [note_import_drinking_water](../Layers/note_import_drinking_water.md) + - [note_import_bike_cleaning](../Layers/note_import_bike_cleaning.md) + - [note_import_bike_parking](../Layers/note_import_bike_parking.md) + - [note_import_charging_station](../Layers/note_import_charging_station.md) + + +Available languages: + + + + - en + - nl + - fr + - gl + - de + - ru + - ja + - zh_Hant + - it + - nb_NO + - hu + - es + - ca + - da + + +This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) \ No newline at end of file diff --git a/Docs/Themes/drinking_water.md b/Docs/Themes/drinking_water.md new file mode 100644 index 0000000000..96413d4a02 --- /dev/null +++ b/Docs/Themes/drinking_water.md @@ -0,0 +1,42 @@ + + + Drinking Water ( drinking_water) +---------------------------------- + + + +On this map, publicly accessible drinking water spots are shown and can be easily added + +This theme contains the following layers: + + + + - [drinking_water](../Layers/drinking_water.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_drinking_water](../Layers/note_import_drinking_water.md) + + +Available languages: + + + + - en + - nl + - fr + - ru + - ja + - zh_Hant + - it + - de + - nb_NO + - hu + - ca + - es + - da + - pa_PK + + +This document is autogenerated from [assets/themes/drinking_water/drinking_water.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/drinking_water/drinking_water.json) \ No newline at end of file diff --git a/Docs/Themes/education.md b/Docs/Themes/education.md new file mode 100644 index 0000000000..c6b38dc018 --- /dev/null +++ b/Docs/Themes/education.md @@ -0,0 +1,40 @@ + + + Education ( education) +------------------------ + + + +On this map, you'll find information about all types of schools and eduction and can easily add more information + +This theme contains the following layers: + + + + - [tertiary_education](../Layers/tertiary_education.md) + - [school](../Layers/school.md) + - [kindergarten_childcare](../Layers/kindergarten_childcare.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_tertiary_education](../Layers/note_import_tertiary_education.md) + - [note_import_school](../Layers/note_import_school.md) + - [note_import_kindergarten_childcare](../Layers/note_import_kindergarten_childcare.md) + + +Available languages: + + + + - en + - nl + - de + - fr + - nb_NO + - ca + - da + - pa_PK + + +This document is autogenerated from [assets/themes/education/education.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/education/education.json) \ No newline at end of file diff --git a/Docs/Themes/etymology.md b/Docs/Themes/etymology.md new file mode 100644 index 0000000000..87045110d5 --- /dev/null +++ b/Docs/Themes/etymology.md @@ -0,0 +1,45 @@ + + + Open Etymology Map ( etymology) +--------------------------------- + + + +On this map, you can see what an object is named after. The streets, buildings, ... come from OpenStreetMap which got linked with Wikidata. In the popup, you'll see the Wikipedia article (if it exists) or a wikidata box of what the object is named after. If the object itself has a wikipedia page, that'll be shown too.

You can help contribute too!Zoom in enough and all streets will show up. You can click one and a Wikidata-search box will popup. With a few clicks, you can add an etymology link. Note that you need a free OpenStreetMap account to do this. + +This theme contains the following layers: + + + + - [etymology](../Layers/etymology.md) + - [streets_without_etymology](../Layers/streets_without_etymology.md) + - [parks_and_forests_without_etymology](../Layers/parks_and_forests_without_etymology.md) + - [education_institutions_without_etymology](../Layers/education_institutions_without_etymology.md) + - [cultural_places_without_etymology](../Layers/cultural_places_without_etymology.md) + - [toursistic_places_without_etymology](../Layers/toursistic_places_without_etymology.md) + - [health_and_social_places_without_etymology](../Layers/health_and_social_places_without_etymology.md) + - [sport_places_without_etymology](../Layers/sport_places_without_etymology.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - nl + - de + - it + - ru + - zh_Hant + - hu + - fr + - ca + - da + - nb_NO + + +This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) \ No newline at end of file diff --git a/Docs/Themes/facadegardens.md b/Docs/Themes/facadegardens.md new file mode 100644 index 0000000000..7e208a59d8 --- /dev/null +++ b/Docs/Themes/facadegardens.md @@ -0,0 +1,39 @@ + + + Facade gardens ( facadegardens) +--------------------------------- + + + +Facade gardens, green facades and trees in the city not only bring peace and quiet, but also a more beautiful city, greater biodiversity, a cooling effect and better air quality.
Klimaan VZW and Mechelen Klimaatneutraal want to map existing and new facade gardens as an example for people who want to build their own garden or for city walkers who love nature.
More info about the project at klimaan.be. + +This theme contains the following layers: + + + + - [facadegardens](../Layers/facadegardens.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_facadegardens](../Layers/note_import_facadegardens.md) + + +Available languages: + + + + - en + - nl + - ja + - zh_Hant + - it + - fr + - de + - hu + - ca + - es + - da + + +This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/facadegardens/facadegardens.json) \ No newline at end of file diff --git a/Docs/Themes/food.md b/Docs/Themes/food.md new file mode 100644 index 0000000000..bff05c029e --- /dev/null +++ b/Docs/Themes/food.md @@ -0,0 +1,39 @@ + + + Restaurants and fast food ( food) +----------------------------------- + + + +Restaurants and fast food + +This theme contains the following layers: + + + + - [food](../Layers/food.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_food](../Layers/note_import_food.md) + + +Available languages: + + + + - en + - nl + - de + - it + - nb_NO + - zh_Hant + - hu + - ca + - es + - fr + - da + + +This document is autogenerated from [assets/themes/food/food.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/food/food.json) \ No newline at end of file diff --git a/Docs/Themes/fritures.md b/Docs/Themes/fritures.md new file mode 100644 index 0000000000..bda36d758a --- /dev/null +++ b/Docs/Themes/fritures.md @@ -0,0 +1,36 @@ + + + Fries shops ( fritures) +------------------------- + + + +On this map, you'll find your favourite fries shop! + +This theme contains the following layers: + + + + - [friture](../Layers/friture.md) + - [food](../Layers/food.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_food](../Layers/note_import_food.md) + + +Available languages: + + + + - en + - nl + - fr + - de + - ca + - da + - pa_PK + + +This document is autogenerated from [assets/themes/fritures/fritures.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/fritures/fritures.json) \ No newline at end of file diff --git a/Docs/Themes/fruit_trees.md b/Docs/Themes/fruit_trees.md new file mode 100644 index 0000000000..8aaed691d8 --- /dev/null +++ b/Docs/Themes/fruit_trees.md @@ -0,0 +1,31 @@ + + + Open Boomgaardenkaart ( fruit_trees) +-------------------------------------- + + + +Op deze kaart vindt je boomgaarden en fruitbomen + +This theme contains the following layers: + + + + - [orchards](../Layers/orchards.md) + - [fruitboom](../Layers/fruitboom.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_orchards](../Layers/note_import_orchards.md) + - [note_import_fruitboom](../Layers/note_import_fruitboom.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/fruit_trees/fruit_trees.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/fruit_trees/fruit_trees.json) \ No newline at end of file diff --git a/Docs/Themes/ghostbikes.md b/Docs/Themes/ghostbikes.md new file mode 100644 index 0000000000..d2ef2368f9 --- /dev/null +++ b/Docs/Themes/ghostbikes.md @@ -0,0 +1,47 @@ + + + Ghost bikes ( ghostbikes) +--------------------------- + + + +A ghost bike is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location.

On this map, one can see all the ghost bikes which are known by OpenStreetMap. Is a ghost bike missing? Everyone can add or update information here - you only need to have a (free) OpenStreetMap account. + +This theme contains the following layers: + + + + - [ghost_bike](../Layers/ghost_bike.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_ghost_bike](../Layers/note_import_ghost_bike.md) + + +Available languages: + + + + - en + - nl + - de + - ja + - nb_NO + - zh_Hant + - fr + - eo + - es + - fi + - gl + - hu + - it + - pl + - pt_BR + - ru + - sv + - da + - ca + + +This document is autogenerated from [assets/themes/ghostbikes/ghostbikes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ghostbikes/ghostbikes.json) \ No newline at end of file diff --git a/Docs/Themes/grb.md b/Docs/Themes/grb.md new file mode 100644 index 0000000000..10be8d2b75 --- /dev/null +++ b/Docs/Themes/grb.md @@ -0,0 +1,36 @@ + + + GRB import helper ( grb) +-------------------------- + + + +This theme is an attempt to help automating the GRB import. + +This theme contains the following layers: + + + + - [named_streets](../Layers/named_streets.md) + - [type_node](../Layers/type_node.md) + - [osm-buildings](../Layers/osm-buildings.md) + - [service_ways](../Layers/service_ways.md) + - [generic_osm_object](../Layers/generic_osm_object.md) + - [address](../Layers/address.md) + - [crab_address](../Layers/crab_address.md) + - [grb](../Layers/grb.md) + - [current_view](../Layers/current_view.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/grb/grb.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/grb/grb.json) \ No newline at end of file diff --git a/Docs/Themes/grb_fixme.md b/Docs/Themes/grb_fixme.md new file mode 100644 index 0000000000..4b717b68f4 --- /dev/null +++ b/Docs/Themes/grb_fixme.md @@ -0,0 +1,31 @@ + + + GRB Fixup ( grb_fixme) +------------------------ + + + +Gebouwen met een FIXME - wss GRB-import die gefixed moeten worden + +This theme contains the following layers: + + + + - [named_streets](../Layers/named_streets.md) + - [osm-buildings-fixme](../Layers/osm-buildings-fixme.md) + - [address](../Layers/address.md) + - [crab_address](../Layers/crab_address.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/grb_fixme/grb_fixme.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/grb_fixme/grb_fixme.json) \ No newline at end of file diff --git a/Docs/Themes/hackerspaces.md b/Docs/Themes/hackerspaces.md new file mode 100644 index 0000000000..f973068274 --- /dev/null +++ b/Docs/Themes/hackerspaces.md @@ -0,0 +1,39 @@ + + + Hackerspaces ( hackerspaces) +------------------------------ + + + +On this map you can see hackerspaces, add a new hackerspace or update data directly + +This theme contains the following layers: + + + + - [hackerspace](../Layers/hackerspace.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_hackerspace](../Layers/note_import_hackerspace.md) + + +Available languages: + + + + - en + - de + - it + - ru + - zh_Hant + - hu + - nl + - fr + - da + - ca + - pa_PK + + +This document is autogenerated from [assets/themes/hackerspaces/hackerspaces.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/hackerspaces/hackerspaces.json) \ No newline at end of file diff --git a/Docs/Themes/hailhydrant.md b/Docs/Themes/hailhydrant.md new file mode 100644 index 0000000000..cedcae796a --- /dev/null +++ b/Docs/Themes/hailhydrant.md @@ -0,0 +1,51 @@ + + + Hydrants, Extinguishers, Fire stations, and Ambulance stations ( hailhydrant) +------------------------------------------------------------------------------- + + + +On this map you can find and update hydrants, fire stations, ambulance stations, and extinguishers in your favorite neighborhoods. + +You can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide additional details by answering available questions. + +All changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others. + +This theme contains the following layers: + + + + - [hydrant](../Layers/hydrant.md) + - [extinguisher](../Layers/extinguisher.md) + - [fire_station](../Layers/fire_station.md) + - [ambulancestation](../Layers/ambulancestation.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_hydrant](../Layers/note_import_hydrant.md) + - [note_import_extinguisher](../Layers/note_import_extinguisher.md) + - [note_import_fire_station](../Layers/note_import_fire_station.md) + - [note_import_ambulancestation](../Layers/note_import_ambulancestation.md) + + +Available languages: + + + + - en + - ja + - zh_Hant + - ru + - fr + - it + - nb_NO + - de + - hu + - nl + - es + - ca + - da + + +This document is autogenerated from [assets/themes/hailhydrant/hailhydrant.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/hailhydrant/hailhydrant.json) \ No newline at end of file diff --git a/Docs/Themes/healthcare.md b/Docs/Themes/healthcare.md new file mode 100644 index 0000000000..c7d35315ad --- /dev/null +++ b/Docs/Themes/healthcare.md @@ -0,0 +1,38 @@ + + + Healthcare ( healthcare) +-------------------------- + + + +On this map, various healthcare related items are shown + +This theme contains the following layers: + + + + - [doctors](../Layers/doctors.md) + - [hospital](../Layers/hospital.md) + - [pharmacy](../Layers/pharmacy.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_doctors](../Layers/note_import_doctors.md) + - [note_import_pharmacy](../Layers/note_import_pharmacy.md) + + +Available languages: + + + + - en + - ca + - de + - fr + - da + - nl + - pa_PK + + +This document is autogenerated from [assets/themes/healthcare/healthcare.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/healthcare/healthcare.json) \ No newline at end of file diff --git a/Docs/Themes/hotels.md b/Docs/Themes/hotels.md new file mode 100644 index 0000000000..e196504c3c --- /dev/null +++ b/Docs/Themes/hotels.md @@ -0,0 +1,35 @@ + + + Hotels ( hotels) +------------------ + + + +On this map, you'll find hotels in your area + +This theme contains the following layers: + + + + - [hotel](../Layers/hotel.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_hotel](../Layers/note_import_hotel.md) + + +Available languages: + + + + - en + - de + - da + - nb_NO + - ca + - nl + - pa_PK + + +This document is autogenerated from [assets/themes/hotels/hotels.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/hotels/hotels.json) \ No newline at end of file diff --git a/Docs/Themes/indoors.md b/Docs/Themes/indoors.md new file mode 100644 index 0000000000..4412e3b7e5 --- /dev/null +++ b/Docs/Themes/indoors.md @@ -0,0 +1,41 @@ + + + Indoors ( indoors) +-------------------- + + + +On this map, publicly accessible indoor places are shown + +This theme contains the following layers: + + + + - [indoors](../Layers/indoors.md) + - [walls_and_buildings](../Layers/walls_and_buildings.md) + - [pedestrian_path](../Layers/pedestrian_path.md) + - [elevator](../Layers/elevator.md) + - [entrance](../Layers/entrance.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_elevator](../Layers/note_import_elevator.md) + - [note_import_entrance](../Layers/note_import_entrance.md) + + +Available languages: + + + + - en + - de + - fr + - da + - nb_NO + - nl + - ca + - pa_PK + + +This document is autogenerated from [assets/themes/indoors/indoors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/indoors/indoors.json) \ No newline at end of file diff --git a/Docs/Themes/kerbs_and_crossings.md b/Docs/Themes/kerbs_and_crossings.md new file mode 100644 index 0000000000..6f501f3b8a --- /dev/null +++ b/Docs/Themes/kerbs_and_crossings.md @@ -0,0 +1,35 @@ + + + Kerbs and crossings ( kerbs_and_crossings) +-------------------------------------------- + + + +A map showing kerbs and crossings. + +This theme contains the following layers: + + + + - [cycleways_and_roads](../Layers/cycleways_and_roads.md) + - [crossings](../Layers/crossings.md) + - [kerbs](../Layers/kerbs.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_kerbs](../Layers/note_import_kerbs.md) + + +Available languages: + + + + - en + - nl + - de + - fr + - da + + +This document is autogenerated from [assets/themes/kerbs_and_crossings/kerbs_and_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json) \ No newline at end of file diff --git a/Docs/Themes/mapcomplete-changes.md b/Docs/Themes/mapcomplete-changes.md new file mode 100644 index 0000000000..3f3c85e8ce --- /dev/null +++ b/Docs/Themes/mapcomplete-changes.md @@ -0,0 +1,29 @@ + + + Changes made with MapComplete ( mapcomplete-changes) +------------------------------------------------------ + + + +This maps shows all the changes made with MapComplete + +This theme contains the following layers: + + + + - [mapcomplete-changes](../Layers/mapcomplete-changes.md) + - [current_view](../Layers/current_view.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + + +This document is autogenerated from [assets/themes/mapcomplete-changes/mapcomplete-changes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/mapcomplete-changes/mapcomplete-changes.json) \ No newline at end of file diff --git a/Docs/Themes/maproulette.md b/Docs/Themes/maproulette.md new file mode 100644 index 0000000000..7234ffd565 --- /dev/null +++ b/Docs/Themes/maproulette.md @@ -0,0 +1,33 @@ + + + MapRoulette Tasks ( maproulette) +---------------------------------- + + + +Theme showing MapRoulette tasks, allowing you to search, filter and fix them. + +This theme contains the following layers: + + + + - [maproulette](../Layers/maproulette.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - de + - fr + - da + - ca + - pa_PK + + +This document is autogenerated from [assets/themes/maproulette/maproulette.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/maproulette/maproulette.json) \ No newline at end of file diff --git a/Docs/Themes/maps.md b/Docs/Themes/maps.md new file mode 100644 index 0000000000..1927aaf67f --- /dev/null +++ b/Docs/Themes/maps.md @@ -0,0 +1,40 @@ + + + A map of maps ( maps) +----------------------- + + + +On this map you can find all maps OpenStreetMap knows - typically a big map on an information board showing the area, city or region, e.g. a tourist map on the back of a billboard, a map of a nature reserve, a map of cycling networks in the region, ...)

If a map is missing, you can easily map this map on OpenStreetMap. + +This theme contains the following layers: + + + + - [map](../Layers/map.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_map](../Layers/note_import_map.md) + + +Available languages: + + + + - en + - nl + - fr + - ja + - zh_Hant + - ru + - de + - eo + - it + - nb_NO + - ca + - es + + +This document is autogenerated from [assets/themes/maps/maps.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/maps/maps.json) \ No newline at end of file diff --git a/Docs/Themes/maxspeed.md b/Docs/Themes/maxspeed.md new file mode 100644 index 0000000000..976c4ffe16 --- /dev/null +++ b/Docs/Themes/maxspeed.md @@ -0,0 +1,39 @@ + + + Maxspeed ( maxspeed) +---------------------- + + + +This map shows the legally allowed maximum speed on every road. If a maxspeed is missing or wrong, you can correct it here. + +This theme contains the following layers: + + + + - [maxspeed](../Layers/maxspeed.md) + - [speed_camera](../Layers/speed_camera.md) + - [speed_display](../Layers/speed_display.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_speed_camera](../Layers/note_import_speed_camera.md) + - [note_import_speed_display](../Layers/note_import_speed_display.md) + + +Available languages: + + + + - en + - es + - ca + - de + - fr + - da + - nl + - pa_PK + + +This document is autogenerated from [assets/themes/maxspeed/maxspeed.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/maxspeed/maxspeed.json) \ No newline at end of file diff --git a/Docs/Themes/nature.md b/Docs/Themes/nature.md new file mode 100644 index 0000000000..7479e16ccf --- /dev/null +++ b/Docs/Themes/nature.md @@ -0,0 +1,49 @@ + + + Into nature ( nature) +----------------------- + + + +On this map, one can find interesting infromation for tourists and nature lovers, such as + +This theme contains the following layers: + + + + - [drinking_water](../Layers/drinking_water.md) + - [birdhide](../Layers/birdhide.md) + - [nature_reserve](../Layers/nature_reserve.md) + - [map](../Layers/map.md) + - [information_board](../Layers/information_board.md) + - [bench](../Layers/bench.md) + - [picnic_table](../Layers/picnic_table.md) + - [toilet](../Layers/toilet.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_drinking_water](../Layers/note_import_drinking_water.md) + - [note_import_birdhide](../Layers/note_import_birdhide.md) + - [note_import_nature_reserve](../Layers/note_import_nature_reserve.md) + - [note_import_map](../Layers/note_import_map.md) + - [note_import_information_board](../Layers/note_import_information_board.md) + - [note_import_bench](../Layers/note_import_bench.md) + - [note_import_picnic_table](../Layers/note_import_picnic_table.md) + - [note_import_toilet](../Layers/note_import_toilet.md) + + +Available languages: + + + + - en + - nl + - de + - ca + - fr + - da + - nb_NO + + +This document is autogenerated from [assets/themes/nature/nature.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/nature/nature.json) \ No newline at end of file diff --git a/Docs/Themes/natuurpunt.md b/Docs/Themes/natuurpunt.md new file mode 100644 index 0000000000..71a765cfc7 --- /dev/null +++ b/Docs/Themes/natuurpunt.md @@ -0,0 +1,39 @@ + + + The map of Natuurpunt ( natuurpunt) +------------------------------------- + + + +On this map you can find all the nature reserves that Natuurpunt offers + +This theme contains the following layers: + + + + - [nature_reserve](../Layers/nature_reserve.md) + - [nature_reserve_centerpoints](../Layers/nature_reserve_centerpoints.md) + - [visitor_information_centre](../Layers/visitor_information_centre.md) + - [trail](../Layers/trail.md) + - [toilet](../Layers/toilet.md) + - [birdhide](../Layers/birdhide.md) + - [picnic_table](../Layers/picnic_table.md) + - [drinking_water](../Layers/drinking_water.md) + - [parking](../Layers/parking.md) + - [information_board](../Layers/information_board.md) + - [bench](../Layers/bench.md) + - [watermill](../Layers/watermill.md) + - [gps_track](../Layers/gps_track.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/natuurpunt/natuurpunt.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/natuurpunt/natuurpunt.json) \ No newline at end of file diff --git a/Docs/Themes/notes.md b/Docs/Themes/notes.md new file mode 100644 index 0000000000..37d0f6ce66 --- /dev/null +++ b/Docs/Themes/notes.md @@ -0,0 +1,36 @@ + + + Notes on OpenStreetMap ( notes) +--------------------------------- + + + +A note is a pin on the map with some text to indicate something wrong.

Make sure to checkout the filter view to search for users and text. + +This theme contains the following layers: + + + + - [note](../Layers/note.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - hu + - nl + - de + - ca + - es + - nb_NO + - fr + - da + + +This document is autogenerated from [assets/themes/notes/notes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/notes/notes.json) \ No newline at end of file diff --git a/Docs/Themes/observation_towers.md b/Docs/Themes/observation_towers.md new file mode 100644 index 0000000000..3972295224 --- /dev/null +++ b/Docs/Themes/observation_towers.md @@ -0,0 +1,39 @@ + + + Observation towers ( observation_towers) +------------------------------------------ + + + +Publicly accessible towers to enjoy the view + +This theme contains the following layers: + + + + - [observation_tower](../Layers/observation_tower.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - nl + - de + - it + - ru + - zh_Hant + - hu + - ca + - es + - fr + - nb_NO + - da + + +This document is autogenerated from [assets/themes/observation_towers/observation_towers.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/observation_towers/observation_towers.json) \ No newline at end of file diff --git a/Docs/Themes/onwheels.md b/Docs/Themes/onwheels.md new file mode 100644 index 0000000000..08da519c6f --- /dev/null +++ b/Docs/Themes/onwheels.md @@ -0,0 +1,66 @@ + + + OnWheels ( onwheels) +---------------------- + + + +On this map, publicly weelchair accessible places are shown and can be easily added + +This theme contains the following layers: + + + + - [indoors](../Layers/indoors.md) + - [pedestrian_path](../Layers/pedestrian_path.md) + - [cycleways_and_roads](../Layers/cycleways_and_roads.md) + - [cafe_pub](../Layers/cafe_pub.md) + - [entrance](../Layers/entrance.md) + - [food](../Layers/food.md) + - [kerbs](../Layers/kerbs.md) + - [parking](../Layers/parking.md) + - [shops](../Layers/shops.md) + - [toilet](../Layers/toilet.md) + - [pharmacy](../Layers/pharmacy.md) + - [doctors](../Layers/doctors.md) + - [hospital](../Layers/hospital.md) + - [reception_desk](../Layers/reception_desk.md) + - [walls_and_buildings](../Layers/walls_and_buildings.md) + - [elevator](../Layers/elevator.md) + - [hotel](../Layers/hotel.md) + - [governments](../Layers/governments.md) + - [current_view](../Layers/current_view.md) + - [maproulette_challenge](../Layers/maproulette_challenge.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_cafe_pub](../Layers/note_import_cafe_pub.md) + - [note_import_entrance](../Layers/note_import_entrance.md) + - [note_import_food](../Layers/note_import_food.md) + - [note_import_kerbs](../Layers/note_import_kerbs.md) + - [note_import_parking](../Layers/note_import_parking.md) + - [note_import_shops](../Layers/note_import_shops.md) + - [note_import_toilet](../Layers/note_import_toilet.md) + - [note_import_pharmacy](../Layers/note_import_pharmacy.md) + - [note_import_doctors](../Layers/note_import_doctors.md) + - [note_import_reception_desk](../Layers/note_import_reception_desk.md) + - [note_import_elevator](../Layers/note_import_elevator.md) + - [note_import_hotel](../Layers/note_import_hotel.md) + - [note_import_governments](../Layers/note_import_governments.md) + + +Available languages: + + + + - en + - de + - fr + - nl + - nb_NO + - ca + - pa_PK + + +This document is autogenerated from [assets/themes/onwheels/onwheels.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/onwheels/onwheels.json) \ No newline at end of file diff --git a/Docs/Themes/openwindpowermap.md b/Docs/Themes/openwindpowermap.md new file mode 100644 index 0000000000..1a01dd5a7a --- /dev/null +++ b/Docs/Themes/openwindpowermap.md @@ -0,0 +1,40 @@ + + + OpenWindPowerMap ( openwindpowermap) +-------------------------------------- + + + +A map for showing and editing wind turbines. + +This theme contains the following layers: + + + + - [windturbine](../Layers/windturbine.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_windturbine](../Layers/note_import_windturbine.md) + + +Available languages: + + + + - en + - fr + - de + - it + - ru + - zh_Hant + - id + - hu + - nl + - ca + - nb_NO + - pa_PK + + +This document is autogenerated from [assets/themes/openwindpowermap/openwindpowermap.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/openwindpowermap/openwindpowermap.json) \ No newline at end of file diff --git a/Docs/Themes/osm_community_index.md b/Docs/Themes/osm_community_index.md new file mode 100644 index 0000000000..59221b2e81 --- /dev/null +++ b/Docs/Themes/osm_community_index.md @@ -0,0 +1,29 @@ + + + OSM Community Index ( osm_community_index) +-------------------------------------------- + + + +A list of resources for users of OpenStreetMap. 'Resources' can be links to forums, meetups, Slack groups, IRC channels, mailing lists, and so on. Anything that mappers, especially beginners, might find interesting or helpful. + +This theme contains the following layers: + + + + - [osm_community_index](../Layers/osm_community_index.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - de + + +This document is autogenerated from [assets/themes/osm_community_index/osm_community_index.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/osm_community_index/osm_community_index.json) \ No newline at end of file diff --git a/Docs/Themes/parkings.md b/Docs/Themes/parkings.md new file mode 100644 index 0000000000..ffaaa13b5b --- /dev/null +++ b/Docs/Themes/parkings.md @@ -0,0 +1,42 @@ + + + Parking ( parkings) +--------------------- + + + +This map shows different parking spots + +This theme contains the following layers: + + + + - [parking](../Layers/parking.md) + - [parking_spaces](../Layers/parking_spaces.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_parking](../Layers/note_import_parking.md) + + +Available languages: + + + + - en + - nl + - de + - it + - nb_NO + - ru + - zh_Hant + - id + - hu + - fr + - es + - da + - pa_PK + + +This document is autogenerated from [assets/themes/parkings/parkings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/parkings/parkings.json) \ No newline at end of file diff --git a/Docs/Themes/personal.md b/Docs/Themes/personal.md new file mode 100644 index 0000000000..317f1f7901 --- /dev/null +++ b/Docs/Themes/personal.md @@ -0,0 +1,127 @@ + + + Personal theme ( personal) +---------------------------- + + + +Create a personal theme based on all the available layers of all themes. In order to show some data, open layer selection + +This theme contains the following layers: + + + + - [ambulancestation](../Layers/ambulancestation.md) + - [artwork](../Layers/artwork.md) + - [barrier](../Layers/barrier.md) + - [bench](../Layers/bench.md) + - [bench_at_pt](../Layers/bench_at_pt.md) + - [bicycle_library](../Layers/bicycle_library.md) + - [bicycle_rental](../Layers/bicycle_rental.md) + - [bicycle_tube_vending_machine](../Layers/bicycle_tube_vending_machine.md) + - [bike_cafe](../Layers/bike_cafe.md) + - [bike_cleaning](../Layers/bike_cleaning.md) + - [bike_parking](../Layers/bike_parking.md) + - [bike_repair_station](../Layers/bike_repair_station.md) + - [bike_shop](../Layers/bike_shop.md) + - [bike_themed_object](../Layers/bike_themed_object.md) + - [binocular](../Layers/binocular.md) + - [birdhide](../Layers/birdhide.md) + - [cafe_pub](../Layers/cafe_pub.md) + - [charging_station](../Layers/charging_station.md) + - [climbing_area](../Layers/climbing_area.md) + - [climbing_club](../Layers/climbing_club.md) + - [climbing_gym](../Layers/climbing_gym.md) + - [climbing_opportunity](../Layers/climbing_opportunity.md) + - [climbing_route](../Layers/climbing_route.md) + - [crossings](../Layers/crossings.md) + - [cycleways_and_roads](../Layers/cycleways_and_roads.md) + - [defibrillator](../Layers/defibrillator.md) + - [doctors](../Layers/doctors.md) + - [dogpark](../Layers/dogpark.md) + - [drinking_water](../Layers/drinking_water.md) + - [elevator](../Layers/elevator.md) + - [entrance](../Layers/entrance.md) + - [etymology](../Layers/etymology.md) + - [extinguisher](../Layers/extinguisher.md) + - [fire_station](../Layers/fire_station.md) + - [fitness_centre](../Layers/fitness_centre.md) + - [fitness_station](../Layers/fitness_station.md) + - [food](../Layers/food.md) + - [ghost_bike](../Layers/ghost_bike.md) + - [governments](../Layers/governments.md) + - [hackerspace](../Layers/hackerspace.md) + - [hospital](../Layers/hospital.md) + - [hotel](../Layers/hotel.md) + - [hydrant](../Layers/hydrant.md) + - [indoors](../Layers/indoors.md) + - [information_board](../Layers/information_board.md) + - [kerbs](../Layers/kerbs.md) + - [kindergarten_childcare](../Layers/kindergarten_childcare.md) + - [map](../Layers/map.md) + - [maproulette_challenge](../Layers/maproulette_challenge.md) + - [maxspeed](../Layers/maxspeed.md) + - [nature_reserve](../Layers/nature_reserve.md) + - [observation_tower](../Layers/observation_tower.md) + - [osm_community_index](../Layers/osm_community_index.md) + - [parcel_lockers](../Layers/parcel_lockers.md) + - [parking](../Layers/parking.md) + - [parking_spaces](../Layers/parking_spaces.md) + - [pedestrian_path](../Layers/pedestrian_path.md) + - [pharmacy](../Layers/pharmacy.md) + - [picnic_table](../Layers/picnic_table.md) + - [playground](../Layers/playground.md) + - [postboxes](../Layers/postboxes.md) + - [postoffices](../Layers/postoffices.md) + - [public_bookcase](../Layers/public_bookcase.md) + - [rainbow_crossings](../Layers/rainbow_crossings.md) + - [reception_desk](../Layers/reception_desk.md) + - [recycling](../Layers/recycling.md) + - [school](../Layers/school.md) + - [shelter](../Layers/shelter.md) + - [shops](../Layers/shops.md) + - [speed_camera](../Layers/speed_camera.md) + - [speed_display](../Layers/speed_display.md) + - [sport_pitch](../Layers/sport_pitch.md) + - [sports_centre](../Layers/sports_centre.md) + - [stairs](../Layers/stairs.md) + - [street_lamps](../Layers/street_lamps.md) + - [surveillance_camera](../Layers/surveillance_camera.md) + - [tertiary_education](../Layers/tertiary_education.md) + - [toilet](../Layers/toilet.md) + - [toilet_at_amenity](../Layers/toilet_at_amenity.md) + - [transit_routes](../Layers/transit_routes.md) + - [transit_stops](../Layers/transit_stops.md) + - [tree_node](../Layers/tree_node.md) + - [veterinary](../Layers/veterinary.md) + - [walls_and_buildings](../Layers/walls_and_buildings.md) + - [waste_basket](../Layers/waste_basket.md) + - [waste_disposal](../Layers/waste_disposal.md) + - [windturbine](../Layers/windturbine.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - nl + - es + - ca + - gl + - fr + - de + - ja + - zh_Hant + - it + - nb_NO + - id + - da + - pa_PK + + +This document is autogenerated from [assets/themes/personal/personal.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/personal/personal.json) \ No newline at end of file diff --git a/Docs/Themes/pets.md b/Docs/Themes/pets.md new file mode 100644 index 0000000000..e070b78786 --- /dev/null +++ b/Docs/Themes/pets.md @@ -0,0 +1,44 @@ + + + Veterinarians, dog parks and other pet-amenities ( pets) +---------------------------------------------------------- + + + +On this map, you'll find various interesting places for you pets: veterinarians, dog parks, pet shops, dog-friendly restaurants, ... + +This theme contains the following layers: + + + + - [dogpark](../Layers/dogpark.md) + - [dogfoodb](../Layers/dogfoodb.md) + - [dogshop](../Layers/dogshop.md) + - [veterinary](../Layers/veterinary.md) + - [food](../Layers/food.md) + - [waste_basket](../Layers/waste_basket.md) + - [shops](../Layers/shops.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_dogpark](../Layers/note_import_dogpark.md) + - [note_import_dogshop](../Layers/note_import_dogshop.md) + - [note_import_veterinary](../Layers/note_import_veterinary.md) + - [note_import_food](../Layers/note_import_food.md) + - [note_import_waste_basket](../Layers/note_import_waste_basket.md) + - [note_import_shops](../Layers/note_import_shops.md) + + +Available languages: + + + + - en + - da + - de + - nl + - fr + + +This document is autogenerated from [assets/themes/pets/pets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/pets/pets.json) \ No newline at end of file diff --git a/Docs/Themes/play_forests.md b/Docs/Themes/play_forests.md new file mode 100644 index 0000000000..014a0261a4 --- /dev/null +++ b/Docs/Themes/play_forests.md @@ -0,0 +1,29 @@ + + + Speelbossen ( play_forests) +----------------------------- + + + +Een speelbos is een zone in een bos die vrij toegankelijk is voor spelende kinderen. Deze wordt in bossen van het Agentschap Natuur en bos altijd aangeduid met het overeenkomstige bord. + +This theme contains the following layers: + + + + - [play_forest](../Layers/play_forest.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_play_forest](../Layers/note_import_play_forest.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/play_forests/play_forests.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/play_forests/play_forests.json) \ No newline at end of file diff --git a/Docs/Themes/playgrounds.md b/Docs/Themes/playgrounds.md new file mode 100644 index 0000000000..9109832323 --- /dev/null +++ b/Docs/Themes/playgrounds.md @@ -0,0 +1,42 @@ + + + Playgrounds ( playgrounds) +---------------------------- + + + +On this map, you find playgrounds and can add more information + +This theme contains the following layers: + + + + - [playground](../Layers/playground.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_playground](../Layers/note_import_playground.md) + + +Available languages: + + + + - en + - nl + - fr + - ja + - zh_Hant + - ru + - de + - it + - nb_NO + - id + - hu + - ca + - es + - da + + +This document is autogenerated from [assets/themes/playgrounds/playgrounds.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/playgrounds/playgrounds.json) \ No newline at end of file diff --git a/Docs/Themes/postal_codes.md b/Docs/Themes/postal_codes.md new file mode 100644 index 0000000000..5b3c3cddd9 --- /dev/null +++ b/Docs/Themes/postal_codes.md @@ -0,0 +1,40 @@ + + + Postal codes ( postal_codes) +------------------------------ + + + +Postal codes + +This theme contains the following layers: + + + + - [postal_code_boundary](../Layers/postal_code_boundary.md) + - [wrong_postal_code](../Layers/wrong_postal_code.md) + - [town_hall](../Layers/town_hall.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - id + - hu + - de + - ca + - es + - nb_NO + - nl + - fr + - da + - pa_PK + + +This document is autogenerated from [assets/themes/postal_codes/postal_codes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/postal_codes/postal_codes.json) \ No newline at end of file diff --git a/Docs/Themes/postboxes.md b/Docs/Themes/postboxes.md new file mode 100644 index 0000000000..3d83066f29 --- /dev/null +++ b/Docs/Themes/postboxes.md @@ -0,0 +1,41 @@ + + + Postbox and Post Office Map ( postboxes) +------------------------------------------ + + + +On this map you can find and add data of post offices and post boxes. You can use this map to find where you can mail your next postcard! :)
Spotted an error or is a post box missing? You can edit this map with a free OpenStreetMap account. + +This theme contains the following layers: + + + + - [postboxes](../Layers/postboxes.md) + - [postoffices](../Layers/postoffices.md) + - [parcel_lockers](../Layers/parcel_lockers.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_postboxes](../Layers/note_import_postboxes.md) + - [note_import_postoffices](../Layers/note_import_postoffices.md) + - [note_import_parcel_lockers](../Layers/note_import_parcel_lockers.md) + + +Available languages: + + + + - en + - de + - nb_NO + - it + - zh_Hant + - hu + - nl + - fr + - da + + +This document is autogenerated from [assets/themes/postboxes/postboxes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/postboxes/postboxes.json) \ No newline at end of file diff --git a/Docs/Themes/rainbow_crossings.md b/Docs/Themes/rainbow_crossings.md new file mode 100644 index 0000000000..c3aa346e4e --- /dev/null +++ b/Docs/Themes/rainbow_crossings.md @@ -0,0 +1,35 @@ + + + Rainbow pedestrian crossings ( rainbow_crossings) +--------------------------------------------------- + + + +On this map, rainbow-painted pedestrian crossings are shown and can be easily added + +This theme contains the following layers: + + + + - [rainbow_crossing_high_zoom](../Layers/rainbow_crossing_high_zoom.md) + - [rainbow_crossings](../Layers/rainbow_crossings.md) + - [cycleways_and_roads](../Layers/cycleways_and_roads.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_rainbow_crossings](../Layers/note_import_rainbow_crossings.md) + + +Available languages: + + + + - en + - de + - fr + - da + - nl + + +This document is autogenerated from [assets/themes/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/rainbow_crossings/rainbow_crossings.json) \ No newline at end of file diff --git a/Docs/Themes/shops.md b/Docs/Themes/shops.md new file mode 100644 index 0000000000..cc0700c299 --- /dev/null +++ b/Docs/Themes/shops.md @@ -0,0 +1,42 @@ + + + Open Shop Map ( shops) +------------------------ + + + +On this map, one can mark basic information about shops, add opening hours and phone numbers + +This theme contains the following layers: + + + + - [shops](../Layers/shops.md) + - [pharmacy](../Layers/pharmacy.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_shops](../Layers/note_import_shops.md) + - [note_import_pharmacy](../Layers/note_import_pharmacy.md) + + +Available languages: + + + + - en + - fr + - ja + - zh_Hant + - ru + - de + - it + - nb_NO + - hu + - nl + - ca + - da + + +This document is autogenerated from [assets/themes/shops/shops.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/shops/shops.json) \ No newline at end of file diff --git a/Docs/Themes/sidewalks.md b/Docs/Themes/sidewalks.md new file mode 100644 index 0000000000..7d62951b9b --- /dev/null +++ b/Docs/Themes/sidewalks.md @@ -0,0 +1,38 @@ + + + Sidewalks ( sidewalks) +------------------------ + + + +Experimental theme + +This theme contains the following layers: + + + + - [sidewalks](../Layers/sidewalks.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + - ru + - nl + - de + - ca + - es + - fr + - nb_NO + - it + - da + - pa_PK + + +This document is autogenerated from [assets/themes/sidewalks/sidewalks.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/sidewalks/sidewalks.json) \ No newline at end of file diff --git a/Docs/Themes/speelplekken.md b/Docs/Themes/speelplekken.md new file mode 100644 index 0000000000..2d7dddef13 --- /dev/null +++ b/Docs/Themes/speelplekken.md @@ -0,0 +1,35 @@ + + + Welkom bij de groendoener! ( speelplekken) +-------------------------------------------- + + + +

Welkom bij de Groendoener!

De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan 200 grote en kleine speelplekken liggen er in parken, in bossen en op pleintjes te wachten om ontdekt te worden. De verschillende speelplekken werden getest én goedgekeurd door kinder- en jongerenreporters uit de Zuidrand. Met leuke challenges dagen de reporters jou uit om ook op ontdekking te gaan. Klik op een speelplek op de kaart, bekijk het filmpje en ga op verkenning!

Het project groendoener kadert binnen het strategisch project Beleefbare Open Ruimte in de Antwerpse Zuidrand en is een samenwerking tussen het departement Leefmilieu van provincie Antwerpen, Sportpret vzw, een OpenStreetMap-België Consultent en Createlli vzw. Het project kwam tot stand met steun van Departement Omgeving van de Vlaamse Overheid.
+ +This theme contains the following layers: + + + + - [shadow](../Layers/shadow.md) + - [play_forest](../Layers/play_forest.md) + - [playground](../Layers/playground.md) + - [village_green](../Layers/village_green.md) + - [grass_in_parks](../Layers/grass_in_parks.md) + - [sport_pitch](../Layers/sport_pitch.md) + - [slow_roads](../Layers/slow_roads.md) + - [walking_routes](../Layers/walking_routes.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/speelplekken/speelplekken.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/speelplekken/speelplekken.json) \ No newline at end of file diff --git a/Docs/Themes/sport_pitches.md b/Docs/Themes/sport_pitches.md new file mode 100644 index 0000000000..90212cba73 --- /dev/null +++ b/Docs/Themes/sport_pitches.md @@ -0,0 +1,40 @@ + + + Sport pitches ( sport_pitches) +-------------------------------- + + + +A sport pitch is an area where sports are played + +This theme contains the following layers: + + + + - [sport_pitch](../Layers/sport_pitch.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_sport_pitch](../Layers/note_import_sport_pitch.md) + + +Available languages: + + + + - en + - nl + - fr + - ja + - zh_Hant + - ru + - de + - it + - hu + - ca + - es + - da + + +This document is autogenerated from [assets/themes/sport_pitches/sport_pitches.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/sport_pitches/sport_pitches.json) \ No newline at end of file diff --git a/Docs/Themes/sports.md b/Docs/Themes/sports.md new file mode 100644 index 0000000000..be7b79e5b2 --- /dev/null +++ b/Docs/Themes/sports.md @@ -0,0 +1,40 @@ + + + Sports ( sports) +------------------ + + + +All about sports, find sport pitches, fitness centres and more. + +This theme contains the following layers: + + + + - [sport_pitch](../Layers/sport_pitch.md) + - [fitness_centre](../Layers/fitness_centre.md) + - [fitness_station](../Layers/fitness_station.md) + - [sports_centre](../Layers/sports_centre.md) + - [shops](../Layers/shops.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_sport_pitch](../Layers/note_import_sport_pitch.md) + - [note_import_fitness_centre](../Layers/note_import_fitness_centre.md) + - [note_import_fitness_station](../Layers/note_import_fitness_station.md) + - [note_import_sports_centre](../Layers/note_import_sports_centre.md) + - [note_import_shops](../Layers/note_import_shops.md) + + +Available languages: + + + + - en + - nl + - de + - pa_PK + + +This document is autogenerated from [assets/themes/sports/sports.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/sports/sports.json) \ No newline at end of file diff --git a/Docs/Themes/street_lighting.md b/Docs/Themes/street_lighting.md new file mode 100644 index 0000000000..84f374efce --- /dev/null +++ b/Docs/Themes/street_lighting.md @@ -0,0 +1,41 @@ + + + Street Lighting ( street_lighting) +------------------------------------ + + + +On this map you can find everything about street lighting + +This theme contains the following layers: + + + + - [street_lamps](../Layers/street_lamps.md) + - [lit_streets](../Layers/lit_streets.md) + - [all_streets](../Layers/all_streets.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_street_lamps](../Layers/note_import_street_lamps.md) + + +Available languages: + + + + - en + - nl + - ru + - zh_Hant + - hu + - de + - ca + - fr + - nb_NO + - da + - pa_PK + + +This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json) \ No newline at end of file diff --git a/Docs/Themes/street_lighting_assen.md b/Docs/Themes/street_lighting_assen.md new file mode 100644 index 0000000000..ba4766358e --- /dev/null +++ b/Docs/Themes/street_lighting_assen.md @@ -0,0 +1,31 @@ + + + Straatverlichting - Assen ( street_lighting_assen) +---------------------------------------------------- + + + +Op deze kaart vind je alles over straatlantaarns + een dataset van Assen + +This theme contains the following layers: + + + + - [street_lamps](../Layers/street_lamps.md) + - [assen](../Layers/assen.md) + - [maproulette_challenge](../Layers/maproulette_challenge.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_street_lamps](../Layers/note_import_street_lamps.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/street_lighting_assen/street_lighting_assen.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting_assen/street_lighting_assen.json) \ No newline at end of file diff --git a/Docs/Themes/surveillance.md b/Docs/Themes/surveillance.md new file mode 100644 index 0000000000..fbeb6f3aa3 --- /dev/null +++ b/Docs/Themes/surveillance.md @@ -0,0 +1,41 @@ + + + Surveillance under Surveillance ( surveillance) +------------------------------------------------- + + + +On this open map, you can find surveillance cameras. + +This theme contains the following layers: + + + + - [walls_and_buildings](../Layers/walls_and_buildings.md) + - [direction](../Layers/direction.md) + - [surveillance_camera](../Layers/surveillance_camera.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_surveillance_camera](../Layers/note_import_surveillance_camera.md) + + +Available languages: + + + + - en + - nl + - ja + - zh_Hant + - fr + - de + - it + - hu + - ca + - nb_NO + - da + + +This document is autogenerated from [assets/themes/surveillance/surveillance.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/surveillance/surveillance.json) \ No newline at end of file diff --git a/Docs/Themes/toerisme_vlaanderen.md b/Docs/Themes/toerisme_vlaanderen.md new file mode 100644 index 0000000000..bda478583c --- /dev/null +++ b/Docs/Themes/toerisme_vlaanderen.md @@ -0,0 +1,44 @@ + + + Pin je punt ( toerisme_vlaanderen) +------------------------------------ + + + +

Pin je punt is een open toerismekaart waarin wandelaars en fietsers nuttige info verzamelen voor andere wandelaars en fietsers.

Klik op de exacte locatie op de kaart om een punt toe te voegen of op een bestaand punt om het te wijzigen.
We verzamelen:

  1. Laadpunten voor elektrische fietsen
  2. Openbare toiletten
  3. Zit- en picknickbankjes
  4. Uitkijktorens
  5. Fietsherstelpunten
  6. Fietsverhuurpunten
  7. Speeltuinen

+ +This theme contains the following layers: + + + + - [charging_station_ebikes](../Layers/charging_station_ebikes.md) + - [charging_station](../Layers/charging_station.md) + - [toilet](../Layers/toilet.md) + - [bench](../Layers/bench.md) + - [picnic_table](../Layers/picnic_table.md) + - [observation_tower](../Layers/observation_tower.md) + - [bike_repair_station](../Layers/bike_repair_station.md) + - [bicycle_rental_non_docking](../Layers/bicycle_rental_non_docking.md) + - [bicycle_rental](../Layers/bicycle_rental.md) + - [playground](../Layers/playground.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_charging_station_ebikes](../Layers/note_import_charging_station_ebikes.md) + - [note_import_toilet](../Layers/note_import_toilet.md) + - [note_import_bench](../Layers/note_import_bench.md) + - [note_import_picnic_table](../Layers/note_import_picnic_table.md) + - [note_import_bike_repair_station](../Layers/note_import_bike_repair_station.md) + - [note_import_bicycle_rental_non_docking](../Layers/note_import_bicycle_rental_non_docking.md) + - [note_import_playground](../Layers/note_import_playground.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json) \ No newline at end of file diff --git a/Docs/Themes/toilets.md b/Docs/Themes/toilets.md new file mode 100644 index 0000000000..19a487ffba --- /dev/null +++ b/Docs/Themes/toilets.md @@ -0,0 +1,42 @@ + + + Open Toilet Map ( toilets) +---------------------------- + + + +A map of public toilets + +This theme contains the following layers: + + + + - [toilet](../Layers/toilet.md) + - [toilet_at_amenity](../Layers/toilet_at_amenity.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_toilet](../Layers/note_import_toilet.md) + + +Available languages: + + + + - en + - de + - fr + - nl + - ru + - ja + - zh_Hant + - pl + - it + - nb_NO + - hu + - ca + - da + + +This document is autogenerated from [assets/themes/toilets/toilets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/toilets/toilets.json) \ No newline at end of file diff --git a/Docs/Themes/transit.md b/Docs/Themes/transit.md new file mode 100644 index 0000000000..490565b7e4 --- /dev/null +++ b/Docs/Themes/transit.md @@ -0,0 +1,40 @@ + + + Bus routes ( transit) +----------------------- + + + +Plan your trip with the help of the public transport system. + +This theme contains the following layers: + + + + - [transit_stops](../Layers/transit_stops.md) + - [transit_routes](../Layers/transit_routes.md) + - [bike_parking](../Layers/bike_parking.md) + - [parking](../Layers/parking.md) + - [shelter](../Layers/shelter.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_bike_parking](../Layers/note_import_bike_parking.md) + - [note_import_parking](../Layers/note_import_parking.md) + + +Available languages: + + + + - en + - de + - fr + - da + - nb_NO + - ca + - pa_PK + + +This document is autogenerated from [assets/themes/transit/transit.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/transit/transit.json) \ No newline at end of file diff --git a/Docs/Themes/trees.md b/Docs/Themes/trees.md new file mode 100644 index 0000000000..0d842662d6 --- /dev/null +++ b/Docs/Themes/trees.md @@ -0,0 +1,44 @@ + + + Trees ( trees) +---------------- + + + +Map all the trees! + +This theme contains the following layers: + + + + - [tree_node](../Layers/tree_node.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_tree_node](../Layers/note_import_tree_node.md) + + +Available languages: + + + + - en + - nl + - fr + - it + - ru + - ja + - zh_Hant + - pl + - de + - nb_NO + - id + - hu + - ca + - es + - da + - pa_PK + + +This document is autogenerated from [assets/themes/trees/trees.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/trees/trees.json) \ No newline at end of file diff --git a/Docs/Themes/uk_addresses.md b/Docs/Themes/uk_addresses.md new file mode 100644 index 0000000000..f4a8f8d89d --- /dev/null +++ b/Docs/Themes/uk_addresses.md @@ -0,0 +1,31 @@ + + + Addresses in Great Britain ( uk_addresses) +-------------------------------------------- + + + +Help us collect addresses and make them freely available. Each address contributed will be added to OpenStreetMap so you will need to create an account and log in before you start. Please do not copy addresses from the internet or other sources subject to copyright. This website works well on mobile so a good option is to contibute the addresses closest to you. + +This theme contains the following layers: + + + + - [raw_inspire_polygons](../Layers/raw_inspire_polygons.md) + - [to_import](../Layers/to_import.md) + - [address](../Layers/address.md) + - [named_streets](../Layers/named_streets.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - en + + +This document is autogenerated from [assets/themes/uk_addresses/uk_addresses.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/uk_addresses/uk_addresses.json) \ No newline at end of file diff --git a/Docs/Themes/walls_and_buildings.md b/Docs/Themes/walls_and_buildings.md new file mode 100644 index 0000000000..fb7f763449 --- /dev/null +++ b/Docs/Themes/walls_and_buildings.md @@ -0,0 +1,36 @@ + + + Walls and buildings ( walls_and_buildings) +-------------------------------------------- + + + +Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user. + +This theme contains the following layers: + + + + - [indoors](../Layers/indoors.md) + - [pedestrian_path](../Layers/pedestrian_path.md) + - [walls_and_buildings](../Layers/walls_and_buildings.md) + - [entrance](../Layers/entrance.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_entrance](../Layers/note_import_entrance.md) + + +Available languages: + + + + - en + - de + - fr + - da + - nb_NO + + +This document is autogenerated from [assets/themes/walls_and_buildings/walls_and_buildings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/walls_and_buildings/walls_and_buildings.json) \ No newline at end of file diff --git a/Docs/Themes/waste.md b/Docs/Themes/waste.md new file mode 100644 index 0000000000..2d6f8bd151 --- /dev/null +++ b/Docs/Themes/waste.md @@ -0,0 +1,41 @@ + + + Waste ( waste) +---------------- + + + +Map showing waste baskets and recycling facilities. + +This theme contains the following layers: + + + + - [waste_basket](../Layers/waste_basket.md) + - [recycling](../Layers/recycling.md) + - [waste_disposal](../Layers/waste_disposal.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_waste_basket](../Layers/note_import_waste_basket.md) + - [note_import_recycling](../Layers/note_import_recycling.md) + - [note_import_waste_disposal](../Layers/note_import_waste_disposal.md) + + +Available languages: + + + + - en + - nl + - de + - ca + - nb_NO + - fr + - it + - da + - es + + +This document is autogenerated from [assets/themes/waste/waste.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/waste/waste.json) \ No newline at end of file diff --git a/Docs/Themes/waste_assen.md b/Docs/Themes/waste_assen.md new file mode 100644 index 0000000000..20d9bc6f79 --- /dev/null +++ b/Docs/Themes/waste_assen.md @@ -0,0 +1,35 @@ + + + Afval - Assen ( waste_assen) +------------------------------ + + + +Kaart met afvalbakken en recyclingfaciliteiten + een dataset voor Assen. + +This theme contains the following layers: + + + + - [waste_basket](../Layers/waste_basket.md) + - [waste_basket_assen](../Layers/waste_basket_assen.md) + - [recycling](../Layers/recycling.md) + - [recycling_assen](../Layers/recycling_assen.md) + - [waste_disposal](../Layers/waste_disposal.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_waste_basket](../Layers/note_import_waste_basket.md) + - [note_import_recycling](../Layers/note_import_recycling.md) + - [note_import_waste_disposal](../Layers/note_import_waste_disposal.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/waste_assen/waste_assen.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/waste_assen/waste_assen.json) \ No newline at end of file diff --git a/Docs/Themes/waste_basket.md b/Docs/Themes/waste_basket.md new file mode 100644 index 0000000000..7b5ef86a52 --- /dev/null +++ b/Docs/Themes/waste_basket.md @@ -0,0 +1,40 @@ + + + Waste Basket ( waste_basket) +------------------------------ + + + +On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself + +This theme contains the following layers: + + + + - [waste_basket](../Layers/waste_basket.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + - [note_import_waste_basket](../Layers/note_import_waste_basket.md) + + +Available languages: + + + + - en + - nl + - de + - it + - zh_Hant + - hu + - id + - ca + - fr + - nb_NO + - da + - pa_PK + + +This document is autogenerated from [assets/themes/waste_basket/waste_basket.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/waste_basket/waste_basket.json) \ No newline at end of file diff --git a/Docs/Themes/width.md b/Docs/Themes/width.md new file mode 100644 index 0000000000..4758a2cbbb --- /dev/null +++ b/Docs/Themes/width.md @@ -0,0 +1,28 @@ + + + Straatbreedtes ( width) +------------------------- + + + +

De straat is opgebruikt

Er is steeds meer druk op de openbare ruimte. Voetgangers, fietsers, steps, auto's, bussen, bestelwagens, buggies, cargobikes, ... willen allemaal hun deel van de openbare ruimte en de straat.

In deze studie nemen we Brugge onder de loep en kijken we hoe breed elke straat is én hoe breed elke straat zou moeten zijn voor een veilig én vlot verkeer.

Legende

    Straat te smal voor veilig verkeer
    Straat is breed genoeg veilig verkeer
    Straat zonder voetpad, te smal als ook voetgangers plaats krijgen
    Autoluw, autoloos of enkel plaatselijk verkeer


Een gestippelde lijn is een straat waar ook voor fietsers éénrichtingsverkeer geldt.
Klik op een straat om meer informatie te zien. + +This theme contains the following layers: + + + + - [street_with_width](../Layers/street_with_width.md) + - [gps_location](../Layers/gps_location.md) + - [gps_location_history](../Layers/gps_location_history.md) + - [home_location](../Layers/home_location.md) + - [gps_track](../Layers/gps_track.md) + + +Available languages: + + + + - nl + + +This document is autogenerated from [assets/themes/width/width.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/width/width.json) \ No newline at end of file diff --git a/assets/themes/aed/aed_brugge.json b/assets/themes/aed/aed_brugge.json deleted file mode 100644 index 23a32d1f63..0000000000 --- a/assets/themes/aed/aed_brugge.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "id": "aed_brugge", - "title": { - "nl": "Open AED-kaart - Brugge edition" - }, - "icon": "./assets/themes/aed/aed.svg", - "description": { - "nl": "Op deze kaart kan je informatie over AEDs vinden en verbeteren + een export van de brugse defibrillatoren" - }, - "startLat": 51.25634, - "startLon": 3.195682, - "startZoom": 12, - "layers": [ - "defibrillator", - { - "id": "brugge", - "name": "Brugse dataset", - "source": { - "osmTags": "Brugs volgnummer~*", - "geoJson": "https://raw.githubusercontent.com/pietervdvn/pietervdvn.github.io/master/aeds_brugge.json" - }, - "calculatedTags": [ - "_closest_osm_aed=feat.closest('defibrillator')?.properties?.id", - "_closest_osm_aed_distance=feat.distanceTo(feat.properties._closest_osm_aed)", - "_has_closeby_feature=Number(feat.properties._closest_osm_aed_distance) < 25 ? 'yes' : 'no'" - ], - "title": "AED in Brugse dataset", - "tagRenderings": [ - { - "id": "status", - "mappings": [ - { - "if": "status=oud", - "then": "
Dit datapunt is verouderd
" - } - ] - }, - { - "id": "has closeby", - "render": "
Er is al een AED gekend in de buurt
", - "condition": "_has_closeby_feature=yes" - }, - { - "id": "openbaar", - "render": "Bevindt zich in een openbaar gebouw: {Openbare AED Gebouw} (geen lokaal bekend)", - "condition": "Openbare AED Gebouw~*", - "mappings": [ - { - "if": "Lokaal AED~*", - "then": "Bevindt zich in een openbaar gebouw: {Openbare AED Gebouw} in lokaal {Lokaal AED}" - } - ] - }, - { - "id": "addr", - "#": "Yes, 'nummer' writes with three 'm's", - "render": "Het adres is {Straat} {Nummmer} {Bus}" - }, - { - "id": "oh", - "render": "De openingsuren zijn {OPENINGSUREN}", - "condition": "OPENINGSUREN~*" - } - ], - "mapRendering": [ - { - "icon": { - "render": "circle:red", - "mappings": [ - { - "if": "_has_closeby_feature=yes", - "then": "circle:#008000aa" - } - ] - }, - "iconSize": "20,20,center", - "location": [ - "point", - "centroid" - ] - } - ] - } - ], - "hideFromOverview": true, - "defaultBackgroundId": "HDM_HOT", - "clustering": { - "maxZoom": 0 - } -} \ No newline at end of file diff --git a/assets/themes/bag_import/bag.json b/assets/themes/bag/bag.json similarity index 100% rename from assets/themes/bag_import/bag.json rename to assets/themes/bag/bag.json diff --git a/assets/themes/bag_import/license_info.json b/assets/themes/bag/license_info.json similarity index 100% rename from assets/themes/bag_import/license_info.json rename to assets/themes/bag/license_info.json diff --git a/assets/themes/bag_import/logo.svg b/assets/themes/bag/logo.svg similarity index 100% rename from assets/themes/bag_import/logo.svg rename to assets/themes/bag/logo.svg diff --git a/assets/themes/grb_import/README.md b/assets/themes/grb/README.md similarity index 100% rename from assets/themes/grb_import/README.md rename to assets/themes/grb/README.md diff --git a/assets/themes/grb_import/grb.json b/assets/themes/grb/grb.json similarity index 100% rename from assets/themes/grb_import/grb.json rename to assets/themes/grb/grb.json diff --git a/assets/themes/grb_import/housenumber_blank.svg b/assets/themes/grb/housenumber_blank.svg similarity index 100% rename from assets/themes/grb_import/housenumber_blank.svg rename to assets/themes/grb/housenumber_blank.svg diff --git a/assets/themes/grb_import/license_info.json b/assets/themes/grb/license_info.json similarity index 100% rename from assets/themes/grb_import/license_info.json rename to assets/themes/grb/license_info.json diff --git a/assets/themes/grb_import/logo.svg b/assets/themes/grb/logo.svg similarity index 100% rename from assets/themes/grb_import/logo.svg rename to assets/themes/grb/logo.svg diff --git a/assets/themes/grb_import/warning.svg b/assets/themes/grb/warning.svg similarity index 100% rename from assets/themes/grb_import/warning.svg rename to assets/themes/grb/warning.svg diff --git a/assets/themes/grb_import/grb_fixme.json b/assets/themes/grb_fixme/grb_fixme.json similarity index 100% rename from assets/themes/grb_import/grb_fixme.json rename to assets/themes/grb_fixme/grb_fixme.json diff --git a/assets/themes/grb_import/missing_streets.json b/assets/themes/grb_import/missing_streets.json deleted file mode 100644 index b068c43f6a..0000000000 --- a/assets/themes/grb_import/missing_streets.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "id": "missing_streets", - "title": { - "nl": "Fix ontbrekende straten" - }, - "shortDescription": { - "nl": "Voegt ontbrekende straten toe aan gebouwen met huisnumer adhv CRAB" - }, - "description": { - "nl": "Dit thema voegt automatisch straatnamen toe aan gebouwen met huisnummer en overeenkomstig CRAB-adres." - }, - "icon": "./assets/svg/robot.svg", - "startLat": 51.0249, - "startLon": 4.026489, - "startZoom": 9, - "widenFactor": 2, - "clustering": { - "maxZoom": 15 - }, - "overrideAll": { - "minzoom": 14 - }, - "layers": [ - { - "builtin": "current_view", - "override": { - "+mapRendering": [ - { - "location": [ - "point" - ], - "icon": { - "render": "./assets/svg/robot.svg" - }, - "iconSize": "15,15,center" - } - ], - "calculatedTags": [ - "_overlapping=Number(feat.properties.zoom) >= 14 ? feat.overlapWith('osm-buildings').map(ff => ff.feat.properties) : undefined", - "_applicable=feat.get('_overlapping').filter(p => (p._spelling_is_correct === 'true') && (p._singular_import === 'true')).map(p => p.id)", - "_applicable_count=feat.get('_applicable')?.length" - ], - "tagRenderings": [ - { - "id": "hw", - "render": "There are {_applicable_count} applicable elements in view", - "mappings": [ - { - "if": "zoom<14", - "then": "Zoom in more to see the automatic action" - }, - { - "if": "_applicable_count=", - "then": "Loading..." - }, - { - "if": "_applicable_count=0", - "then": "No buildings with missing street names in view" - } - ] - }, - { - "id": "autoapply", - "render": "{auto_apply(osm-buildings, _applicable, apply_streetname, Automatically add all missing streetnames on buildings in view)}" - } - ] - } - }, - "named_streets", - { - "builtin": "crab_address", - "override": { - "source": { - "geoJson": "https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/CRAB_2021_10_26/tile_{z}_{x}_{y}.geojson", - "geoJsonZoomLevel": 18 - }, - "mapRendering": [ - { - "iconSize": "5,5,center", - "icon": "circle:black;" - } - ] - } - }, - { - "id": "osm-buildings", - "name": "Alle OSM-gebouwen met een huisnummer en zonder straat", - "source": { - "osmTags": { - "and": [ - "building~*", - "addr:housenumber~*", - "addr:street=" - ] - }, - "maxCacheAge": 0 - }, - "calculatedTags": [ - "_embedded_crab_addresses:=Array.from(new Set(feat.overlapWith('crab_address').map(ff => ff.feat.properties).filter(p => p._HNRLABEL.toLowerCase() === (feat.properties['addr:housenumber'] + (feat.properties['addr:unit']??'')).toLowerCase()).map(p => p.STRAATNM)))", - "_singular_import:=feat.get('_embedded_crab_addresses')?.length == 1", - "_name_to_apply:=feat.get('_embedded_crab_addresses')[0]", - "_nearby_street_names:=feat.closestn('named_streets',5,'name', 1000).map(ff => [ff.feat.properties.name, ff.feat.properties['alt_name'], ff.feat.properties['name:nl']])", - "_spelling_is_correct:= [].concat(...feat.get('_nearby_street_names')).indexOf(feat.properties['_name_to_apply']) >= 0" - ], - "mapRendering": [ - { - "width": { - "render": "2", - "mappings": [ - { - "if": "fixme~*", - "then": "5" - } - ] - }, - "color": { - "render": "#00c", - "mappings": [ - { - "if": "_spelling_is_correct=false", - "then": "#ff00ff" - }, - { - "if": "_singular_import=ffalse", - "then": "#f00" - } - ] - } - } - ], - "title": "OSM-gebouw", - "tagRenderings": [ - { - "id": "apply_streetname", - "render": "{tag_apply(addr:street=$_name_to_apply ,Apply the CRAB-street onto this building)}", - "mappings": [ - { - "if": "_spelling_is_correct=false", - "then": "No nearby street has the same name. The CRAB-name is {_name_to_apply}" - }, - { - "if": "_singular_import=false", - "then": "There are multiple streetnames applicable here" - } - ] - } - ] - } - ], - "hideFromOverview": true -} \ No newline at end of file diff --git a/assets/themes/street_lighting/street_lighting_assen.json b/assets/themes/street_lighting_assen/street_lighting_assen.json similarity index 100% rename from assets/themes/street_lighting/street_lighting_assen.json rename to assets/themes/street_lighting_assen/street_lighting_assen.json diff --git a/assets/themes/waste/waste_assen.json b/assets/themes/waste_assen/waste_assen.json similarity index 100% rename from assets/themes/waste/waste_assen.json rename to assets/themes/waste_assen/waste_assen.json diff --git a/scripts/generateDocs.ts b/scripts/generateDocs.ts index 60b3b3c2d7..daaf743ca2 100644 --- a/scripts/generateDocs.ts +++ b/scripts/generateDocs.ts @@ -129,6 +129,11 @@ AllKnownLayouts.GenOverviewsForSingleLayer((layer, element, inlineSource) => { } WriteFile("./Docs/Layers/" + layer.id + ".md", element, [source], { noTableOfContents: true }) }) + +Array.from(AllKnownLayouts.allKnownLayouts.values()).map(theme => { +const docs = AllKnownLayouts.GenerateDocumentationForTheme(theme) + WriteFile("./Docs/Themes/" + theme.id + ".md", docs, [`assets/themes/${theme.id}/${theme.id}.json`], { noTableOfContents: true }) +}) WriteFile("./Docs/SpecialRenderings.md", SpecialVisualizations.HelpMessage(), [ "UI/SpecialVisualizations.ts", ])