diff --git a/Customizations/AllKnownLayouts.ts b/Customizations/AllKnownLayouts.ts index 571aa45d81..8a739cf32e 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.filter(l => !l.id.startsWith("note_import_")).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..236c06146e --- /dev/null +++ b/Docs/Themes/aed.md @@ -0,0 +1,49 @@ + + + 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) + + +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..dee90aa141 --- /dev/null +++ b/Docs/Themes/artwork.md @@ -0,0 +1,46 @@ + + + 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) + + +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..d6feb9a077 --- /dev/null +++ b/Docs/Themes/benches.md @@ -0,0 +1,46 @@ + + + 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) + + +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..7c82702d69 --- /dev/null +++ b/Docs/Themes/bicycle_rental.md @@ -0,0 +1,37 @@ + + + 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) + + +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..a8b9d2362e --- /dev/null +++ b/Docs/Themes/bicyclelib.md @@ -0,0 +1,43 @@ + + + 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) + + +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..7c1da28b22 --- /dev/null +++ b/Docs/Themes/binoculars.md @@ -0,0 +1,39 @@ + + + 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) + + +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..5f6286297f --- /dev/null +++ b/Docs/Themes/blind_osm.md @@ -0,0 +1,34 @@ + + + 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) + + +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..48ab730bea --- /dev/null +++ b/Docs/Themes/bookcases.md @@ -0,0 +1,41 @@ + + + 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) + + +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..07afad0be1 --- /dev/null +++ b/Docs/Themes/buurtnatuur.md @@ -0,0 +1,31 @@ + + + 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) + + +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..d1e9a6ff72 --- /dev/null +++ b/Docs/Themes/cafes_and_pubs.md @@ -0,0 +1,41 @@ + + + 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) + + +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..04d497ab78 --- /dev/null +++ b/Docs/Themes/campersite.md @@ -0,0 +1,42 @@ + + + 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) + + +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..d8bb9307ee --- /dev/null +++ b/Docs/Themes/charging_stations.md @@ -0,0 +1,42 @@ + + + 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) + + +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..7f3c3e5cc0 --- /dev/null +++ b/Docs/Themes/climbing.md @@ -0,0 +1,43 @@ + + + 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) + + +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..53a29a9b93 --- /dev/null +++ b/Docs/Themes/cycle_infra.md @@ -0,0 +1,42 @@ + + + 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) + + +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..16f16fd206 --- /dev/null +++ b/Docs/Themes/cyclofix.md @@ -0,0 +1,53 @@ + + + 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) + + +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..ed5c35f250 --- /dev/null +++ b/Docs/Themes/drinking_water.md @@ -0,0 +1,41 @@ + + + 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) + + +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..ab159639ac --- /dev/null +++ b/Docs/Themes/education.md @@ -0,0 +1,37 @@ + + + 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) + + +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..3974d80882 --- /dev/null +++ b/Docs/Themes/facadegardens.md @@ -0,0 +1,38 @@ + + + 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) + + +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..1d382dbef3 --- /dev/null +++ b/Docs/Themes/food.md @@ -0,0 +1,38 @@ + + + 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) + + +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..ba72fa6adc --- /dev/null +++ b/Docs/Themes/fritures.md @@ -0,0 +1,35 @@ + + + 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) + + +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..275b9aacca --- /dev/null +++ b/Docs/Themes/fruit_trees.md @@ -0,0 +1,29 @@ + + + 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) + + +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..34eca8fb52 --- /dev/null +++ b/Docs/Themes/ghostbikes.md @@ -0,0 +1,46 @@ + + + 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) + + +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..603764c5ab --- /dev/null +++ b/Docs/Themes/hackerspaces.md @@ -0,0 +1,38 @@ + + + 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) + + +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..da56bcf171 --- /dev/null +++ b/Docs/Themes/hailhydrant.md @@ -0,0 +1,47 @@ + + + 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) + + +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..0c44ac0972 --- /dev/null +++ b/Docs/Themes/healthcare.md @@ -0,0 +1,36 @@ + + + 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) + + +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..e1249a891f --- /dev/null +++ b/Docs/Themes/hotels.md @@ -0,0 +1,34 @@ + + + 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) + + +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..072a1d6c07 --- /dev/null +++ b/Docs/Themes/indoors.md @@ -0,0 +1,39 @@ + + + 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) + + +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..43b7bf7a43 --- /dev/null +++ b/Docs/Themes/kerbs_and_crossings.md @@ -0,0 +1,34 @@ + + + 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) + + +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..119262f59d --- /dev/null +++ b/Docs/Themes/maps.md @@ -0,0 +1,39 @@ + + + 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) + + +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..6509f2001d --- /dev/null +++ b/Docs/Themes/maxspeed.md @@ -0,0 +1,37 @@ + + + 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) + + +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..0be79ab99b --- /dev/null +++ b/Docs/Themes/nature.md @@ -0,0 +1,41 @@ + + + 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) + + +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..6374d99d66 --- /dev/null +++ b/Docs/Themes/onwheels.md @@ -0,0 +1,53 @@ + + + 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) + + +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..0574a13532 --- /dev/null +++ b/Docs/Themes/openwindpowermap.md @@ -0,0 +1,39 @@ + + + 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) + + +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..d29c21aca4 --- /dev/null +++ b/Docs/Themes/parkings.md @@ -0,0 +1,41 @@ + + + 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) + + +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..971457b47d --- /dev/null +++ b/Docs/Themes/pets.md @@ -0,0 +1,38 @@ + + + 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) + + +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..2ad1522dff --- /dev/null +++ b/Docs/Themes/play_forests.md @@ -0,0 +1,28 @@ + + + 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) + + +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..36709e4836 --- /dev/null +++ b/Docs/Themes/playgrounds.md @@ -0,0 +1,41 @@ + + + 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) + + +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..15fda40ec1 --- /dev/null +++ b/Docs/Themes/postboxes.md @@ -0,0 +1,38 @@ + + + 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) + + +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..29ae4400b6 --- /dev/null +++ b/Docs/Themes/rainbow_crossings.md @@ -0,0 +1,34 @@ + + + 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) + + +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..7bef7de522 --- /dev/null +++ b/Docs/Themes/shops.md @@ -0,0 +1,40 @@ + + + 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) + + +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..d3a9d2c8be --- /dev/null +++ b/Docs/Themes/sport_pitches.md @@ -0,0 +1,39 @@ + + + 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) + + +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..e890dd5c94 --- /dev/null +++ b/Docs/Themes/sports.md @@ -0,0 +1,35 @@ + + + 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) + + +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..825e6eb18f --- /dev/null +++ b/Docs/Themes/street_lighting.md @@ -0,0 +1,40 @@ + + + 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) + + +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..d1389abde2 --- /dev/null +++ b/Docs/Themes/street_lighting_assen.md @@ -0,0 +1,30 @@ + + + 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) + + +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..7393b69ba8 --- /dev/null +++ b/Docs/Themes/surveillance.md @@ -0,0 +1,40 @@ + + + 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) + + +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..04c8a075f5 --- /dev/null +++ b/Docs/Themes/toerisme_vlaanderen.md @@ -0,0 +1,37 @@ + + + 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) + + +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..c3ec48e6f0 --- /dev/null +++ b/Docs/Themes/toilets.md @@ -0,0 +1,41 @@ + + + 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) + + +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..e1e19c7740 --- /dev/null +++ b/Docs/Themes/transit.md @@ -0,0 +1,38 @@ + + + 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) + + +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..701256a82d --- /dev/null +++ b/Docs/Themes/trees.md @@ -0,0 +1,43 @@ + + + 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) + + +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..476108b54e --- /dev/null +++ b/Docs/Themes/walls_and_buildings.md @@ -0,0 +1,35 @@ + + + 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) + + +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..48273b926c --- /dev/null +++ b/Docs/Themes/waste.md @@ -0,0 +1,38 @@ + + + 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) + + +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..943e0a8c4b --- /dev/null +++ b/Docs/Themes/waste_assen.md @@ -0,0 +1,32 @@ + + + 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) + + +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..b7a401be30 --- /dev/null +++ b/Docs/Themes/waste_basket.md @@ -0,0 +1,39 @@ + + + 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) + + +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/contributors.json b/assets/contributors.json index 5947a68a7d..3fb83a3733 100644 --- a/assets/contributors.json +++ b/assets/contributors.json @@ -1,7 +1,7 @@ { "contributors": [ { - "commits": 4654, + "commits": 4658, "contributor": "Pieter Vander Vennet" }, { diff --git a/assets/layers/address/address.json b/assets/layers/address/address.json index e641c9ea1a..d8ec2a7aed 100644 --- a/assets/layers/address/address.json +++ b/assets/layers/address/address.json @@ -81,7 +81,7 @@ "fr": "Son numéro est le {addr:housenumber}", "pl": "Numer tego domu to {addr:housenumber}", "ru": "Номер дома {addr:housenumber}", - "zh_Hans": "门牌号是{addr:housenumber}", + "zh_Hans": "门牌号是 {addr:housenumber}", "id": "Nomor rumah ini {addr:housenumber}", "es": "El número de puerta es {addr:housenumber}", "da": "Husnummeret er {addr:housenumber}", diff --git a/assets/layers/artwork/artwork.json b/assets/layers/artwork/artwork.json index b4935e4a75..3f47bf4b59 100644 --- a/assets/layers/artwork/artwork.json +++ b/assets/layers/artwork/artwork.json @@ -91,7 +91,8 @@ "hu": "Szobrok, mellszobrok, graffitik és egyéb műalkotások nyílt világtérképe", "da": "Et åbent kort over statuer, buster, graffitis og andre kunstværker over hele verden", "ca": "Un mapa obert d'estàtues, busts, grafitis i altres obres d'art del tot el món", - "cs": "Otevřená mapa soch, bust, graffiti a dalších uměleckých děl po celém světě" + "cs": "Otevřená mapa soch, bust, graffiti a dalších uměleckých děl po celém světě", + "zh_Hans": "一个雕塑、半身像、涂鸦和其他全球艺术品的地图" }, "minzoom": 12, "presets": [ @@ -452,14 +453,16 @@ "de": "Dieses Kunstwerk wurde geschaffen von {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}", "nl": "Dit kunstwerk is gemaakt door {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}", "cs": "Toto dílo vytvořil {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}", - "pt": "Esta obra de arte foi feita por {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}" + "pt": "Esta obra de arte foi feita por {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}", + "es": "Esta obra de la creó {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}" }, "question": { "en": "Who made this artwork?", "de": "Wer hat dieses Kunstwerk geschaffen?", "nl": "Wie heeft dit kunstwerk gemaakt?", "cs": "Kdo je autorem tohoto díla?", - "pt": "Quem fez essa obra de arte?" + "pt": "Quem fez essa obra de arte?", + "es": "¿Quién creó esta obra de arte?" }, "freeform": { "key": "artist:wikidata", @@ -569,7 +572,8 @@ "de": "Was zeigt dieses Kunstwerk?", "nl": "Wat beeldt dit kunstwerk af?", "cs": "Co zobrazuje toto umělecké dílo?", - "pt": "O que esta obra de arte representa?" + "pt": "O que esta obra de arte representa?", + "es": "¿Qué representa esta obra de arte?" }, "freeform": { "key": "subject:wikidata", @@ -580,7 +584,8 @@ "de": "Das Kunstwerk zeigt {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}", "nl": "Dit kunstwerk beeldt {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)} af", "cs": "Toto dílo zobrazuje {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}", - "pt": "A obra de arte representa {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}" + "pt": "A obra de arte representa {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}", + "es": "Esta obra de arte representa {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}" } } ], diff --git a/assets/layers/bench/bench.json b/assets/layers/bench/bench.json index 16bc593c5e..50f2af4bc2 100644 --- a/assets/layers/bench/bench.json +++ b/assets/layers/bench/bench.json @@ -61,12 +61,12 @@ "de": "Die Sitzbank hat eine Rückenlehne", "fr": "Dossier : Oui", "nl": "Heeft een rugleuning", - "es": "Respaldo: sí", + "es": "Tiene respaldo", "hu": "Van háttámlája", "id": "Sandaran: Ya", "it": "Schienale: Sì", "ru": "Со спинкой", - "zh_Hans": "靠背:有", + "zh_Hans": "有靠背", "zh_Hant": "靠背:有", "nb_NO": "Rygglene: Ja", "fi": "Selkänoja: kyllä", @@ -85,12 +85,12 @@ "de": "Die Sitzbank hat keine Rückenlehne", "fr": "Dossier : Non", "nl": "Heeft geen rugleuning", - "es": "Respaldo: no", + "es": "No tiene respaldo", "hu": "Nincs háttámlája", "id": "Sandaran: Tidak", "it": "Schienale: No", "ru": "Без спинки", - "zh_Hans": "靠背:无", + "zh_Hans": "没有靠背", "zh_Hant": "靠背:無", "nb_NO": "Rygglene: Nei", "fi": "Selkänoja: ei", @@ -142,7 +142,8 @@ "pt": "{seats} assentos", "ca": "{seats} seients", "da": "{seats} pladser", - "cs": "{seats} míst k sezení" + "cs": "{seats} míst k sezení", + "zh_Hans": "{seats}座" }, "freeform": { "key": "seats", @@ -202,11 +203,11 @@ "de": "Die Sitzfläche ist aus Holz", "fr": "Matériau : bois", "nl": "Gemaakt uit hout", - "es": "Material: madera", + "es": "El asiento está hecho de madera", "hu": "Ülőfelület: fa", "it": "Materiale: legno", "ru": "Материал: дерево", - "zh_Hans": "材质:木", + "zh_Hans": "座椅是木制的", "nb_NO": "Materiale: tre", "zh_Hant": "材質:木頭", "pt_BR": "Material: madeira", @@ -226,11 +227,11 @@ "de": "Die Sitzfläche ist aus Metall", "fr": "Matériau : métal", "nl": "Gemaakt uit metaal", - "es": "Material: metal", + "es": "El asiento está hecho de metal", "hu": "Ülőfelület: fém", "it": "Materiale: metallo", "ru": "Материал: металл", - "zh_Hans": "材质:金属", + "zh_Hans": "座椅是金属制的", "nb_NO": "Materiale: metall", "zh_Hant": "材質:金屬", "pl": "Materiał: metal", @@ -249,11 +250,11 @@ "de": "Die Sitzfläche ist aus Stein", "fr": "Matériau : pierre", "nl": "Het zitgedeelte is gemaakt uit steen", - "es": "Material: piedra", + "es": "El asiento está hecho de piedra", "hu": "Ülőfelület: kő", "it": "Materiale: pietra", "ru": "Материал: камень", - "zh_Hans": "材质:石头", + "zh_Hans": "座椅是石制的", "nb_NO": "Materiale: stein", "zh_Hant": "材質:石頭", "pt_BR": "Material: pedra", @@ -273,11 +274,11 @@ "de": "Die Sitzfläche ist aus Beton", "fr": "Matériau : béton", "nl": "Het zitgedeelte is gemaakt uit beton", - "es": "Material: concreto", + "es": "El asiento está hecho de hormigón", "hu": "Ülőfelület: beton", "it": "Materiale: cemento", "ru": "Материал: бетон", - "zh_Hans": "材质:混凝土", + "zh_Hans": "座椅是混凝土制的", "nb_NO": "Materiale: betong", "zh_Hant": "材質:水泥", "pt_BR": "Material: concreto", @@ -297,11 +298,11 @@ "de": "Die Sitzfläche ist aus Kunststoff", "fr": "Matériau : plastique", "nl": "Het zitgedeelte is gemaakt uit plastiek", - "es": "Material: plastico", + "es": "El asiento está hecho de plástico", "hu": "Ülőfelület: műanyag", "it": "Materiale: plastica", "ru": "Материал: пластик", - "zh_Hans": "材质:塑料", + "zh_Hans": "座椅是塑料制的", "nb_NO": "Materiale: plastikk", "zh_Hant": "材質:塑膠", "pt_BR": "Material: plástico", @@ -321,11 +322,11 @@ "de": "Die Sitzfläche ist aus Stahl", "fr": "Matériau : acier", "nl": "Het zitgedeelte is gemaakt uit staal", - "es": "Material: acero", + "es": "El asiento está hecho de acero", "hu": "Ülőfelület: acél", "it": "Materiale: acciaio", "ru": "Материал: сталь", - "zh_Hans": "材质:不锈钢", + "zh_Hans": "座椅是不锈钢制的", "nb_NO": "Materiale: stål", "zh_Hant": "材質:鋼鐵", "pt_BR": "Material: aço", diff --git a/assets/layers/bicycle_library/bicycle_library.json b/assets/layers/bicycle_library/bicycle_library.json index 6d5fd6388f..3afbf47bfa 100644 --- a/assets/layers/bicycle_library/bicycle_library.json +++ b/assets/layers/bicycle_library/bicycle_library.json @@ -209,7 +209,7 @@ "fr": "Qui peut emprunter des vélos ici ?", "hu": "Ki kölcsönözhet itt kerékpárt?", "it": "Chi può prendere in prestito le biciclette qua?", - "zh_Hans": "谁可以从这里借自行车?", + "zh_Hans": "谁可以从这里借出自行车?", "de": "Wer kann hier Fahrräder ausleihen?", "ru": "Кто здесь может арендовать велосипед?", "zh_Hant": "誰可以在這裡租單車?", diff --git a/assets/layers/bicycle_rental/bicycle_rental.json b/assets/layers/bicycle_rental/bicycle_rental.json index 316d106b84..b761f6b8f6 100644 --- a/assets/layers/bicycle_rental/bicycle_rental.json +++ b/assets/layers/bicycle_rental/bicycle_rental.json @@ -428,14 +428,16 @@ "nl": "Hoeveel type_plural kunnen hier uitgeleend worden?", "de": "Wie viele type_plural können hier gemietet werden?", "fr": "Combien de type_plural peuvent être loués ici ?", - "cs": "Kolik typů kol si zde můžete pronajmout?" + "cs": "Kolik typů kol si zde můžete pronajmout?", + "es": "¿Cuántas type_plural pueden alquilarse aquí?" }, "render": { "en": "{capacity:bicycle_type} type_plural can be rented here", "nl": "{capacity:bicycle_type} type_plural kunnen hier uitgeleend worden", "de": "{capacity:bicycle_type} type_plural können hier gemietet werden", "fr": "{capacity:bicycle_type} type_plural peuvent être loués ici", - "cs": "{capacity:bicycle_type} typů si můžete pronajmout zde" + "cs": "{capacity:bicycle_type} typů si můžete pronajmout zde", + "es": "{capacity:bicycle_type} type_plural pueden alquilarse aquí" }, "freeform": { "key": "capacity:bicycle_type", diff --git a/assets/layers/bike_cleaning/bike_cleaning.json b/assets/layers/bike_cleaning/bike_cleaning.json index 734e04657b..15516ed468 100644 --- a/assets/layers/bike_cleaning/bike_cleaning.json +++ b/assets/layers/bike_cleaning/bike_cleaning.json @@ -121,7 +121,7 @@ "en": "The cleaning service is free to use", "de": "Der Reinigungsservice ist kostenlos", "nl": "Het fietsschoonmaakpunt is gratis", - "es": "El servicio de limpieza es gratis", + "es": "El servicio de limpieza es gratuito", "fr": "Le service de nettoyage est gratuit", "da": "Rengøringsservicen er gratis at bruge", "cs": "Služba mytí je k dispozici zdarma" @@ -189,7 +189,7 @@ "en": "Free to use cleaning service", "de": "Kostenloser Reinigungsservice", "nl": "Gratis fietsschoonmaakpunt", - "es": "Un servicio de limpieza gratis", + "es": "Servicio de limpieza gratis", "fr": "Service de nettoyage gratuit", "da": "Gratis at bruge rengøringsservice", "cs": "Bezplatné využívání mycích služeb" @@ -204,7 +204,7 @@ "en": "Free to use", "de": "Kostenlose Nutzung", "nl": "Gratis te gebruiken", - "es": "Gratis", + "es": "Gratuito", "fr": "Libre d'utilisation", "da": "Gratis at bruge", "cs": "Bezplatné používání" diff --git a/assets/layers/filters/filters.json b/assets/layers/filters/filters.json index a08182d02b..97e2935954 100644 --- a/assets/layers/filters/filters.json +++ b/assets/layers/filters/filters.json @@ -152,6 +152,22 @@ } } ] + }, + { + "id": "has_organic", + "options": [ + { + "osmTags": { + "or": [ + "organic=yes", + "organic=only" + ] + }, + "question": { + "en": "Has organic options" + } + } + ] } ] } \ No newline at end of file diff --git a/assets/layers/food/food.json b/assets/layers/food/food.json index c152e270c2..3b3bbfd406 100644 --- a/assets/layers/food/food.json +++ b/assets/layers/food/food.json @@ -606,6 +606,33 @@ "condition": "cuisine!=friture", "id": "halal (no friture)" }, + { + "id": "organic (no friture)", + "question": { + "en": "Does this restaurant offer organic food?" + }, + "mappings": [ + { + "if": "organic=no", + "then": { + "en": "There are no organic options available" + } + }, + { + "if": "organic=yes", + "then": { + "en": "There is an organic menu" + } + }, + { + "if": "organic=only", + "then": { + "en": "Only organic options are available" + } + } + ], + "condition": "cuisine!=friture" + }, { "id": "friture-vegetarian", "question": { @@ -684,6 +711,37 @@ ], "condition": "cuisine=friture" }, + { + "id": "friture-organic", + "question": { + "en": "Does this fries shop offer organic snacks?", + "nl": "Heeft deze frituur biologische snacks?" + }, + "mappings": [ + { + "if": "organic=yes", + "then": { + "en": "Organic snacks are available", + "nl": "Er zijn biologische snacks aanwezig" + } + }, + { + "if": "organic=no", + "then": { + "en": "No organic snacks are available", + "nl": "Geen biologische snacks beschikbaar" + } + }, + { + "if": "organic=only", + "then": { + "en": "Only organic snacks are available", + "nl": "Enkel biologische snacks zijn beschikbaar" + } + } + ], + "condition": "cuisine=friture" + }, { "id": "friture-oil", "question": { @@ -836,6 +894,7 @@ } ] }, + "has_organic", "accepts_cash", "accepts_cards" ], @@ -913,7 +972,18 @@ ] }, "then": { - "render": "circle:white;./assets/themes/fritures/Vegetarian-mark.svg" + "render": "circle:white;./assets/layers/food/Vegetarian-mark.svg" + } + }, + { + "if": { + "or": [ + "organic=yes", + "organic=only" + ] + }, + "then": { + "render": "./assets/layers/food/organic.svg" } } ], diff --git a/assets/layers/food/license_info.json b/assets/layers/food/license_info.json index 28b271377a..0cedfea1a3 100644 --- a/assets/layers/food/license_info.json +++ b/assets/layers/food/license_info.json @@ -29,6 +29,16 @@ "https://www.flaticon.com/free-icon/french-fries_1144288" ] }, + { + "path": "organic.svg", + "license": "CC0", + "authors": [ + "European Commission" + ], + "sources": [ + "https://commons.wikimedia.org/wiki/File:Organic-Logo.svg" + ] + }, { "path": "restaurant.svg", "license": "CC0", diff --git a/assets/layers/food/organic.svg b/assets/layers/food/organic.svg new file mode 100644 index 0000000000..f430f5d427 --- /dev/null +++ b/assets/layers/food/organic.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/layers/shops/shops.json b/assets/layers/shops/shops.json index 5c603db455..723c097d8c 100644 --- a/assets/layers/shops/shops.json +++ b/assets/layers/shops/shops.json @@ -206,6 +206,51 @@ "internet", "internet-fee", "internet-ssid", + { + "id": "organic", + "question": { + "en": "Does this shop offer organic products?" + }, + "mappings": [ + { + "if": "organic=yes", + "then": { + "en": "This shop offers organic products" + } + }, + { + "if": "organic=only", + "then": { + "en": "This shop only offers organic products" + } + }, + { + "if": "organic=no", + "then": { + "en": "This shop does not offer organic products" + } + } + ], + "condition": { + "or": [ + "shop=supermarket", + "shop=convenience", + "shop=farm", + "shop=greengrocer", + "shop=health_food", + "shop=clothes", + "shop=shoes", + "shop=butcher", + "shop=cosmetics", + "shop=deli", + "shop=bakery", + "shop=alcohol", + "shop=seafood", + "shop=beverages", + "shop=florist" + ] + } + }, "questions", "reviews" ], @@ -269,6 +314,15 @@ { "if": "opening_hours~*", "then": "isOpen" + }, + { + "if": { + "or": [ + "organic=yes", + "organic=only" + ] + }, + "then": "./assets/layers/food/organic.svg" } ], "label": { @@ -341,6 +395,7 @@ ] }, "accepts_cash", - "accepts_cards" + "accepts_cards", + "has_organic" ] } \ No newline at end of file diff --git a/assets/tagRenderings/questions.json b/assets/tagRenderings/questions.json index 2ded0c43c8..4be1d7c88e 100644 --- a/assets/tagRenderings/questions.json +++ b/assets/tagRenderings/questions.json @@ -595,7 +595,8 @@ "es": "¿Aún hay algo relevante que no ha encajado en las preguntas anteriores? Compártalo aquí.
No repita datos ya expresados", "sl": "Ali je še kaj pomembnega, česar niste mogli povedati v prejšnjih vprašanjih? Dopišite tukaj.
Ne ponavljajte že navedenih dejstev", "fil": "Mayroon pa bang mga bagay na nau-ugnay at hindi mo maibigay sa mga nakaraang tanong? Idagdag dito.
Huwag ulitin ang mga nai-saad na", - "da": "Er der stadig noget relevant, du ikke kunne give i de foregående spørgsmål? Tilføj det her.
Gentag ikke allerede nævnte fakta" + "da": "Er der stadig noget relevant, du ikke kunne give i de foregående spørgsmål? Tilføj det her.
Gentag ikke allerede nævnte fakta", + "cs": "Je ještě něco relevantního, co jste nemohli uvést v předchozích otázkách? Přidejte to sem.
Neopakujte již uvedená fakta" }, "render": "{description}", "freeform": { @@ -673,7 +674,8 @@ "es": "Abierta 24/7 (incluyendo festivos)", "nl": "24/7 open (ook tijdens feestdagen)", "fr": "Ouvert 24h/24 (jours fériés compris)", - "nb_NO": "Døgnåpent (inkludert helligdager)" + "nb_NO": "Døgnåpent (inkludert helligdager)", + "cs": "Otevřeno 24/7 (včetně svátků)" } } ] @@ -948,7 +950,8 @@ "id": "Pada lantai berapa saja lift ini berjalan?", "cs": "Do jakých podlaží tento výtah jezdí?", "nb_NO": "Hvilke etasjer går heisen til?", - "nl": "Naar welke verdiepingen gaat deze lift?" + "nl": "Naar welke verdiepingen gaat deze lift?", + "es": "¿A qué pisos va este ascensor?" }, "render": { "en": "This elevator goes to floors {level}", @@ -959,7 +962,8 @@ "id": "Lift ini berjalan ke lantai {level}", "cs": "Tento výtah jede do {level} patra", "nb_NO": "Heisen går til etasje {level}", - "nl": "Deze lift gaat naar de verdiepingen {level}" + "nl": "Deze lift gaat naar de verdiepingen {level}", + "es": "Este ascensor va a los pisos {level}" }, "freeform": { "key": "level", @@ -1278,7 +1282,8 @@ "da": "Tilbyder dette sted internetadgang?", "id": "Apa tempat ini menyediakan jaringan internet?", "cs": "Nabízí toto místo připojení k internetu?", - "nb_NO": "Tilbyr dette stedet tilgang til Internett?" + "nb_NO": "Tilbyr dette stedet tilgang til Internett?", + "es": "¿Ofrece este lugar acceso a internet?" }, "mappings": [ { @@ -1292,7 +1297,8 @@ "da": "Dette sted tilbyder trådløs internetadgang", "id": "Tempat ini menyediakan jaringan internet nirkabel", "cs": "Toto místo nabízí bezdrátové připojení k internetu", - "nb_NO": "Dette stedet tilbyr trådløs tilgang til Internett" + "nb_NO": "Dette stedet tilbyr trådløs tilgang til Internett", + "es": "Este lugar ofrece acceso a internet inalámbrico" } }, { @@ -1306,7 +1312,8 @@ "da": "Dette sted tilbyder ikke internetadgang", "id": "Tempat ini tidak menyediakan jaringan internet", "cs": "Toto místo neposkytuje připojení k internetu", - "nb_NO": "Dette stedet tilbyr ikke tilgang til Internett" + "nb_NO": "Dette stedet tilbyr ikke tilgang til Internett", + "es": "Este lugar no ofrece acceso a internet" } }, { @@ -1320,7 +1327,8 @@ "da": "Dette sted tilbyder internetadgang", "id": "Tempat ini menyediakan jaringan internet", "cs": "Toto místo nabízí přístup k internetu", - "nb_NO": "Dette stedet tilbyr tilgang til Internett" + "nb_NO": "Dette stedet tilbyr tilgang til Internett", + "es": "Este lugar ofrece acceso a internet" }, "hideInAnswer": true }, @@ -1334,7 +1342,8 @@ "da": "Dette sted tilbyder internetadgang via en terminal eller computer", "id": "Tempat ini menyediakan jaringan internet melalui terminal atau komputer", "cs": "Toto místo nabízí přístup k internetu prostřednictvím terminálu nebo počítače", - "nb_NO": "Dette stedet tilbyr tilgang til Internett via en terminal eller datamaskin" + "nb_NO": "Dette stedet tilbyr tilgang til Internett via en terminal eller datamaskin", + "es": "Este lugar ofrece acceso a internet a través de una terminal o un ordenador" } }, { @@ -1347,7 +1356,8 @@ "da": "Dette sted tilbyder internetadgang via kabel", "id": "Tempat ini menyediakan jaringan internet kabel", "cs": "Toto místo nabízí kabelové připojení k internetu", - "nb_NO": "Dette stedet tilbyr trådbunden tilgang til Internett" + "nb_NO": "Dette stedet tilbyr trådbunden tilgang til Internett", + "es": "Este lugar ofrece acceso a internet por cable" } } ] @@ -1393,7 +1403,8 @@ "da": "Internetadgang er gratis på dette sted", "id": "Jaringan internet tersedia gratis di tempat ini", "cs": "Přístup k internetu je zde zdarma", - "nb_NO": "Tilgang til Internett er gratis på dette stedet" + "nb_NO": "Tilgang til Internett er gratis på dette stedet", + "es": "El acceso a internet es gratuito en este lugar" } }, { @@ -1406,7 +1417,8 @@ "da": "Internetadgang er gratis på dette sted, kun for kunder", "id": "Jaringan internet tersedia gratis di tempat ini, hanya untuk pelanggan", "cs": "Přístup k internetu je na tomto místě zdarma, pouze pro zákazníky", - "nb_NO": "Tilgang til Internett på dette stedet er gratis, men kun for kunder" + "nb_NO": "Tilgang til Internett på dette stedet er gratis, men kun for kunder", + "es": "El acceso a internet es gratis en este lugar, solamente para clientes" } } ] @@ -1421,7 +1433,8 @@ "da": "Hvad er netværksnavnet for den trådløse internetadgang?", "id": "Apa nama jaringan internet nirkabelnya?", "cs": "Jaký je název sítě pro bezdrátový přístup k internetu?", - "nb_NO": "Hva er nettverksnavnet for det trådløse nettverket?" + "nb_NO": "Hva er nettverksnavnet for det trådløse nettverket?", + "es": "¿Cuál es el nombre de red para el acceso inalámbrico a internet?" }, "freeform": { "key": "internet_access:ssid", @@ -1435,7 +1448,8 @@ "id": "Masukkan nama jaringan", "cs": "Zadejte název sítě", "nb_NO": "Skriv inn nettverksnavnet", - "pa_PK": "نیٹورک دا ناں پایو" + "pa_PK": "نیٹورک دا ناں پایو", + "es": "Introduzca el nombre de red" } }, "mappings": [ @@ -1453,7 +1467,8 @@ "da": "Netværksnavnet er {internet_access:ssid}", "id": "Nama jaringan ini adalah {internet_access:ssid}", "cs": "Název sítě je {internet_access:ssid}", - "nb_NO": "Nettverksnavnet er {internet_access:ssid}" + "nb_NO": "Nettverksnavnet er {internet_access:ssid}", + "es": "El nombre de red es {internet_access:ssid}" } } } \ 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/artwork/artwork.json b/assets/themes/artwork/artwork.json index 3447b32cf2..8ac6741d9d 100644 --- a/assets/themes/artwork/artwork.json +++ b/assets/themes/artwork/artwork.json @@ -36,7 +36,7 @@ "hu": "Szobrok, mellszobrok, graffitik és egyéb műalkotások nyílt világtérképe", "pl": "Witaj w Open Artwork Map, mapie pomników, popierś, graffitti i innych dzieł sztuki z całego świata", "ca": "Un mapa obert d'estàtues, busts, grafitis i altres obres d'art del tot el món", - "zh_Hans": "欢迎使用Open Artwork Map,一个雕塑、半身像、涂鸦和其他全球艺术品的地图", + "zh_Hans": "一个雕塑、半身像、涂鸦和其他全球艺术品的地图", "fil": "Malugod na pag-dating sa Open Artwork Map, ang mapa ng mga bantayog, graffiti, at iba pang likhang sining sa buong mundo", "da": "Et åbent kort over statuer, buster, graffitis og andre kunstværker over hele verden", "cs": "Otevřená mapa soch, bust, graffiti a dalších uměleckých děl po celém světě" diff --git a/assets/themes/bag_import/bag.json b/assets/themes/bag/bag.json similarity index 99% rename from assets/themes/bag_import/bag.json rename to assets/themes/bag/bag.json index 07ead99ef3..02a8a98760 100644 --- a/assets/themes/bag_import/bag.json +++ b/assets/themes/bag/bag.json @@ -17,7 +17,7 @@ "de": "Dieses Thema hilft beim Importieren von BAG-Daten" }, "credits": "Wouter van der Wal", - "icon": "./assets/themes/bag_import/logo.svg", + "icon": "./assets/themes/bag/logo.svg", "startLat": 53.1726, "startLon": 7.04545, "startZoom": 9, 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/fritures/Vegetarian-mark.svg b/assets/themes/fritures/Vegetarian-mark.svg deleted file mode 100644 index 9ec14b57a4..0000000000 --- a/assets/themes/fritures/Vegetarian-mark.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/assets/themes/fritures/license_info.json b/assets/themes/fritures/license_info.json index 738550ba9e..485698d143 100644 --- a/assets/themes/fritures/license_info.json +++ b/assets/themes/fritures/license_info.json @@ -1,14 +1,4 @@ [ - { - "path": "Vegetarian-mark.svg", - "license": "PD", - "authors": [ - "European Vegetarian Union" - ], - "sources": [ - "https://commons.wikimedia.org/wiki/File:Vegetarian-mark.svg" - ] - }, { "path": "fries.svg", "license": "CC-BY", 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 99% rename from assets/themes/grb_import/grb.json rename to assets/themes/grb/grb.json index dc58e9f623..de0f06a8df 100644 --- a/assets/themes/grb_import/grb.json +++ b/assets/themes/grb/grb.json @@ -15,7 +15,7 @@ "es": "Este tema es un intento de automatizar la importación GRB.", "da": "Dette tema er et forsøg på at hjælpe med at automatisere GRB-importen." }, - "icon": "./assets/themes/grb_import/logo.svg", + "icon": "./assets/themes/grb/logo.svg", "startLat": 51.0249, "startLon": 4.026489, "startZoom": 9, @@ -651,11 +651,11 @@ "mappings": [ { "if": "_intersects_with_other_features~*", - "then": "./assets/themes/grb_import/warning.svg" + "then": "./assets/themes/grb/warning.svg" }, { "if": "addr:housenumber~*", - "then": "./assets/themes/grb_import/housenumber_blank.svg" + "then": "./assets/themes/grb/housenumber_blank.svg" } ] }, 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/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index 520637e90c..941cc0f0b4 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -135,17 +135,13 @@ "if": "theme=aed", "then": "./assets/themes/aed/aed.svg" }, - { - "if": "theme=aed_brugge", - "then": "./assets/themes/aed/aed.svg" - }, { "if": "theme=artwork", "then": "./assets/themes/artwork/artwork.svg" }, { "if": "theme=bag", - "then": "./assets/themes/bag_import/logo.svg" + "then": "./assets/themes/bag/logo.svg" }, { "if": "theme=benches", @@ -245,16 +241,12 @@ }, { "if": "theme=grb", - "then": "./assets/themes/grb_import/logo.svg" + "then": "./assets/themes/grb/logo.svg" }, { "if": "theme=grb_fixme", "then": "./assets/svg/bug.svg" }, - { - "if": "theme=missing_streets", - "then": "./assets/svg/robot.svg" - }, { "if": "theme=hackerspaces", "then": "./assets/themes/hackerspaces/glider.svg" 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/assets/translators.json b/assets/translators.json index 3113ff89c2..ce7b08256f 100644 --- a/assets/translators.json +++ b/assets/translators.json @@ -1,11 +1,11 @@ { "contributors": [ { - "commits": 208, + "commits": 211, "contributor": "Pieter Vander Vennet" }, { - "commits": 181, + "commits": 185, "contributor": "kjon" }, { @@ -37,7 +37,7 @@ "contributor": "Artem" }, { - "commits": 26, + "commits": 27, "contributor": "Supaplex" }, { @@ -82,11 +82,11 @@ }, { "commits": 11, - "contributor": "Olivier" + "contributor": "Jiří Podhorecký" }, { - "commits": 10, - "contributor": "Jiří Podhorecký" + "commits": 11, + "contributor": "Olivier" }, { "commits": 10, @@ -108,6 +108,10 @@ "commits": 9, "contributor": "Jacque Fresco" }, + { + "commits": 7, + "contributor": "快乐的老鼠宝宝" + }, { "commits": 7, "contributor": "Vinicius" @@ -168,10 +172,6 @@ "commits": 5, "contributor": "phlostically" }, - { - "commits": 5, - "contributor": "快乐的老鼠宝宝" - }, { "commits": 5, "contributor": "David Haberthür" @@ -208,6 +208,10 @@ "commits": 4, "contributor": "Fabio Bettani" }, + { + "commits": 3, + "contributor": "Jaime Marquínez Ferrándiz" + }, { "commits": 3, "contributor": "liimee" @@ -336,10 +340,6 @@ "commits": 1, "contributor": "Stéphane De Greef" }, - { - "commits": 1, - "contributor": "Jaime Marquínez Ferrándiz" - }, { "commits": 1, "contributor": "deep map" diff --git a/langs/de.json b/langs/de.json index d6a7615a8b..677ec10955 100644 --- a/langs/de.json +++ b/langs/de.json @@ -40,8 +40,12 @@ "reload": "Daten neu laden" }, "flyer": { + "aerial": "Diese Karte verwendet einen anderen Hintergrund, nämlich Luftaufnahmen der Agentschap Informatie Vlaanderen", + "callToAction": "Testen Sie es auf mapcomplete.osm.be", + "cyclofix": "Fahrradpumpen, Reparaturstationen, Trinkwasserstellen und Fahrradgeschäfte sind auf cyclofix", "description": "Ein Flyer im A4-Querformat zur Werbung von MapComplete", "editing": { + "ex": "Ein vereinfachtes Beispiel, wie dies für ein Naturschutzgebiet aussieht, ist unten dargestellt.", "intro": "Der Benutzer wird von einer Karte mit Objekten begrüßt. Wenn er eines auswählt, werden Informationen über das Objekt angezeigt.", "title": "Wie sieht die Benutzeroberfläche aus?" }, @@ -49,8 +53,32 @@ "fakeui": { "add_images": "Bilder mit ein paar Klicks hinzufügen", "attributes": "Zeigt Attribute in einer freundlichen Art und Weise", - "edit": "Falsche oder überholte Informationen? Die Schaltfläche \"Bearbeiten\" ist direkt zugänglich" - } + "edit": "Falsche oder überholte Informationen? Die Schaltfläche \"Bearbeiten\" ist direkt zugänglich", + "question": "Ist ein Attribut noch nicht bekannt, zeigt MapComplete eine Frage an", + "see_images": "Zeigt Bilder von früheren Mitwirkenden, Wikipedia, Mapillary, ... ", + "wikipedia": "Verlinkte Wikipedia-Artikel werden angezeigt" + }, + "frontParagraph": "MapComplete ist eine einfach zu bedienende Webanwendung zur Erfassung von Geodaten in OpenStreetMap, die das Sammeln und Verwalten relevanter Daten in einer offenen, crowdsourced und wiederverwendbaren Weise ermöglicht.\n\nNeue Kategorien und Attribute können auf Anfrage hinzugefügt werden.", + "lines_too": "Linien und Polygone werden ebenfalls angezeigt. Attribute und Bilder können auch für diese Objekte hinzugefügt und aktualisiert werden.", + "mapcomplete": { + "customize": "MapComplete kann auf Ihre Bedürfnisse zugeschnitten werden, mit neuen Kartenebenen, neuen Funktionalitäten oder mit den Farben und der Schriftart Ihrer Organisation gestaltet werden.\nWir haben auch Erfahrung mit dem Start von Kampagnen für Crowdsourcing von Geodaten.\nKontaktieren Sie pietervdvn@posteo.net für ein Angebot.", + "intro": "MapComplete ist eine Website, die {mapCount} interaktive Karten enthält. Jede einzelne Karte erlaubt es, Informationen hinzuzufügen oder zu aktualisieren. Es hat viele Funktionen:", + "li0": "Anzeigen, wo sich Interessante Ort befinden", + "li1": "Hinzufügen neuer Punkte und Aktualisieren von Informationen zu bestehenden Punkten", + "li2": "Einfaches Hinzufügen von Kontaktinformationen und Öffnungszeiten", + "li3": "Kann als iFrame in andere Websites eingefügt werden", + "li4": "Eingebettet in das OpenStreetMap-Ökosystem, das über zahlreiche Tools verfügt", + "li5": "Funktionalität zum Importieren vorhandener Datensätze", + "li6": "Viele erweiterte Funktionen, wie Baumerkennung und erweiterte Eingabemethoden", + "li7": "Vollständig Open Source (GPL) und kostenlos nutzbar", + "title": "Was ist MapComplete?" + }, + "onwheels": "Indoor-Karten für Rollstuhlfahrer sind ebenfalls erhältlich.", + "osm": "OpenStreetMap ist eine Online-Karte, die von jedermann für jeden Zweck bearbeitet und weiterverwendet werden kann, solange die Daten offengelegt werden und die Namensnennung erfolgt.\n\nEs ist die größte Geodatenbank der Welt und wird von Tausenden von Anwendungen und Websites weiterverwendet.", + "tagline": "Erfassen Sie Geodaten einfach mit OpenStreetMap", + "title": "MapComplete.osm.be", + "toerisme_vlaanderen": "Für ein gemeinsames Projekt mit Visit Flanders wurde 'Pin your point' geschaffen. Über 160 Mitwirkende fügten einige tausend Bänke und Picknicktische hinzu und entdeckten 100 Ladestationen für Fahrräder.", + "whatIsOsm": "Was ist OpenStreetMap?" }, "general": { "about": "OpenStreetMap für ein bestimmtes Thema einfach bearbeiten und hinzufügen", @@ -142,6 +170,7 @@ "error": "Etwas ist schief gelaufen", "example": "Beispiel", "examples": "Beispiele", + "feelFreeToSkip": "Sie können unten weitere Informationen hinzufügen oder aktualisieren, aber natürlich können Sie auch Fragen überspringen, auf die Sie keine Antwort wissen.", "fewChangesBefore": "Bitte beantworten Sie einige Fragen zu bestehenden Objekten, bevor Sie ein neues Objekt hinzufügen.", "getStartedLogin": "Bei OpenStreetMap anmelden, um loszulegen", "getStartedNewAccount": " oder ein neues Konto anlegen", @@ -153,6 +182,10 @@ "title": "Ebenen auswählen", "zoomInToSeeThisLayer": "Ausschnitt vergrößern, um Ebene anzuzeigen" }, + "levelSelection": { + "addNewOnLevel": "Befindet sich der neue Punkt auf der Ebene {level}?", + "confirmLevel": "Ja, füge {preset} auf Ebene {level} hinzu" + }, "loading": "Laden…", "loadingTheme": "Lade {theme}…", "loginFailed": "Anmeldung bei OpenStreetMap fehlgeschlagen", @@ -172,7 +205,9 @@ "streetcomplete": "Eine andere, ähnliche App ist StreetComplete." }, "nameInlineQuestion": "Der Name dieser {category} ist $$$", + "newlyCreated": "Sie haben gerade dieses Element erstellt! Vielen Dank, dass Sie diese Informationen mit der Welt teilen und Menschen weltweit helfen.", "next": "Weiter", + "noMatchingMapping": "Keine Einträge passen zu Ihrer Suche…", "noNameCategory": "{category} ohne Namen", "noTagsSelected": "Keine Tags ausgewählt", "notValid": "Gültigen Wert auswählen, um fortzufahren", @@ -247,6 +282,34 @@ "skip": "Frage überspringen", "skippedQuestions": "Einige Fragen wurden übersprungen", "testing": "Testen - Änderungen werden nicht gespeichert", + "uploadGpx": { + "choosePermission": "Wählen Sie unten, ob Ihre Strecke geteilt werden soll:", + "confirm": "Hochladen bestätigen", + "intro0": "Wenn Sie Ihre Strecke hochladen, behält OpenStreetMap.org eine vollständige Kopie der Strecke.", + "intro1": "Sie können Ihre Strecke erneut herunterladen und in OpenStreetMap-Bearbeitungsprogramme laden", + "meta": { + "descriptionIntro": "Optional können Sie eine Beschreibung Ihrer Strecke eingeben:", + "descriptionPlaceHolder": "Geben Sie eine Beschreibung Ihrer Strecke ein", + "intro": "Fügen Sie einen Titel für Ihre Strecke hinzu:", + "title": "Titel und Beschreibung", + "titlePlaceholder": "Geben Sie den Titel Ihrer Strecke ein" + }, + "modes": { + "private": { + "docs": "Die Punkte Ihrer Strecke werden mit anderen Strecken geteilt und aggregiert. Die vollständige Strecke ist für Sie sichtbar und Sie können sie in andere Bearbeitungsprogramme laden. OpenStreetMap.org behält eine Kopie Ihrer Strecke", + "name": "Anonym" + }, + "public": { + "docs": "Ihre Strecke wird für alle sichtbar sein, sowohl in Ihrem Benutzerprofil als auch in der Liste der GPS-Strecken auf openstreetmap.org", + "name": "Öffentlich" + } + }, + "title": "Laden Sie Ihre Strecke auf OpenStreetMap.org hoch", + "uploadFinished": "Ihre Strecke wurde hochgeladen!", + "uploading": "Hochladen Ihrer Strecke..." + }, + "useSearch": "Verwenden Sie die Suche oben, um Voreinstellungen anzuzeigen", + "useSearchForMore": "Verwenden Sie die Suchfunktion, um innerhalb von {total} weitere Werte zu suchen…", "weekdays": { "abbreviations": { "friday": "Fr", @@ -368,6 +431,7 @@ "osmLoaded": "{count} Elemente werden aus OpenStreetMap geladen, die dem Layer {name} entsprechen.", "reloadTheCache": "Cache löschen und Overpass erneut abfragen", "setRangeToZero": "Setzen Sie den Bereich auf 0 oder 1, wenn Sie alle importieren möchten", + "showOsmLayerInConflationMap": "OSM-Daten anzeigen", "states": { "error": "Letzte Daten nicht von Overpass geladen aufgrund von {error}", "idle": "Lokalen Speicher überprüfen…", @@ -377,7 +441,8 @@ "title": "Mit vorhandenen Daten vergleichen", "titleLive": "Live-Daten auf OSM", "titleNearby": "Objekte in der Nähe", - "zoomIn": "Die aktuelle Zoomstufe ist {current}" + "zoomIn": "Die aktuelle Zoomstufe ist {current}", + "zoomLevelSelection": "Die Live-Daten werden angezeigt, bei einer Zoomstufe von mindestens: " }, "createNotes": { "creating": "{count} Notizen von {total} erstellt", @@ -689,6 +754,27 @@ "typeText": "Text eingeben, um einen Kommentar hinzuzufügen", "warnAnonymous": "Sie sind nicht angemeldet. Wir können Sie nicht kontaktieren, um Ihr Problem zu lösen." }, + "plantDetection": { + "back": "Zurück zur Artenübersicht", + "confirm": "Arten auswählen", + "error": "Bei der Erkennung der Baumart ist ein Fehler aufgetreten: {error}", + "howTo": { + "intro": "Für optimale Ergebnisse,", + "li0": "machen Sie ein Foto, das den Baum in der Mitte ohne viel Hintergrund zeigt", + "li1": "machen Sie ein Foto, das ein einzelnes Blatt zeigt", + "li2": "machen Sie ein Foto, das die Rinde zeigt", + "li3": "machen Sie ein Foto von den Blüten" + }, + "loadingWikidata": "Informationen über {species} werden geladen", + "matchPercentage": "{match}% Übereinstimmung", + "overviewIntro": "Die KI auf PlantNet.org denkt, dass die Fotos die folgende Art zeigen.", + "overviewTitle": "Automatisch erkannte Art", + "overviewVerify": "Bitte überprüfen Sie die richtige Art und verknüpfen Sie sie mit dem Baum", + "poweredByPlantnet": "Bereitgestellt von plantnet.org", + "querying": "Abfrage bei plantnet.org mit {length} Fotos", + "seeInfo": "Weitere Informationen über diese Art", + "takeImages": "Machen Sie Fotos vom Baum, um die Baumart automatisch zu erkennen" + }, "privacy": { "editing": "Ihre Änderungen werden auf OpenStreetMap gespeichert und sind öffentlich zugänglich. Ein mit MapComplete erstellter Änderungssatz enthält folgende Daten: Ausführliche Informationen finden Sie in den Datenschutzbestimmungen auf OpenStreetMap.org. Wir möchten Sie daran erinnern, dass Sie zur Anmeldung einen fiktiven Namen verwenden können.", "editingTitle": "Ihre Änderungen", diff --git a/langs/en.json b/langs/en.json index 206f5049c1..38286d5304 100644 --- a/langs/en.json +++ b/langs/en.json @@ -55,7 +55,7 @@ "attributes": "Shows attributes in a friendly way", "edit": "Wrong or outdated info? The edit button is right there", "question": "If an attribute is not yet known, MapComplete shows a question", - "see_images": "Shows images from previous contributors, Wikipedia, Mapillary, ... ", + "see_images": "Shows images from previous contributors, Wikipedia, Mapillary, ... ", "wikipedia": "Linked Wikipedia articles are shown" }, "frontParagraph": "MapComplete is an easy to use web application to collect geodata in OpenStreetMap, enabling collecting and managing relevant data in an open, crowdsourced and reusable way.\n\nNew categories and attributes can be added upon request.", @@ -208,7 +208,7 @@ "nameInlineQuestion": "The name of this {category} is $$$", "newlyCreated": "You just created this element! Thanks for sharing this info with the world and helping people worldwide.", "next": "Next", - "noMatchingMapping": "No entries mapped your search…", + "noMatchingMapping": "No entries match your search…", "noNameCategory": "{category} without a name", "noTagsSelected": "No tags selected", "notValid": "Select a valid value to continue", @@ -310,7 +310,7 @@ "uploading": "Uploading your trace..." }, "useSearch": "Use the search above to see presets", - "useSearchForMore": "Use the search function to search within {total} more values....", + "useSearchForMore": "Use the search function to search within {total} more values…", "weekdays": { "abbreviations": { "friday": "Fri", diff --git a/langs/layers/en.json b/langs/layers/en.json index 246de98f51..18ac0e2dc4 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -3763,6 +3763,13 @@ "question": "No information about tactile paving" } } + }, + "6": { + "options": { + "0": { + "question": "Has organic options" + } + } } } }, @@ -4156,6 +4163,20 @@ }, "question": "Does this fries shop use vegetable or animal oil for cooking?" }, + "friture-organic": { + "mappings": { + "0": { + "then": "Organic snacks are available" + }, + "1": { + "then": "No organic snacks are available" + }, + "2": { + "then": "Only organic snacks are available" + } + }, + "question": "Does this fries shop offer organic snacks?" + }, "friture-take-your-container": { "mappings": { "0": { @@ -4214,6 +4235,20 @@ } }, "question": "Does this restaurant offer a halal menu?" + }, + "organic (no friture)": { + "mappings": { + "0": { + "then": "There are no organic options available" + }, + "1": { + "then": "There is an organic menu" + }, + "2": { + "then": "Only organic options are available" + } + }, + "question": "Does this restaurant offer organic food?" } }, "title": { @@ -6511,6 +6546,20 @@ "render": "This is a {shop}" } }, + "organic": { + "mappings": { + "0": { + "then": "This shop offers organic products" + }, + "1": { + "then": "This shop only offers organic products" + }, + "2": { + "then": "This shop does not offer organic products" + } + }, + "question": "Does this shop offer organic products?" + }, "shops-name": { "question": "What is the name of this shop?", "render": "This shop is called {name}" diff --git a/langs/layers/es.json b/langs/layers/es.json index b92a72156f..93397d7bd7 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -82,6 +82,10 @@ } }, "tagRenderings": { + "artwork-artist-wikidata": { + "question": "¿Quién creó esta obra de arte?", + "render": "Esta obra de la creó {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}" + }, "artwork-artist_name": { "question": "¿Que artista creó esto?", "render": "Creado por {artist_name}" @@ -131,6 +135,10 @@ "artwork-website": { "question": "¿Hay un sitio web con más información sobre esta obra de arte?", "render": "Más información en este sitio web" + }, + "artwork_subject": { + "question": "¿Qué representa esta obra de arte?", + "render": "Esta obra de arte representa {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}" } }, "title": { @@ -255,10 +263,10 @@ "bench-backrest": { "mappings": { "0": { - "then": "Respaldo: sí" + "then": "Tiene respaldo" }, "1": { - "then": "Respaldo: no" + "then": "No tiene respaldo" } }, "question": "¿Este banco tiene respaldo?" @@ -300,22 +308,22 @@ "bench-material": { "mappings": { "0": { - "then": "Material: madera" + "then": "El asiento está hecho de madera" }, "1": { - "then": "Material: metal" + "then": "El asiento está hecho de metal" }, "2": { - "then": "Material: piedra" + "then": "El asiento está hecho de piedra" }, "3": { - "then": "Material: concreto" + "then": "El asiento está hecho de hormigón" }, "4": { - "then": "Material: plastico" + "then": "El asiento está hecho de plástico" }, "5": { - "then": "Material: acero" + "then": "El asiento está hecho de acero" } }, "question": "¿De que está hecho el banco (asiento)?", @@ -492,6 +500,12 @@ "question": "¿Qué tipo de alquiler de bicicletas es este?" }, "rental_types": { + "renderings": { + "0": { + "question": "¿Cuántas type_plural pueden alquilarse aquí?", + "render": "{capacity:bicycle_type} type_plural pueden alquilarse aquí" + } + }, "rewrite": { "into": { "0": { @@ -566,10 +580,10 @@ "bike_cleaning-charge": { "mappings": { "0": { - "then": "Un servicio de limpieza gratis" + "then": "Servicio de limpieza gratis" }, "1": { - "then": "Gratis" + "then": "Gratuito" } }, "question": "¿Cuánto cuesta utilizar el servicio de limpieza?", @@ -578,7 +592,7 @@ "bike_cleaning-service:bicycle:cleaning:charge": { "mappings": { "0": { - "then": "El servicio de limpieza es gratis" + "then": "El servicio de limpieza es gratuito" }, "1": { "then": "Gratis" diff --git a/langs/layers/nl.json b/langs/layers/nl.json index c5b16e0ead..e111be279a 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -3910,6 +3910,20 @@ }, "question": "Bakt deze frituur met dierlijk vet of met plantaardige olie?" }, + "friture-organic": { + "mappings": { + "0": { + "then": "Er zijn biologische snacks aanwezig" + }, + "1": { + "then": "Geen biologische snacks beschikbaar" + }, + "2": { + "then": "Enkel biologische snacks zijn beschikbaar" + } + }, + "question": "Heeft deze frituur biologische snacks?" + }, "friture-take-your-container": { "mappings": { "0": { diff --git a/langs/layers/zh_Hans.json b/langs/layers/zh_Hans.json index 92595fa0a7..6f7d22aa32 100644 --- a/langs/layers/zh_Hans.json +++ b/langs/layers/zh_Hans.json @@ -13,7 +13,7 @@ } }, "question": "这个屋子的门牌号是多少?", - "render": "门牌号是{addr:housenumber}" + "render": "门牌号是 {addr:housenumber}" }, "street": { "question": "这个地址位于哪条街道?", @@ -33,6 +33,9 @@ } } }, + "artwork": { + "description": "一个雕塑、半身像、涂鸦和其他全球艺术品的地图" + }, "bench": { "name": "长椅", "presets": { @@ -44,10 +47,10 @@ "bench-backrest": { "mappings": { "0": { - "then": "靠背:有" + "then": "有靠背" }, "1": { - "then": "靠背:无" + "then": "没有靠背" } }, "question": "这个长椅有靠背吗?" @@ -89,29 +92,30 @@ "bench-material": { "mappings": { "0": { - "then": "材质:木" + "then": "座椅是木制的" }, "1": { - "then": "材质:金属" + "then": "座椅是金属制的" }, "2": { - "then": "材质:石头" + "then": "座椅是石制的" }, "3": { - "then": "材质:混凝土" + "then": "座椅是混凝土制的" }, "4": { - "then": "材质:塑料" + "then": "座椅是塑料制的" }, "5": { - "then": "材质:不锈钢" + "then": "座椅是不锈钢制的" } }, "question": "这个长椅(或座椅)是用什么材料做的?", "render": "材质: {material}" }, "bench-seats": { - "question": "这个长椅有几个座位?" + "question": "这个长椅有几个座位?", + "render": "{seats}座" }, "bench-survey:date": { "question": "上次对这个长椅实地调查是什么时候?", @@ -151,7 +155,7 @@ "bicycle_library": { "tagRenderings": { "bicycle-library-target-group": { - "question": "谁可以从这里借自行车?" + "question": "谁可以从这里借出自行车?" } } }, diff --git a/langs/nl.json b/langs/nl.json index ac91904eb0..e5a955f48c 100644 --- a/langs/nl.json +++ b/langs/nl.json @@ -170,6 +170,7 @@ "error": "Er ging iets mis", "example": "Voorbeeld", "examples": "Voorbeelden", + "feelFreeToSkip": "Je kan hieronder nog informatie toevoegen of updaten, maar sla gerust vragen over waarvoor je het antwoord niet kent.", "fewChangesBefore": "Gelieve eerst enkele vragen van bestaande objecten te beantwoorden vooraleer zelf objecten toe te voegen.", "getStartedLogin": "Login met OpenStreetMap om te beginnen", "getStartedNewAccount": " of maak een nieuwe account aan", @@ -200,6 +201,7 @@ "streetcomplete": "Een andere, gelijkaardige Android applicatie is StreetComplete." }, "nameInlineQuestion": "De naam van dit {category} is $$$", + "newlyCreated": "Je hebt dit punt net toegevoegd! Bedankt om deze info met iedereen te delen en om de mensen wereldwijd te helpen.", "next": "Volgende", "noNameCategory": "{category} zonder naam", "noTagsSelected": "Geen tags geselecteerd", @@ -396,6 +398,7 @@ "osmLoaded": "{count} elementen werden uit OpenStreetMap ingeladen die laag in laag {name} zitten.", "reloadTheCache": "Verwijder de cache en bevraag Overpass opnieuw", "setRangeToZero": "Set de radius op 0 of 1 indien je toch alle punten wenst te importeren", + "showOsmLayerInConflationMap": "Toon objecten van OpenStreetMap", "states": { "error": "Kon geen recente data ophalen van Overpass door {error}", "idle": "Cache bevragen…", @@ -411,7 +414,7 @@ "creating": "{count} van {total} kaartnota's werden gemaakt", "done": "Alle {count} kaartnota's zijn gemaakt!", "loading": "Aan het laden…", - "openImportViewer": "Bekijk de voortgang van je kaartnotas in de <i>import_viewer</i>", + "openImportViewer": "Bekijk de voortgang van je kaartnotas in de import_viewer", "title": "Kaartnota's maken" }, "gotoImportViewer": "Bekijk je vorige importeer-kaartnota's", @@ -485,7 +488,7 @@ "importHandled": "
Dit object is afgehandeld. Bedankt om mee te helpen!
", "layerName": "Hier is misschien een {title}", "nearbyImagesIntro": "

