diff --git a/Docs/BuiltinLayers.md b/Docs/BuiltinLayers.md index a5a20279b0..4d59495396 100644 --- a/Docs/BuiltinLayers.md +++ b/Docs/BuiltinLayers.md @@ -1034,6 +1034,7 @@ The following layers are included in MapComplete: - [transit_stops](./Layers/transit_stops.md) - [tree_node](./Layers/tree_node.md) - [type_node](./Layers/type_node.md) + - [usersettings](./Layers/usersettings.md) - [veterinary](./Layers/veterinary.md) - [viewpoint](./Layers/viewpoint.md) - [village_green](./Layers/village_green.md) diff --git a/Docs/Layers/cafe_pub.md b/Docs/Layers/cafe_pub.md index 311859e008..eeec0beca1 100644 --- a/Docs/Layers/cafe_pub.md +++ b/Docs/Layers/cafe_pub.md @@ -120,11 +120,11 @@ This is rendered with `Located on the {level}th floor` -The question is *What is the name of this pub?* +The question is *What is the name of this business?* This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name) -This is rendered with `This pub is named {name}` +This is rendered with `This business is named {name}` diff --git a/Docs/Layers/dogfoodb.md b/Docs/Layers/dogfoodb.md index 53f98965bc..c0a217ee20 100644 --- a/Docs/Layers/dogfoodb.md +++ b/Docs/Layers/dogfoodb.md @@ -69,6 +69,7 @@ attribute | type | values which are supported by this layer [](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | [](https://taginfo.openstreetmap.org/keys/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [](https://taginfo.openstreetmap.org/keys/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai) +[](https://taginfo.openstreetmap.org/keys/reservation#values) [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) [](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno) [](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) [](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) @@ -130,11 +131,11 @@ This is rendered with `Located on the {level}th floor` -The question is *What is the name of this restaurant?* +The question is *What is the name of this business?* This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name) -This is rendered with `The name of this restaurant is {name}` +This is rendered with `The name of this business is {name}` @@ -299,6 +300,26 @@ This is rendered with `This place mostly serves {cuisine}` +### Reservation + + + +The question is *Is a reservation required for this place?* + + + + + + - *A reservation is required at this place* corresponds with `reservation=required` + - *A reservation is not required, but still recommended to make sure you get a table* corresponds with `reservation=recommended` + - *Reservation is possible at this place* corresponds with `reservation=yes` + - *Reservation is not possible at this place* corresponds with `reservation=no` + + +This tagrendering is only visible in the popup if the following condition is met: `amenity=restaurant` + + + ### Takeaway @@ -642,6 +663,13 @@ open_now.0 | Opened now | _isOpen=yes +id | question | osmTags +---- | ---------- | --------- +reservation.0 | Reservation not required | reservation=no\|reservation=optional| + + + + id | question | osmTags ---- | ---------- | --------- vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes\|diet:vegetarian=only|diet:vegan=yes|diet:vegan=only diff --git a/Docs/Layers/food.md b/Docs/Layers/food.md index bedb557262..41de0be015 100644 --- a/Docs/Layers/food.md +++ b/Docs/Layers/food.md @@ -72,6 +72,7 @@ attribute | type | values which are supported by this layer [](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | [](https://taginfo.openstreetmap.org/keys/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [](https://taginfo.openstreetmap.org/keys/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai) +[](https://taginfo.openstreetmap.org/keys/reservation#values) [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) [](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno) [](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) [](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) @@ -133,11 +134,11 @@ This is rendered with `Located on the {level}th floor` -The question is *What is the name of this restaurant?* +The question is *What is the name of this business?* This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name) -This is rendered with `The name of this restaurant is {name}` +This is rendered with `The name of this business is {name}` @@ -302,6 +303,26 @@ This is rendered with `This place mostly serves {cuisine}` +### Reservation + + + +The question is *Is a reservation required for this place?* + + + + + + - *A reservation is required at this place* corresponds with `reservation=required` + - *A reservation is not required, but still recommended to make sure you get a table* corresponds with `reservation=recommended` + - *Reservation is possible at this place* corresponds with `reservation=yes` + - *Reservation is not possible at this place* corresponds with `reservation=no` + + +This tagrendering is only visible in the popup if the following condition is met: `amenity=restaurant` + + + ### Takeaway @@ -621,6 +642,13 @@ open_now.0 | Opened now | _isOpen=yes +id | question | osmTags +---- | ---------- | --------- +reservation.0 | Reservation not required | reservation=no\|reservation=optional| + + + + id | question | osmTags ---- | ---------- | --------- vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes\|diet:vegetarian=only|diet:vegan=yes|diet:vegan=only diff --git a/Docs/Layers/friture.md b/Docs/Layers/friture.md index 2b087c54f9..d584925b44 100644 --- a/Docs/Layers/friture.md +++ b/Docs/Layers/friture.md @@ -69,6 +69,7 @@ attribute | type | values which are supported by this layer [](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | [](https://taginfo.openstreetmap.org/keys/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [](https://taginfo.openstreetmap.org/keys/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai) +[](https://taginfo.openstreetmap.org/keys/reservation#values) [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) [](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno) [](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) [](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) @@ -130,11 +131,11 @@ This is rendered with `Located on the {level}th floor` -The question is *What is the name of this restaurant?* +The question is *What is the name of this business?* This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name) -This is rendered with `The name of this restaurant is {name}` +This is rendered with `The name of this business is {name}` @@ -299,6 +300,26 @@ This is rendered with `This place mostly serves {cuisine}` +### Reservation + + + +The question is *Is a reservation required for this place?* + + + + + + - *A reservation is required at this place* corresponds with `reservation=required` + - *A reservation is not required, but still recommended to make sure you get a table* corresponds with `reservation=recommended` + - *Reservation is possible at this place* corresponds with `reservation=yes` + - *Reservation is not possible at this place* corresponds with `reservation=no` + + +This tagrendering is only visible in the popup if the following condition is met: `amenity=restaurant` + + + ### Takeaway @@ -642,6 +663,13 @@ open_now.0 | Opened now | _isOpen=yes +id | question | osmTags +---- | ---------- | --------- +reservation.0 | Reservation not required | reservation=no\|reservation=optional| + + + + id | question | osmTags ---- | ---------- | --------- vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes\|diet:vegetarian=only|diet:vegan=yes|diet:vegan=only diff --git a/Docs/Layers/usersettings.md b/Docs/Layers/usersettings.md new file mode 100644 index 0000000000..42ea34a397 --- /dev/null +++ b/Docs/Layers/usersettings.md @@ -0,0 +1,136 @@ + + + usersettings +============== + + + + + +A special layer which is not meant to be shown on a map, but which is used to set user settings + + + + + + + - This layer is shown at zoomlevel **0** and higher + - Elements don't have a title set and cannot be toggled nor will they show up in the dashboard. If you import this layer in your theme, override `title` to make this toggleable. + - Not visible in the layer selection by default. If you want to make this layer toggable, override `name` + - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` + + + + + Basic tags for this layer +--------------------------- + + + +Elements must have the all of following tags to be shown on this layer: + + + + - id~.+ + + +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22id%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) + + + + Supported attributes +---------------------- + + + +Warning: + +this quick overview is incomplete + + + +attribute | type | values which are supported by this layer +----------- | ------ | ------------------------------------------ +[](https://taginfo.openstreetmap.org/keys/mapcomplete-pictures-license#values) [mapcomplete-pictures-license](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-pictures-license) | Multiple choice | [CC0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC0) [CC-BY 4.0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC-BY 4.0) [CC-BY-SA 4.0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC-BY-SA 4.0) + + + + +### picture-license + + + +This question is not meant to be placed on an OpenStreetMap-element; however it is used in the user information panel to ask which license the user wants + +The question is *Under what license do you want to publish your pictures?* + + + + + + - *Pictures you take will be licensed with CC0 and added to the public domain. This means that everyone can use your pictures for any purpose. This is the default choice.* corresponds with `` + - This option cannot be chosen as answer + - *Pictures you take will be licensed with CC0 and added to the public domain. This means that everyone can use your pictures for any purpose.* corresponds with `mapcomplete-pictures-license=CC0` + - *Pictures you take will be licensed with CC-BY 4.0 which requires everyone using your picture that they have to attribute you* corresponds with `mapcomplete-pictures-license=CC-BY 4.0` + - *Pictures you take will be licensed with CC-BY-SA 4.0 which means that everyone using your picture must attribute you and that derivatives of your picture must be reshared with the same license.* corresponds with `mapcomplete-pictures-license=CC-BY-SA 4.0` + + + + +### verified-mastodon + + + +This tagrendering has no question and is thus read-only + + + + + + - *A link to your Mastodon-profile has been been found: {_mastodon_link}* corresponds with `_mastodon_link~.+` + - *We found a link to what looks to be a mastodon account, but it is unverified. Edit your profile description and place the following there: <a href="{_mastodon_candidate}" rel="me">Mastodon</a>* corresponds with `_mastodon_candidate~.+` + + + + +### translation-thanks + + + +This tagrendering has no question and is thus read-only + + + + + + - *You have contributed to translating MapComplete! That's awesome!* corresponds with `_translation_contributions>0` + + + + +### contributor-thanks + + + +This tagrendering has no question and is thus read-only + + + + + + - *You have contributed code to MapComplete with {_code_contributions} commits! That's awesome!* corresponds with `_code_contributions>0` + + + + +### debug + + + +This tagrendering has no question and is thus read-only + + + +This tagrendering is only visible in the popup if the following condition is met: `_name=Pieter Vander Vennet` + +This document is autogenerated from [assets/layers/usersettings/usersettings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/usersettings/usersettings.json) \ No newline at end of file diff --git a/Docs/Layers/windturbine.md b/Docs/Layers/windturbine.md index 90af5e1a01..b38ec00b66 100644 --- a/Docs/Layers/windturbine.md +++ b/Docs/Layers/windturbine.md @@ -65,6 +65,7 @@ attribute | type | values which are supported by this layer [](https://taginfo.openstreetmap.org/keys/height#values) [height](https://wiki.openstreetmap.org/wiki/Key:height) | [pfloat](../SpecialInputElements.md#pfloat) | [](https://taginfo.openstreetmap.org/keys/rotor:diameter#values) [rotor:diameter](https://wiki.openstreetmap.org/wiki/Key:rotor:diameter) | [float](../SpecialInputElements.md#float) | [](https://taginfo.openstreetmap.org/keys/start_date#values) [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) | +[](https://taginfo.openstreetmap.org/keys/fixme#values) [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme) | [text](../SpecialInputElements.md#text) | @@ -139,6 +140,20 @@ This is rendered with `This wind turbine went into operation on/in {start_date} +### windturbine-fixme + + + +The question is *Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)* + +This rendering asks information about the property [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme) + +This is rendered with `Extra information for OpenStreetMap experts: {fixme}` + + + + + ### images diff --git a/Docs/TagInfo/mapcomplete_food.json b/Docs/TagInfo/mapcomplete_food.json index 584209717a..0a10bef4e6 100644 --- a/Docs/TagInfo/mapcomplete_food.json +++ b/Docs/TagInfo/mapcomplete_food.json @@ -216,6 +216,26 @@ "description": "Layer 'Restaurants and fast food' shows cuisine=thai with a fixed text, namely 'Thai dishes are served here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')", "value": "thai" }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=required with a fixed text, namely 'A reservation is required at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food') (This is only shown if amenity=restaurant)", + "value": "required" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=recommended with a fixed text, namely 'A reservation is not required, but still recommended to make sure you get a table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food') (This is only shown if amenity=restaurant)", + "value": "recommended" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=yes with a fixed text, namely 'Reservation is possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food') (This is only shown if amenity=restaurant)", + "value": "yes" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=no with a fixed text, namely 'Reservation is not possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food') (This is only shown if amenity=restaurant)", + "value": "no" + }, { "key": "takeaway", "description": "Layer 'Restaurants and fast food' shows takeaway=only with a fixed text, namely 'This is a take-away only business' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')", diff --git a/Docs/TagInfo/mapcomplete_fritures.json b/Docs/TagInfo/mapcomplete_fritures.json index 9fc0ed4ef1..1e1bcdfe8f 100644 --- a/Docs/TagInfo/mapcomplete_fritures.json +++ b/Docs/TagInfo/mapcomplete_fritures.json @@ -220,6 +220,26 @@ "description": "Layer 'Fries shop' shows cuisine=thai with a fixed text, namely 'Thai dishes are served here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')", "value": "thai" }, + { + "key": "reservation", + "description": "Layer 'Fries shop' shows reservation=required with a fixed text, namely 'A reservation is required at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops') (This is only shown if amenity=restaurant)", + "value": "required" + }, + { + "key": "reservation", + "description": "Layer 'Fries shop' shows reservation=recommended with a fixed text, namely 'A reservation is not required, but still recommended to make sure you get a table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops') (This is only shown if amenity=restaurant)", + "value": "recommended" + }, + { + "key": "reservation", + "description": "Layer 'Fries shop' shows reservation=yes with a fixed text, namely 'Reservation is possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops') (This is only shown if amenity=restaurant)", + "value": "yes" + }, + { + "key": "reservation", + "description": "Layer 'Fries shop' shows reservation=no with a fixed text, namely 'Reservation is not possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops') (This is only shown if amenity=restaurant)", + "value": "no" + }, { "key": "takeaway", "description": "Layer 'Fries shop' shows takeaway=only with a fixed text, namely 'This is a take-away only business' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')", diff --git a/Docs/TagInfo/mapcomplete_onwheels.json b/Docs/TagInfo/mapcomplete_onwheels.json index bd5cd74d71..000efd6a11 100644 --- a/Docs/TagInfo/mapcomplete_onwheels.json +++ b/Docs/TagInfo/mapcomplete_onwheels.json @@ -713,6 +713,26 @@ "description": "Layer 'Restaurants and fast food' shows cuisine=thai with a fixed text, namely 'Thai dishes are served here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')", "value": "thai" }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=required with a fixed text, namely 'A reservation is required at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if amenity=restaurant)", + "value": "required" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=recommended with a fixed text, namely 'A reservation is not required, but still recommended to make sure you get a table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if amenity=restaurant)", + "value": "recommended" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=yes with a fixed text, namely 'Reservation is possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if amenity=restaurant)", + "value": "yes" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=no with a fixed text, namely 'Reservation is not possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels') (This is only shown if amenity=restaurant)", + "value": "no" + }, { "key": "takeaway", "description": "Layer 'Restaurants and fast food' shows takeaway=only with a fixed text, namely 'This is a take-away only business' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'OnWheels')", diff --git a/Docs/TagInfo/mapcomplete_openwindpowermap.json b/Docs/TagInfo/mapcomplete_openwindpowermap.json index 31b7d09630..054e2fd451 100644 --- a/Docs/TagInfo/mapcomplete_openwindpowermap.json +++ b/Docs/TagInfo/mapcomplete_openwindpowermap.json @@ -35,6 +35,10 @@ "key": "start_date", "description": "Layer 'wind turbine' shows and asks freeform values for key 'start_date' (in the MapComplete.osm.be theme 'OpenWindPowerMap')" }, + { + "key": "fixme", + "description": "Layer 'wind turbine' shows and asks freeform values for key 'fixme' (in the MapComplete.osm.be theme 'OpenWindPowerMap')" + }, { "key": "image", "description": "The layer 'wind turbine allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" diff --git a/Docs/TagInfo/mapcomplete_personal.json b/Docs/TagInfo/mapcomplete_personal.json index de73b92f7e..3a4e94a563 100644 --- a/Docs/TagInfo/mapcomplete_personal.json +++ b/Docs/TagInfo/mapcomplete_personal.json @@ -6351,6 +6351,26 @@ "description": "Layer 'Restaurants and fast food' shows cuisine=thai with a fixed text, namely 'Thai dishes are served here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')", "value": "thai" }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=required with a fixed text, namely 'A reservation is required at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity=restaurant)", + "value": "required" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=recommended with a fixed text, namely 'A reservation is not required, but still recommended to make sure you get a table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity=restaurant)", + "value": "recommended" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=yes with a fixed text, namely 'Reservation is possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity=restaurant)", + "value": "yes" + }, + { + "key": "reservation", + "description": "Layer 'Restaurants and fast food' shows reservation=no with a fixed text, namely 'Reservation is not possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity=restaurant)", + "value": "no" + }, { "key": "takeaway", "description": "Layer 'Restaurants and fast food' shows takeaway=only with a fixed text, namely 'This is a take-away only business' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')", @@ -11990,6 +12010,10 @@ "key": "start_date", "description": "Layer 'wind turbine' shows and asks freeform values for key 'start_date' (in the MapComplete.osm.be theme 'Personal theme')" }, + { + "key": "fixme", + "description": "Layer 'wind turbine' shows and asks freeform values for key 'fixme' (in the MapComplete.osm.be theme 'Personal theme')" + }, { "key": "image", "description": "The layer 'wind turbine allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary" diff --git a/Docs/TagInfo/mapcomplete_pets.json b/Docs/TagInfo/mapcomplete_pets.json index 9203f08deb..014f549d32 100644 --- a/Docs/TagInfo/mapcomplete_pets.json +++ b/Docs/TagInfo/mapcomplete_pets.json @@ -286,6 +286,26 @@ "description": "Layer 'Dog friendly eateries' shows cuisine=thai with a fixed text, namely 'Thai dishes are served here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')", "value": "thai" }, + { + "key": "reservation", + "description": "Layer 'Dog friendly eateries' shows reservation=required with a fixed text, namely 'A reservation is required at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if amenity=restaurant)", + "value": "required" + }, + { + "key": "reservation", + "description": "Layer 'Dog friendly eateries' shows reservation=recommended with a fixed text, namely 'A reservation is not required, but still recommended to make sure you get a table' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if amenity=restaurant)", + "value": "recommended" + }, + { + "key": "reservation", + "description": "Layer 'Dog friendly eateries' shows reservation=yes with a fixed text, namely 'Reservation is possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if amenity=restaurant)", + "value": "yes" + }, + { + "key": "reservation", + "description": "Layer 'Dog friendly eateries' shows reservation=no with a fixed text, namely 'Reservation is not possible at this place' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if amenity=restaurant)", + "value": "no" + }, { "key": "takeaway", "description": "Layer 'Dog friendly eateries' shows takeaway=only with a fixed text, namely 'This is a take-away only business' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')", diff --git a/assets/contributors.json b/assets/contributors.json index c253a50372..70fb4987e3 100644 --- a/assets/contributors.json +++ b/assets/contributors.json @@ -1,11 +1,11 @@ { "contributors": [ { - "commits": 4874, + "commits": 4908, "contributor": "Pieter Vander Vennet" }, { - "commits": 318, + "commits": 319, "contributor": "Robin van der Linde" }, { @@ -70,11 +70,11 @@ }, { "commits": 17, - "contributor": "pgm-chardelv1" + "contributor": "dependabot[bot]" }, { - "commits": 16, - "contributor": "dependabot[bot]" + "commits": 17, + "contributor": "pgm-chardelv1" }, { "commits": 15, @@ -112,6 +112,10 @@ "commits": 8, "contributor": "Midgard" }, + { + "commits": 7, + "contributor": "Thibault Molleman" + }, { "commits": 7, "contributor": "Mateusz Konieczny" @@ -128,10 +132,6 @@ "commits": 6, "contributor": "David Haberthür" }, - { - "commits": 6, - "contributor": "Thibault Molleman" - }, { "commits": 6, "contributor": "danieldegroot2" diff --git a/assets/layers/usersettings/usersettings.json b/assets/layers/usersettings/usersettings.json index 57736a7e7e..2fd9bfbcbb 100644 --- a/assets/layers/usersettings/usersettings.json +++ b/assets/layers/usersettings/usersettings.json @@ -74,7 +74,7 @@ { "if": "_translation_contributions>0", "then": { - "en": "You have contributed to translating MapComplete with {_translation_contributions} commits! That's awesome!" + "en": "You have contributed to translating MapComplete! That's awesome!" }, "icon": "party" } @@ -99,4 +99,4 @@ } ], "mapRendering": null -} +} \ No newline at end of file diff --git a/assets/layers/windturbine/windturbine.json b/assets/layers/windturbine/windturbine.json index b11c071095..19787f786f 100644 --- a/assets/layers/windturbine/windturbine.json +++ b/assets/layers/windturbine/windturbine.json @@ -372,4 +372,4 @@ ] } ] -} +} \ 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 9cbbdc87c8..137bb92603 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -1,21 +1,13 @@ { "id": "mapcomplete-changes", "title": { - "en": "Changes made with MapComplete", - "de": "Mit MapComplete vorgenommene Änderungen", - "nl": "Wijzigingen gemaakt met MapComplete" + "en": "Changes made with MapComplete" }, "shortDescription": { - "en": "Shows changes made by MapComplete", - "de": "Zeigt Änderungen, die von MapComplete vorgenommen wurden", - "nl": "Toont wijzigingen gemaakt met MapComplete" + "en": "Shows changes made by MapComplete" }, "description": { - "en": "This map shows all the changes made with MapComplete", - "ca": "Aquest mapa mostra tots els canvis fets amb MapComplete", - "de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen", - "fr": "Cette carte montre tous les changements faits avec MapComplete", - "nl": "Deze kaart toont alle wijzigingen gemaakt met MapComplete" + "en": "This maps shows all the changes made with MapComplete" }, "icon": "./assets/svg/logo.svg", "hideFromOverview": true, @@ -28,10 +20,7 @@ { "id": "mapcomplete-changes", "name": { - "en": "Changeset centers", - "de": "Zentrum der Änderungssätze", - "fr": "Centres de modifications de paramètres", - "nl": "Middelpunt van de wijzigingenset" + "en": "Changeset centers" }, "minzoom": 0, "source": { @@ -42,58 +31,41 @@ }, "title": { "render": { - "en": "Changeset for {theme}", - "de": "Änderungssatz für {theme}", - "nl": "Changeset voor {theme}" + "en": "Changeset for {theme}" } }, "description": { - "en": "Shows all MapComplete changes", - "de": "Zeigt alle MapComplete-Änderungen", - "fr": "Montre tous les changements de MapComplete", - "nl": "Toon alle MapComplete wijzigingen" + "en": "Shows all MapComplete changes" }, "tagRenderings": [ { "id": "show_changeset_id", "render": { - "en": "Changeset {id}", - "de": "Änderungssatz {id}", - "nl": "Wijzigingenset {id}" + "en": "Changeset {id}" } }, { "id": "contributor", "question": { - "en": "What contributor did make this change?", - "de": "Welcher Mitwirkende hat diese Änderung vorgenommen?", - "fr": "Quel contributeur a fait ce changement ?", - "nl": "Welke bijdrager maakte deze wijziging?" + "en": "What contributor did make this change?" }, "freeform": { "key": "user" }, "render": { - "en": "Change made by {user}", - "de": "Änderung vorgenommen von {user}", - "fr": "Modification faite par {user}", - "nl": "Wijziging gemaakt door {user}" + "en": "Change made by {user}" } }, { "id": "theme-id", "question": { - "en": "What theme was used to make this change?", - "de": "Welches Thema wurde für diese Änderung verwendet?", - "nl": "Welk thema is gebruikt voor deze wijziging?" + "en": "What theme was used to make this change?" }, "freeform": { "key": "theme" }, "render": { - "en": "Change with theme {theme}", - "de": "Geändert mit Thema {theme}", - "nl": "Wijziging met thema {theme}" + "en": "Change with theme {theme}" } }, { @@ -102,32 +74,19 @@ "key": "locale" }, "question": { - "en": "What locale (language) was this change made in?", - "de": "In welchem Gebietsschema (Sprache) wurde diese Änderung vorgenommen?", - "fr": "En quelle langue est-ce que ce changement a été fait ?", - "nl": "In welke taal (en cultuur) werd deze wijziging gemaakt?" + "en": "What locale (language) was this change made in?" }, "render": { - "en": "User locale is {locale}", - "de": "Benutzergebietsschema ist {locale}", - "fr": "La langue de l'utilisateur est {locale}", - "nl": "De locale van de bijdrager is {locale}" + "en": "User locale is {locale}" } }, { "id": "host", "render": { - "en": "Change with {host}", - "ca": "Canvi amb {host}", - "de": "Geändert über {host}", - "fr": "Changement avec {host}", - "nl": "Wijziging met {host}" + "en": "Change with with {host}" }, "question": { - "en": "What host (website) was this change made with?", - "de": "Über welchen Host (Webseite) wurde diese Änderung vorgenommen?", - "fr": "Depuis quel serveur (site web) ce changement a-t-il été fait ?", - "nl": "Op welk webadres werd deze wijziging gemaakt?" + "en": "What host (website) was this change made with?" }, "freeform": { "key": "host" @@ -468,10 +427,7 @@ } ], "question": { - "en": "Themename contains {search}", - "de": "Themename enthält {search}", - "fr": "Nom de thème contenant {search}", - "nl": "Themanaam bevat {search}" + "en": "Themename contains {search}" } } ] @@ -487,10 +443,7 @@ } ], "question": { - "en": "Made by contributor {search}", - "de": "Erstellt vom Mitwirkenden {search}", - "fr": "Fait par le contributeur {search}", - "nl": "Gemaakt door {search}" + "en": "Made by contributor {search}" } } ] @@ -506,10 +459,7 @@ } ], "question": { - "en": "Not made by contributor {search}", - "de": "Nicht von Mitwirkendem {search}", - "fr": "Non réalisé par le contributeur{search}", - "nl": "Niet gemaakt door {search}" + "en": "Not made by contributor {search}" } } ] @@ -526,10 +476,7 @@ } ], "question": { - "en": "Made before {search}", - "de": "Erstellt vor {search}", - "fr": "Fait avant {search}", - "nl": "Gemaakt voor {search}" + "en": "Made before {search}" } } ] @@ -546,10 +493,7 @@ } ], "question": { - "en": "Made after {search}", - "de": "Erstellt nach {search}", - "fr": "Fait après {search}", - "nl": "Gemaakt na {search}" + "en": "Made after {search}" } } ] @@ -565,10 +509,7 @@ } ], "question": { - "en": "User language (iso-code) {search}", - "de": "Benutzersprache (ISO-Code) {search}", - "fr": "Langage utilisateur (code-iso) {search}", - "nl": "Gebruikerstaal (iso-code) {search}" + "en": "User language (iso-code) {search}" } } ] @@ -584,10 +525,7 @@ } ], "question": { - "en": "Made with host {search}", - "de": "Erstellt mit host {search}", - "fr": "Fait par le serveur {search}", - "nl": "Gemaakt met host {search}" + "en": "Made with host {search}" } } ] @@ -613,9 +551,7 @@ { "id": "link_to_more", "render": { - "en": "More statistics can be found here", - "de": "Weitere Statistiken hier", - "nl": "Meer statistieken zijn hier te vinden" + "en": "More statistics can be found here" } }, { diff --git a/langs/layers/de.json b/langs/layers/de.json index 934c7624e5..d0cea5de08 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -8441,6 +8441,9 @@ "turbine-start-date": { "question": "Wann wurde das Windrad in Betrieb genommen?", "render": "Das Windrad wurde am {start_date} in Betrieb genommen." + }, + "windturbine-fixme": { + "render": "Zusätzliche Informationen für OpenStreetMap-Experten: {fixme}" } }, "title": { diff --git a/langs/layers/en.json b/langs/layers/en.json index 019fa8976c..ead28e325c 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -8224,6 +8224,13 @@ "usersettings": { "description": "A special layer which is not meant to be shown on a map, but which is used to set user settings", "tagRenderings": { + "contributor-thanks": { + "mappings": { + "0": { + "then": "You have contributed code to MapComplete with {_code_contributions} commits! That's awesome!" + } + } + }, "picture-license": { "mappings": { "0": { @@ -8247,6 +8254,16 @@ "then": "You have contributed to translating MapComplete! That's awesome!" } } + }, + "verified-mastodon": { + "mappings": { + "0": { + "then": "A link to your Mastodon-profile has been been found: {_mastodon_link}" + }, + "1": { + "then": "We found a link to what looks to be a mastodon account, but it is unverified. Edit your profile description and place the following there: <a href=\"{_mastodon_candidate}\" rel=\"me\">Mastodon</a>" + } + } } } }, @@ -8517,6 +8534,10 @@ "turbine-start-date": { "question": "When did this wind turbine go into operation?", "render": "This wind turbine went into operation on/in {start_date}." + }, + "windturbine-fixme": { + "question": "Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)", + "render": "Extra information for OpenStreetMap experts: {fixme}" } }, "title": { diff --git a/langs/layers/es.json b/langs/layers/es.json index 032b5ba59c..e1412b76e0 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -4069,5 +4069,12 @@ } } } + }, + "windturbine": { + "tagRenderings": { + "windturbine-fixme": { + "render": "Información extra para expertos en OpenStreetMap: {fixme}" + } + } } } \ No newline at end of file diff --git a/langs/layers/fr.json b/langs/layers/fr.json index fbfb8adb18..eae85815a8 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -4815,6 +4815,9 @@ "turbine-start-date": { "question": "Depuis quand l’éolienne est-elle en fonctionnement ?", "render": "L’éolienne est active depuis {start_date}." + }, + "windturbine-fixme": { + "render": "Informations supplémentaires pour les experts d'OpenStreetMap : {fixme}" } }, "title": { diff --git a/langs/layers/it.json b/langs/layers/it.json index e7f6135940..762e622507 100644 --- a/langs/layers/it.json +++ b/langs/layers/it.json @@ -2663,6 +2663,9 @@ "turbine-start-date": { "question": "Quando è entrata in funzione questa pala eolica?", "render": "Questa pala eolica è entrata in funzione in data {start_date}." + }, + "windturbine-fixme": { + "render": "Informazioni supplementari per gli esperti di OpenStreetMap: {fixme}" } }, "title": { diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 370fc7280c..c0d44a0ed3 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -8097,6 +8097,10 @@ "turbine-start-date": { "question": "Wanneer werd deze windturbine in gebruik genomen?", "render": "Deze windturbine werd op {start_date} in gebruik genomen" + }, + "windturbine-fixme": { + "question": "Is er iets mis met de informatie over deze windturbine dat je hier niet opgelost kreeg? (laat hier een berichtje achter voor OpenStreetMap experts)", + "render": "Extra informatie voor OpenStreetMap experts: {fixme}" } }, "title": { diff --git a/langs/layers/ru.json b/langs/layers/ru.json index 6be21eea77..9e45ab3f5f 100644 --- a/langs/layers/ru.json +++ b/langs/layers/ru.json @@ -1690,6 +1690,11 @@ } }, "windturbine": { + "tagRenderings": { + "windturbine-fixme": { + "render": "Дополнительная информация для экспертов OpenStreetMap: {fixme}" + } + }, "title": { "mappings": { "0": { diff --git a/langs/layers/sl.json b/langs/layers/sl.json index 078809f9a8..3bd7c5212f 100644 --- a/langs/layers/sl.json +++ b/langs/layers/sl.json @@ -122,5 +122,12 @@ "title": { "render": "Defibrilator" } + }, + "windturbine": { + "tagRenderings": { + "windturbine-fixme": { + "render": "Dodatne informacije za OpenStreetMap strokovnjake: {fixme}" + } + } } } \ No newline at end of file