Afbeeldingen in de buurt

De volgende afbeeldingen zijn in de buurt gemaakt en kunnen mogelijks helpen. {nearby_images(open)}", - "notFound": "Ik kon hier g{title} vinden - verwijder deze van de kaart", + "notFound": "Ik kon hier geen {title} vinden - verwijder deze van de kaart", "popupTitle": "Is hier {title}?" }, "index": { diff --git a/langs/shared-questions/cs.json b/langs/shared-questions/cs.json index 80789a024a..99f07639e5 100644 --- a/langs/shared-questions/cs.json +++ b/langs/shared-questions/cs.json @@ -1,5 +1,8 @@ { "shared_questions": { + "description": { + "question": "Je ještě něco relevantního, co jste nemohli uvést v předchozích otázkách? Přidejte to sem.
Neopakujte již uvedená fakta" + }, "dog-access": { "mappings": { "0": { @@ -103,6 +106,15 @@ "question": "Jaká je otevírací doba {title()}?", "render": "

Otevírací hodiny

{opening_hours_table(opening_hours)}" }, + "opening_hours_24_7": { + "override": { + "mappings": { + "0": { + "then": "Otevřeno 24/7 (včetně svátků)" + } + } + } + }, "payment-options": { "mappings": { "0": { diff --git a/langs/shared-questions/es.json b/langs/shared-questions/es.json index 7631be364c..6af5816280 100644 --- a/langs/shared-questions/es.json +++ b/langs/shared-questions/es.json @@ -23,6 +23,43 @@ "email": { "question": "¿Cual es la direccióm de correo electrónico de {title()}?" }, + "internet": { + "mappings": { + "0": { + "then": "Este lugar ofrece acceso a internet inalámbrico" + }, + "1": { + "then": "Este lugar no ofrece acceso a internet" + }, + "2": { + "then": "Este lugar ofrece acceso a internet" + }, + "3": { + "then": "Este lugar ofrece acceso a internet a través de una terminal o un ordenador" + }, + "4": { + "then": "Este lugar ofrece acceso a internet por cable" + } + }, + "question": "¿Ofrece este lugar acceso a internet?" + }, + "internet-fee": { + "mappings": { + "1": { + "then": "El acceso a internet es gratuito en este lugar" + }, + "2": { + "then": "El acceso a internet es gratis en este lugar, solamente para clientes" + } + } + }, + "internet-ssid": { + "freeform": { + "placeholder": "Introduzca el nombre de red" + }, + "question": "¿Cuál es el nombre de red para el acceso inalámbrico a internet?", + "render": "El nombre de red es {internet_access:ssid}" + }, "level": { "mappings": { "0": { @@ -44,6 +81,12 @@ "question": "¿En qué nivel se encuentra esta característica?", "render": "Localizada en la {level}° planta" }, + "multilevels": { + "override": { + "question": "¿A qué pisos va este ascensor?", + "render": "Este ascensor va a los pisos {level}" + } + }, "opening_hours": { "question": "¿Cuales son las horas de apertura de {title()}?", "render": "

Horas de apertura

{opening_hours_table(opening_hours)}" diff --git a/langs/themes/ca.json b/langs/themes/ca.json index 45b37d16cf..a0efc912da 100644 --- a/langs/themes/ca.json +++ b/langs/themes/ca.json @@ -423,22 +423,6 @@ "indoors": { "title": "Indoors" }, - "mapcomplete-changes": { - "layers": { - "0": { - "filter": { - "0": { - "options": { - "0": { - "question": "El nom de la petició conté {search}" - } - } - } - }, - "name": "Centres del conjunt de canvis" - } - } - }, "maproulette": { "title": "Tasques de MapRoulette" }, diff --git a/langs/themes/de.json b/langs/themes/de.json index 5d9170e0b6..817dbae469 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -741,101 +741,6 @@ "description": "Eine Karte mit Bordsteinen und Überwegen.", "title": "Bordsteine und Überwege" }, - "mapcomplete-changes": { - "description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen", - "layers": { - "0": { - "description": "Zeigt alle MapComplete-Änderungen", - "filter": { - "0": { - "options": { - "0": { - "question": "Themename enthält {search}" - } - } - }, - "1": { - "options": { - "0": { - "question": "Erstellt vom Mitwirkenden {search}" - } - } - }, - "2": { - "options": { - "0": { - "question": "Nicht von Mitwirkendem {search}" - } - } - }, - "3": { - "options": { - "0": { - "question": "Erstellt vor {search}" - } - } - }, - "4": { - "options": { - "0": { - "question": "Erstellt nach {search}" - } - } - }, - "5": { - "options": { - "0": { - "question": "Benutzersprache (ISO-Code) {search}" - } - } - }, - "6": { - "options": { - "0": { - "question": "Erstellt mit host {search}" - } - } - } - }, - "name": "Zentrum der Änderungssätze", - "tagRenderings": { - "contributor": { - "question": "Welcher Mitwirkende hat diese Änderung vorgenommen?", - "render": "Änderung vorgenommen von {user}" - }, - "host": { - "question": "Über welchen Host (Webseite) wurde diese Änderung vorgenommen?", - "render": "Geändert über {host}" - }, - "locale": { - "question": "In welchem Gebietsschema (Sprache) wurde diese Änderung vorgenommen?", - "render": "Benutzergebietsschema ist {locale}" - }, - "show_changeset_id": { - "render": "Änderungssatz {id}" - }, - "theme-id": { - "question": "Welches Thema wurde für diese Änderung verwendet?", - "render": "Geändert mit Thema {theme}" - } - }, - "title": { - "render": "Änderungssatz für {theme}" - } - }, - "1": { - "override": { - "tagRenderings": { - "link_to_more": { - "render": "Weitere Statistiken finden Sie unter hier" - } - } - } - } - }, - "shortDescription": "Zeigt Änderungen an, die von MapComplete vorgenommen wurden", - "title": "Mit MapComplete vorgenommene Änderungen" - }, "maproulette": { "description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.", "title": "MapRoulette-Aufgaben" diff --git a/langs/themes/pa_PK.json b/langs/themes/pa_PK.json index 7bc799a74e..479f898cf3 100644 --- a/langs/themes/pa_PK.json +++ b/langs/themes/pa_PK.json @@ -160,13 +160,6 @@ "indoors": { "title": "اندروں" }, - "mapcomplete-changes": { - "layers": { - "0": { - "name": "تبدیلیاں دے کیندر" - } - } - }, "maproulette": { "title": "میپ‌رولیٹ دے کم" }, diff --git a/langs/themes/zh_Hans.json b/langs/themes/zh_Hans.json index f124b98086..ca4224d9c7 100644 --- a/langs/themes/zh_Hans.json +++ b/langs/themes/zh_Hans.json @@ -4,7 +4,7 @@ "title": "Open AED Map" }, "artwork": { - "description": "欢迎使用Open Artwork Map,一个雕塑、半身像、涂鸦和其他全球艺术品的地图", + "description": "一个雕塑、半身像、涂鸦和其他全球艺术品的地图", "title": "Open Artwork Map" }, "benches": { diff --git a/langs/zh_Hant.json b/langs/zh_Hant.json index 3611e75460..e6b6f52157 100644 --- a/langs/zh_Hant.json +++ b/langs/zh_Hant.json @@ -39,6 +39,12 @@ "panelIntro": "

你的個人主題

從所有官方主題啟用你喜愛的圖層", "reload": "重新載入資料" }, + "flyer": { + "aerial": "這份地圖使用不同的背景,是 Agentschap Informatie Vlaanderen 釋出的空照圖", + "callToAction": "在 mapcomplete.osm.be 測試", + "cyclofix": "單車設施修正上的單車甬筒、修理站、飲水機與單車店", + "description": "宣傳 MapComplete 的 A4 大小傳單" + }, "general": { "about": "相當容易編輯,而且能為開放街圖新增特定主題", "aboutMapcomplete": "

關於

使用 MapComplete 你可以藉由單一主題新增開放街圖的圖資。回答幾個問題,然後幾分鐘之內你的貢獻立刻就傳遍全球!大部分的主題都能新增圖片甚至留下評論。主題維護者定議主題的元素、問題與語言。

發現更多

MapComplete 總是提供學習更多開放街圖下一步的知識


你有注意到問題嗎?你想請求功能嗎?想要幫忙翻譯嗎?來到原始碼或是問題追蹤器。

想要看到你的進度嗎?到OsmCha追蹤編輯數。

", 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", ]) diff --git a/test/Logic/OSM/Actions/ReplaceGeometryAction.spec.ts b/test/Logic/OSM/Actions/ReplaceGeometryAction.spec.ts index 58fb88b0db..e987c3cf1d 100644 --- a/test/Logic/OSM/Actions/ReplaceGeometryAction.spec.ts +++ b/test/Logic/OSM/Actions/ReplaceGeometryAction.spec.ts @@ -294,7 +294,7 @@ describe("ReplaceGeometryAction", () => { mapRendering: [ { iconSize: "50,50,center", - icon: "./assets/themes/grb_import/housenumber_blank.svg", + icon: "./assets/themes/grb/housenumber_blank.svg", location: ["point", "centroid"], }, ],