Housekeeping...
This commit is contained in:
parent
9c6b7e18aa
commit
3eea54d1d8
49 changed files with 839 additions and 593 deletions
|
@ -127,6 +127,7 @@
|
|||
- observation_tower
|
||||
- parcel_lockers
|
||||
- parking
|
||||
- parking_spaces
|
||||
- pharmacy
|
||||
- physiotherapist
|
||||
- picnic_table
|
||||
|
@ -155,7 +156,6 @@
|
|||
- viewpoint
|
||||
- village_green
|
||||
- waste_basket
|
||||
- watermill
|
||||
- windturbine
|
||||
|
||||
|
||||
|
@ -365,7 +365,6 @@
|
|||
- observation_tower
|
||||
- shops
|
||||
- ticket_validator
|
||||
- toilet
|
||||
|
||||
|
||||
|
||||
|
@ -807,6 +806,7 @@
|
|||
|
||||
|
||||
- ticket_machine
|
||||
- toilet
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1040,7 +1040,6 @@ The following layers are included in MapComplete:
|
|||
- [walls_and_buildings](./Layers/walls_and_buildings.md)
|
||||
- [waste_basket](./Layers/waste_basket.md)
|
||||
- [waste_disposal](./Layers/waste_disposal.md)
|
||||
- [watermill](./Layers/watermill.md)
|
||||
- [windturbine](./Layers/windturbine.md)
|
||||
|
||||
|
||||
|
|
|
@ -366,7 +366,7 @@ Which methods of payment are accepted here?
|
|||
|
||||
|
||||
|
||||
With what coins can you pay here?
|
||||
What coins can you use to pay here?
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/atm/atm.svg' height="100px">
|
||||
|
||||
ATMS to withdraw money
|
||||
ATMs to withdraw money
|
||||
|
||||
|
||||
|
||||
|
@ -63,6 +63,9 @@ attribute | type | values which are supported by this layer
|
|||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/brand#values) [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [string](../SpecialInputElements.md#string) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cash_out#values) [cash_out](https://wiki.openstreetmap.org/wiki/Key:cash_out) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cash_out%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:cash_out%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cash_in#values) [cash_in](https://wiki.openstreetmap.org/wiki/Key:cash_in) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cash_in%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:cash_in%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/speech_output#values) [speech_output](https://wiki.openstreetmap.org/wiki/Key:speech_output) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dno)
|
||||
|
||||
|
||||
|
||||
|
@ -153,6 +156,90 @@ This rendering asks information about the property [opening_hours](https://wiki
|
|||
|
||||
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### cash_out
|
||||
|
||||
|
||||
|
||||
The question is *Can you withdraw cash from this ATM?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *You can withdraw cash from this ATM* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *You can withdraw cash from this ATM* corresponds with `cash_out=yes`
|
||||
- *You cannot withdraw cash from this ATM* corresponds with `cash_out=no`
|
||||
|
||||
|
||||
|
||||
|
||||
### cash_in
|
||||
|
||||
|
||||
|
||||
The question is *Can you deposit cash into this ATM?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *You probably cannot deposit cash into this ATM* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *You can deposit cash into this ATM* corresponds with `cash_in=yes`
|
||||
- *You cannot deposit cash into this ATM* corresponds with `cash_in=no`
|
||||
|
||||
|
||||
|
||||
|
||||
### speech_output
|
||||
|
||||
|
||||
|
||||
The question is *Does this ATM have speech output for visually impaired users?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This ATM has speech output, usually available through a headphone jack* corresponds with `speech_output=yes`
|
||||
- *This ATM does not have speech output* corresponds with `speech_output=no`
|
||||
|
||||
|
||||
|
||||
|
||||
### speech_output_language
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `speech_output=yes`
|
||||
|
||||
|
||||
|
||||
#### Filters
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
open_now.0 | Opened now | _isOpen=yes
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
speech_output.0 | With speech output | speech_output=yes
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/atm/atm.json)
|
|
@ -293,6 +293,8 @@ This is rendered with `{rental} is rented here`
|
|||
- *Bike helmets can be rented here* corresponds with `rental=bike_helmet`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
@ -309,7 +311,7 @@ This is rendered with `{capacity:city_bike} city bikes can be rented here`
|
|||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*city_bike.*)$`
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*city_bike.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
@ -327,7 +329,7 @@ This is rendered with `{capacity:ebike} electrical bikes can be rented here`
|
|||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$`
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
@ -345,7 +347,7 @@ This is rendered with `{capacity:kid_bike} bikes for children can be rented her
|
|||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$`
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
@ -363,7 +365,7 @@ This is rendered with `{capacity:bmx} BMX bikes can be rented here`
|
|||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$`
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
@ -381,7 +383,7 @@ This is rendered with `{capacity:mtb} mountainbike can be rented here`
|
|||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$`
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
@ -399,7 +401,7 @@ This is rendered with `{capacity:bicycle_pannier} bicycle panniers can be rente
|
|||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$`
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
@ -417,7 +419,7 @@ This is rendered with `{capacity:tandem_bicycle} tandem can be rented here`
|
|||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*tandem_bicycle.*)$`
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*tandem_bicycle.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ Layer showing individual parking spaces.
|
|||
|
||||
|
||||
|
||||
- [onwheels](https://mapcomplete.osm.be/onwheels)
|
||||
- [parkings](https://mapcomplete.osm.be/parkings)
|
||||
- [personal](https://mapcomplete.osm.be/personal)
|
||||
|
||||
|
@ -66,6 +67,18 @@ attribute | type | values which are supported by this layer
|
|||
|
||||
|
||||
|
||||
### images
|
||||
|
||||
|
||||
|
||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### type
|
||||
|
||||
|
||||
|
|
|
@ -162,6 +162,8 @@ The question is *What can be recycled here?*
|
|||
- Unselecting this answer will add
|
||||
- *Engine oil can be recycled here* corresponds with `recycling:engine_oil=yes`
|
||||
- Unselecting this answer will add
|
||||
- *Fluorescent tubes can be recycled here* corresponds with `recycling:fluorescent_tubes=yes`
|
||||
- Unselecting this answer will add
|
||||
- *Green waste can be recycled here* corresponds with `recycling:green_waste=yes`
|
||||
- Unselecting this answer will add
|
||||
- *Organic waste can be recycled here* corresponds with `recycling:organic=yes`
|
||||
|
@ -171,6 +173,8 @@ The question is *What can be recycled here?*
|
|||
- Unselecting this answer will add
|
||||
- *Glass can be recycled here* corresponds with `recycling:glass=yes`
|
||||
- Unselecting this answer will add
|
||||
- *Light bulbs can be recycled here* corresponds with `recycling:light_bulbs=yes`
|
||||
- Unselecting this answer will add
|
||||
- *Newspapers can be recycled here* corresponds with `recycling:newspaper=yes`
|
||||
- Unselecting this answer will add
|
||||
- *Paper can be recycled here* corresponds with `recycling:paper=yes`
|
||||
|
@ -319,17 +323,19 @@ recyclingType.3 | Recycling of cans | recycling:cans=yes
|
|||
recyclingType.4 | Recycling of clothes | recycling:clothes=yes
|
||||
recyclingType.5 | Recycling of cooking oil | recycling:cooking_oil=yes
|
||||
recyclingType.6 | Recycling of engine oil | recycling:engine_oil=yes
|
||||
recyclingType.7 | Recycling of green waste | recycling:green_waste=yes\|recycling:organic=yes
|
||||
recyclingType.8 | Recycling of glass bottles | recycling:glass_bottles=yes
|
||||
recyclingType.9 | Recycling of glass | recycling:glass=yes
|
||||
recyclingType.10 | Recycling of newspapers | recycling:newspaper=yes
|
||||
recyclingType.11 | Recycling of paper | recycling:paper=yes
|
||||
recyclingType.12 | Recycling of plastic bottles | recycling:plastic_bottles=yes
|
||||
recyclingType.13 | Recycling of plastic packaging | recycling:plastic_packaging=yes
|
||||
recyclingType.14 | Recycling of plastic | recycling:plastic=yes
|
||||
recyclingType.15 | Recycling of scrap metal | recycling:scrap_metal=yes
|
||||
recyclingType.16 | Recycling of small electrical appliances | recycling:small_appliances=yes\|recycling:small_electrical_appliances=yes
|
||||
recyclingType.17 | Recycling of residual waste | recycling:waste=yes
|
||||
recyclingType.7 | Recycling of fluorescent tubes | recycling:fluorescent_tubes=yes
|
||||
recyclingType.8 | Recycling of green waste | recycling:green_waste=yes\|recycling:organic=yes
|
||||
recyclingType.9 | Recycling of glass bottles | recycling:glass_bottles=yes
|
||||
recyclingType.10 | Recycling of glass | recycling:glass=yes
|
||||
recyclingType.11 | Recycling of light bulbs | recycling:light_bulbs=yes
|
||||
recyclingType.12 | Recycling of newspapers | recycling:newspaper=yes
|
||||
recyclingType.13 | Recycling of paper | recycling:paper=yes
|
||||
recyclingType.14 | Recycling of plastic bottles | recycling:plastic_bottles=yes
|
||||
recyclingType.15 | Recycling of plastic packaging | recycling:plastic_packaging=yes
|
||||
recyclingType.16 | Recycling of plastic | recycling:plastic=yes
|
||||
recyclingType.17 | Recycling of scrap metal | recycling:scrap_metal=yes
|
||||
recyclingType.18 | Recycling of small electrical appliances | recycling:small_appliances=yes\|recycling:small_electrical_appliances=yes
|
||||
recyclingType.19 | Recycling of residual waste | recycling:waste=yes
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/recycling/recycling.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/recycling/recycling.json)
|
|
@ -144,7 +144,7 @@ The question is *Which methods of payment are accepted here?*
|
|||
|
||||
|
||||
|
||||
The question is *With what coins can you pay here?*
|
||||
The question is *What coins can you use to pay here?*
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -138,9 +138,9 @@ The question is *Which methods of payment are accepted here?*
|
|||
- *Payment cards are accepted here* corresponds with `payment:cards=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
|
||||
- *This ticket validator accepts OV-Chipkaart* corresponds with `payment:OV-Chipkaart=yes`
|
||||
- This option cannot be chosen as answer
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:OV-Chipkaart' target='_blank'>payment:OV-Chipkaart</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:OV-Chipkaart%3Dno' target='_blank'>no</a>
|
||||
- *This ticket validator accepts OV-Chipkaart* corresponds with `payment:ov-chipkaart=yes`
|
||||
- This option cannot be chosen as answer
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:ov-chipkaart' target='_blank'>payment:ov-chipkaart</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:ov-chipkaart%3Dno' target='_blank'>no</a>
|
||||
|
||||
|
||||
|
|
|
@ -172,7 +172,7 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
|
||||
|
||||
|
||||
### payment-options
|
||||
### payment-options-split
|
||||
|
||||
|
||||
|
||||
|
@ -183,9 +183,19 @@ The question is *Which methods of payment are accepted here?*
|
|||
|
||||
|
||||
- *Cash is accepted here* corresponds with `payment:cash=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dno' target='_blank'>no</a>
|
||||
- This option cannot be chosen as answer
|
||||
- Unselecting this answer will add
|
||||
- *Payment cards are accepted here* corresponds with `payment:cards=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
|
||||
- This option cannot be chosen as answer
|
||||
- Unselecting this answer will add
|
||||
- *Coins are accepted here* corresponds with `payment:coins=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins' target='_blank'>payment:coins</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins%3Dno' target='_blank'>no</a>
|
||||
- *Bank notes are accepted here* corresponds with `payment:notes=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes' target='_blank'>payment:notes</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes%3Dno' target='_blank'>no</a>
|
||||
- *Debit cards are accepted here* corresponds with `payment:debit_cards=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment_debit_cards' target='_blank'>payment_debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment_debit_cards%3Dno' target='_blank'>no</a>
|
||||
- *Credit cards are accepted here* corresponds with `payment:credit_cards=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dno' target='_blank'>no</a>
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `fee=yes`
|
||||
|
|
|
@ -128,6 +128,293 @@
|
|||
"key": "opening_hours",
|
||||
"description": "Layer 'Bike cafe' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "bicycle"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "bicycle_rental"
|
||||
},
|
||||
{
|
||||
"key": "network",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "sports"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "bicycle"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "cycling"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Bike repair/shop 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"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'Bike repair/shop 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"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'Bike repair/shop 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"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'Bike repair/shop 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"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "Layer 'Bike repair/shop' shows shop=rental with a fixed text, namely 'This business focuses on rental' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if shop~.+&shop!~^(bicycle)$&shop!~^(sports)$)",
|
||||
"value": "rental"
|
||||
},
|
||||
{
|
||||
"key": "name",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "website",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "contact:website",
|
||||
"description": "Layer 'Bike repair/shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "phone",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'phone' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "contact:phone",
|
||||
"description": "Layer 'Bike repair/shop' shows contact:phone~.+ with a fixed text, namely '<a href='tel:{contact:phone}'>{contact:phone}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "email",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'email' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "contact:email",
|
||||
"description": "Layer 'Bike repair/shop' shows contact:email~.+ with a fixed text, namely '<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "opening_hours",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"description": "Layer 'Bike repair/shop' shows values with key 'access' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:retail",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:retail",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:repair",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:repair",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:repair",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "only_sold"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:repair",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "brand"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:rental",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:rental",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'rental' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=city_bike with a fixed text, namely 'Normal city bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "city_bike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=ebike with a fixed text, namely 'Electrical bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "ebike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=bmx with a fixed text, namely 'BMX bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "bmx"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=mtb with a fixed text, namely 'Mountainbikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "mtb"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=kid_bike with a fixed text, namely 'Bikes for children can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "kid_bike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=tandem with a fixed text, namely 'Tandem bicycles can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "tandem"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=racebike with a fixed text, namely 'Race bicycles can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "racebike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=bike_helmet with a fixed text, namely 'Bike helmets can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "bike_helmet"
|
||||
},
|
||||
{
|
||||
"key": "capacity:city_bike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:city_bike' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*city_bike.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:ebike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:ebike' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*ebike.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:kid_bike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:kid_bike' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*kid_bike.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:bmx",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bmx' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*bmx.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:mtb",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:mtb' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*mtb.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:bicycle_pannier",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bicycle_pannier' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*bicycle_pannier.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:tandem_bicycle",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:tandem_bicycle' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*tandem_bicycle.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:second_hand",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=yes with a fixed text, namely 'This shop sells second-hand bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:second_hand",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=no with a fixed text, namely 'This shop doesn't sell second-hand bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:second_hand",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=only with a fixed text, namely 'This shop only sells second-hand bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "only"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:pump",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:pump=yes with a fixed text, namely 'This shop offers a bike pump for anyone' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:pump",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:pump=no with a fixed text, namely 'This shop doesn't offer a bike pump for anyone' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:pump",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:pump=separate with a fixed text, namely 'There is bicycle pump, it is shown as a separate point' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "separate"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:diy",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:diy=yes with a fixed text, namely 'This shop offers tools for DIY repair' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:diy",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:diy=no with a fixed text, namely 'This shop doesn't offer tools for DIY repair' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:diy",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:diy=only_sold with a fixed text, namely 'Tools for DIY repair are only available if you bought/hire the bike in the shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "only_sold"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=yes with a fixed text, namely 'This shop cleans bicycles' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=diy with a fixed text, namely 'This shop has an installation where one can clean bicycles themselves' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "diy"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=no with a fixed text, namely 'This shop doesn't offer bicycle cleaning' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning:charge",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity!=bike_wash&amenity!=bicycle_wash)"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning:fee",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity!=bike_wash&amenity!=bicycle_wash)",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning:fee",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes with a fixed text, namely 'Free to use' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity!=bike_wash&amenity!=bicycle_wash)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning:charge",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes with a fixed text, namely 'Free to use' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash&amenity!=bicycle_wash)",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "description",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'description' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bicycle rental showing features with this tag",
|
||||
|
@ -332,293 +619,6 @@
|
|||
"key": "capacity:tandem_bicycle",
|
||||
"description": "Layer 'Bicycle rental' shows and asks freeform values for key 'capacity:tandem_bicycle' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*tandem_bicycle.*)$)"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "bicycle"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "bicycle_rental"
|
||||
},
|
||||
{
|
||||
"key": "network",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "sports"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "bicycle"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": "cycling"
|
||||
},
|
||||
{
|
||||
"key": "sport",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bike repair/shop showing features with this tag",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Bike repair/shop 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"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'Bike repair/shop 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"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'Bike repair/shop 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"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'Bike repair/shop 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"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "Layer 'Bike repair/shop' shows shop=rental with a fixed text, namely 'This business focuses on rental' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if shop~.+&shop!~^(bicycle)$&shop!~^(sports)$)",
|
||||
"value": "rental"
|
||||
},
|
||||
{
|
||||
"key": "name",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "website",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "contact:website",
|
||||
"description": "Layer 'Bike repair/shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "phone",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'phone' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "contact:phone",
|
||||
"description": "Layer 'Bike repair/shop' shows contact:phone~.+ with a fixed text, namely '<a href='tel:{contact:phone}'>{contact:phone}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "email",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'email' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "contact:email",
|
||||
"description": "Layer 'Bike repair/shop' shows contact:email~.+ with a fixed text, namely '<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "opening_hours",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"description": "Layer 'Bike repair/shop' shows values with key 'access' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:retail",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:retail=yes with a fixed text, namely 'This shop sells bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:retail",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:retail=no with a fixed text, namely 'This shop doesn't sell bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:repair",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:repair=yes with a fixed text, namely 'This shop repairs bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:repair",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:repair=no with a fixed text, namely 'This shop doesn't repair bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:repair",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:repair=only_sold with a fixed text, namely 'This shop only repairs bikes bought here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "only_sold"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:repair",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:repair=brand with a fixed text, namely 'This shop only repairs bikes of a certain brand' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "brand"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:rental",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:rental=yes with a fixed text, namely 'This shop rents out bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:rental",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:rental=no with a fixed text, namely 'This shop doesn't rent out bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'rental' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=city_bike with a fixed text, namely 'Normal city bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "city_bike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=ebike with a fixed text, namely 'Electrical bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "ebike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=bmx with a fixed text, namely 'BMX bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "bmx"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=mtb with a fixed text, namely 'Mountainbikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "mtb"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=kid_bike with a fixed text, namely 'Bikes for children can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "kid_bike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=tandem with a fixed text, namely 'Tandem bicycles can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "tandem"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=racebike with a fixed text, namely 'Race bicycles can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "racebike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=bike_helmet with a fixed text, namely 'Bike helmets can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "bike_helmet"
|
||||
},
|
||||
{
|
||||
"key": "capacity:city_bike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:city_bike' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*city_bike.*)$)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:ebike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:ebike' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*ebike.*)$)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:kid_bike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:kid_bike' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*kid_bike.*)$)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:bmx",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bmx' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*bmx.*)$)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:mtb",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:mtb' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*mtb.*)$)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:bicycle_pannier",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bicycle_pannier' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*bicycle_pannier.*)$)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:tandem_bicycle",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:tandem_bicycle' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if rental~^(.*tandem_bicycle.*)$)"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:second_hand",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=yes with a fixed text, namely 'This shop sells second-hand bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:second_hand",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=no with a fixed text, namely 'This shop doesn't sell second-hand bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:second_hand",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:second_hand=only with a fixed text, namely 'This shop only sells second-hand bikes' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "only"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:pump",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:pump=yes with a fixed text, namely 'This shop offers a bike pump for anyone' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:pump",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:pump=no with a fixed text, namely 'This shop doesn't offer a bike pump for anyone' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:pump",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:pump=separate with a fixed text, namely 'There is bicycle pump, it is shown as a separate point' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "separate"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:diy",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:diy=yes with a fixed text, namely 'This shop offers tools for DIY repair' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:diy",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:diy=no with a fixed text, namely 'This shop doesn't offer tools for DIY repair' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:diy",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:diy=only_sold with a fixed text, namely 'Tools for DIY repair are only available if you bought/hire the bike in the shop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "only_sold"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=yes with a fixed text, namely 'This shop cleans bicycles' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=diy with a fixed text, namely 'This shop has an installation where one can clean bicycles themselves' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "diy"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning=no with a fixed text, namely 'This shop doesn't offer bicycle cleaning' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning:charge",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'service:bicycle:cleaning:charge' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity!=bike_wash&amenity!=bicycle_wash)"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning:fee",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=no with a fixed text, namely 'The cleaning service is free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity!=bike_wash&amenity!=bicycle_wash)",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning:fee",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes with a fixed text, namely 'Free to use' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity!=bike_wash&amenity!=bicycle_wash)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:cleaning:charge",
|
||||
"description": "Layer 'Bike repair/shop' shows service:bicycle:cleaning:fee=yes with a fixed text, namely 'Free to use' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') Picking this answer will delete the key service:bicycle:cleaning:charge. (This is only shown if amenity!=bike_wash&amenity!=bicycle_wash)",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "description",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'description' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Cyclofix - an open map for cyclists has a layer Bicycle library showing features with this tag",
|
||||
|
|
|
@ -1165,6 +1165,27 @@
|
|||
"key": "capacity",
|
||||
"description": "Layer 'Parking' shows and asks freeform values for key 'capacity' (in the MapComplete.osm.be theme 'OnWheels')"
|
||||
},
|
||||
{
|
||||
"key": "parking_space",
|
||||
"description": "The MapComplete theme OnWheels has a layer Parking Spaces showing features with this tag",
|
||||
"value": "disabled"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"description": "The MapComplete theme OnWheels has a layer Shop showing features with this tag"
|
||||
|
|
|
@ -138,6 +138,22 @@
|
|||
"description": "The MapComplete theme Parking has a layer Parking Spaces showing features with this tag",
|
||||
"value": "parking_space"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "parking_space",
|
||||
"description": "Layer 'Parking Spaces' shows with a fixed text, namely 'This is a normal parking space.' (in the MapComplete.osm.be theme 'Parking') Picking this answer will delete the key parking_space.",
|
||||
|
|
|
@ -398,6 +398,46 @@
|
|||
"key": "opening_hours",
|
||||
"description": "Layer 'ATMs' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity!=bank)"
|
||||
},
|
||||
{
|
||||
"key": "cash_out",
|
||||
"description": "Layer 'ATMs' shows with a fixed text, namely 'You can withdraw cash from this ATM' (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key cash_out.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "cash_out",
|
||||
"description": "Layer 'ATMs' shows cash_out=yes with a fixed text, namely 'You can withdraw cash from this ATM' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "cash_out",
|
||||
"description": "Layer 'ATMs' shows cash_out=no with a fixed text, namely 'You cannot withdraw cash from this ATM' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "cash_in",
|
||||
"description": "Layer 'ATMs' shows with a fixed text, namely 'You probably cannot deposit cash into this ATM' (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key cash_in.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "cash_in",
|
||||
"description": "Layer 'ATMs' shows cash_in=yes with a fixed text, namely 'You can deposit cash into this ATM' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "cash_in",
|
||||
"description": "Layer 'ATMs' shows cash_in=no with a fixed text, namely 'You cannot deposit cash into this ATM' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "speech_output",
|
||||
"description": "Layer 'ATMs' shows speech_output=yes with a fixed text, namely 'This ATM has speech output, usually available through a headphone jack' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "speech_output",
|
||||
"description": "Layer 'ATMs' shows speech_output=no with a fixed text, namely 'This ATM does not have speech output' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "barrier",
|
||||
"description": "The MapComplete theme Personal theme has a layer Barriers showing features with this tag",
|
||||
|
@ -1884,75 +1924,75 @@
|
|||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'rental' (in the MapComplete.osm.be theme 'Personal theme')"
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'rental' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=city_bike with a fixed text, namely 'Normal city bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=city_bike with a fixed text, namely 'Normal city bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "city_bike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=ebike with a fixed text, namely 'Electrical bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=ebike with a fixed text, namely 'Electrical bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "ebike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=bmx with a fixed text, namely 'BMX bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=bmx with a fixed text, namely 'BMX bikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "bmx"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=mtb with a fixed text, namely 'Mountainbikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=mtb with a fixed text, namely 'Mountainbikes can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "mtb"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=kid_bike with a fixed text, namely 'Bikes for children can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=kid_bike with a fixed text, namely 'Bikes for children can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "kid_bike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=tandem with a fixed text, namely 'Tandem bicycles can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=tandem with a fixed text, namely 'Tandem bicycles can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "tandem"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=racebike with a fixed text, namely 'Race bicycles can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=racebike with a fixed text, namely 'Race bicycles can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "racebike"
|
||||
},
|
||||
{
|
||||
"key": "rental",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=bike_helmet with a fixed text, namely 'Bike helmets can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"description": "Layer 'Bike repair/shop' shows rental=bike_helmet with a fixed text, namely 'Bike helmets can be rented here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if service:bicycle:rental=yes)",
|
||||
"value": "bike_helmet"
|
||||
},
|
||||
{
|
||||
"key": "capacity:city_bike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:city_bike' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*city_bike.*)$)"
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:city_bike' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*city_bike.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:ebike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:ebike' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*ebike.*)$)"
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:ebike' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*ebike.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:kid_bike",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:kid_bike' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*kid_bike.*)$)"
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:kid_bike' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*kid_bike.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:bmx",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bmx' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*bmx.*)$)"
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bmx' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*bmx.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:mtb",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:mtb' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*mtb.*)$)"
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:mtb' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*mtb.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:bicycle_pannier",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bicycle_pannier' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*bicycle_pannier.*)$)"
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:bicycle_pannier' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*bicycle_pannier.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "capacity:tandem_bicycle",
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:tandem_bicycle' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*tandem_bicycle.*)$)"
|
||||
"description": "Layer 'Bike repair/shop' shows and asks freeform values for key 'capacity:tandem_bicycle' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if rental~^(.*tandem_bicycle.*)$&service:bicycle:rental=yes)"
|
||||
},
|
||||
{
|
||||
"key": "service:bicycle:second_hand",
|
||||
|
@ -7926,6 +7966,22 @@
|
|||
"description": "The MapComplete theme Personal theme has a layer Parking Spaces showing features with this tag",
|
||||
"value": "parking_space"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "mapillary",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "wikidata",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "wikipedia",
|
||||
"description": "The layer 'Parking Spaces 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"
|
||||
},
|
||||
{
|
||||
"key": "parking_space",
|
||||
"description": "Layer 'Parking Spaces' shows with a fixed text, namely 'This is a normal parking space.' (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key parking_space.",
|
||||
|
@ -8880,6 +8936,11 @@
|
|||
"description": "Layer 'Recycling' shows recycling:engine_oil=yes with a fixed text, namely 'Engine oil can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "recycling:fluorescent_tubes",
|
||||
"description": "Layer 'Recycling' shows recycling:fluorescent_tubes=yes with a fixed text, namely 'Fluorescent tubes can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "recycling:green_waste",
|
||||
"description": "Layer 'Recycling' shows recycling:green_waste=yes with a fixed text, namely 'Green waste can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
|
@ -8900,6 +8961,11 @@
|
|||
"description": "Layer 'Recycling' shows recycling:glass=yes with a fixed text, namely 'Glass can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "recycling:light_bulbs",
|
||||
"description": "Layer 'Recycling' shows recycling:light_bulbs=yes with a fixed text, namely 'Light bulbs can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "recycling:newspaper",
|
||||
"description": "Layer 'Recycling' shows recycling:newspaper=yes with a fixed text, namely 'Newspapers can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
|
@ -11056,12 +11122,32 @@
|
|||
},
|
||||
{
|
||||
"key": "payment:cash",
|
||||
"description": "Layer 'Toilets' shows payment:cash=yes with a fixed text, namely 'Cash is accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)",
|
||||
"description": "Layer 'Toilets' shows payment:cash=yes with a fixed text, namely 'Cash is accepted here' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:cards",
|
||||
"description": "Layer 'Toilets' shows payment:cards=yes with a fixed text, namely 'Payment cards are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)",
|
||||
"description": "Layer 'Toilets' shows payment:cards=yes with a fixed text, namely 'Payment cards are accepted here' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins",
|
||||
"description": "Layer 'Toilets' shows payment:coins=yes with a fixed text, namely 'Coins are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes",
|
||||
"description": "Layer 'Toilets' shows payment:notes=yes with a fixed text, namely 'Bank notes are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:debit_cards",
|
||||
"description": "Layer 'Toilets' shows payment:debit_cards=yes with a fixed text, namely 'Debit cards are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:credit_cards",
|
||||
"description": "Layer 'Toilets' shows payment:credit_cards=yes with a fixed text, namely 'Credit cards are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -181,6 +181,11 @@
|
|||
"description": "Layer 'Recycling' shows recycling:engine_oil=yes with a fixed text, namely 'Engine oil can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Waste')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "recycling:fluorescent_tubes",
|
||||
"description": "Layer 'Recycling' shows recycling:fluorescent_tubes=yes with a fixed text, namely 'Fluorescent tubes can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Waste')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "recycling:green_waste",
|
||||
"description": "Layer 'Recycling' shows recycling:green_waste=yes with a fixed text, namely 'Green waste can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Waste')",
|
||||
|
@ -201,6 +206,11 @@
|
|||
"description": "Layer 'Recycling' shows recycling:glass=yes with a fixed text, namely 'Glass can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Waste')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "recycling:light_bulbs",
|
||||
"description": "Layer 'Recycling' shows recycling:light_bulbs=yes with a fixed text, namely 'Light bulbs can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Waste')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "recycling:newspaper",
|
||||
"description": "Layer 'Recycling' shows recycling:newspaper=yes with a fixed text, namely 'Newspapers can be recycled here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Waste')",
|
||||
|
|
|
@ -31,6 +31,7 @@ Available languages:
|
|||
- en
|
||||
- de
|
||||
- fr
|
||||
- nb_NO
|
||||
|
||||
|
||||
This document is autogenerated from [assets/themes/bag/bag.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bag/bag.json)
|
|
@ -32,6 +32,7 @@ Available languages:
|
|||
- de
|
||||
- nl
|
||||
- fr
|
||||
- nb_NO
|
||||
|
||||
|
||||
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)
|
|
@ -12,9 +12,9 @@ This theme contains the following layers:
|
|||
|
||||
|
||||
- [bike_cafe](../Layers/bike_cafe.md)
|
||||
- [bike_shop](../Layers/bike_shop.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)
|
||||
|
|
|
@ -22,7 +22,6 @@ This theme contains the following layers:
|
|||
- [parking](../Layers/parking.md)
|
||||
- [information_board](../Layers/information_board.md)
|
||||
- [bench](../Layers/bench.md)
|
||||
- [watermill](../Layers/watermill.md)
|
||||
- [gps_track](../Layers/gps_track.md)
|
||||
- [selected_element](../Layers/selected_element.md)
|
||||
- [gps_location](../Layers/gps_location.md)
|
||||
|
|
|
@ -19,6 +19,7 @@ This theme contains the following layers:
|
|||
- [food](../Layers/food.md)
|
||||
- [kerbs](../Layers/kerbs.md)
|
||||
- [parking](../Layers/parking.md)
|
||||
- [parking_spaces](../Layers/parking_spaces.md)
|
||||
- [shops](../Layers/shops.md)
|
||||
- [toilet](../Layers/toilet.md)
|
||||
- [pharmacy](../Layers/pharmacy.md)
|
||||
|
|
|
@ -454,7 +454,7 @@
|
|||
{{service_item
|
||||
|name= [https://mapcomplete.osm.be/transit transit]
|
||||
|region= Worldwide
|
||||
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}, {{#language:_context|en}}
|
||||
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}, {{#language:nb_NO|en}}, {{#language:_context|en}}
|
||||
|descr= A MapComplete theme: Plan your trip with the help of the public transport system
|
||||
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|
||||
|image= MapComplete_Screenshot.png
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 4755,
|
||||
"commits": 4790,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
"commits": 302,
|
||||
"commits": 311,
|
||||
"contributor": "Robin van der Linde"
|
||||
},
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
|||
"contributor": "Tobias"
|
||||
},
|
||||
{
|
||||
"commits": 33,
|
||||
"commits": 34,
|
||||
"contributor": "Win Olario"
|
||||
},
|
||||
{
|
||||
|
@ -38,11 +38,11 @@
|
|||
},
|
||||
{
|
||||
"commits": 24,
|
||||
"contributor": "Ward"
|
||||
"contributor": "riQQ"
|
||||
},
|
||||
{
|
||||
"commits": 23,
|
||||
"contributor": "riQQ"
|
||||
"commits": 24,
|
||||
"contributor": "Ward"
|
||||
},
|
||||
{
|
||||
"commits": 21,
|
||||
|
@ -72,6 +72,10 @@
|
|||
"commits": 17,
|
||||
"contributor": "pgm-chardelv1"
|
||||
},
|
||||
{
|
||||
"commits": 16,
|
||||
"contributor": "dependabot[bot]"
|
||||
},
|
||||
{
|
||||
"commits": 15,
|
||||
"contributor": "Brice Maron"
|
||||
|
@ -80,10 +84,6 @@
|
|||
"commits": 15,
|
||||
"contributor": "ToastHawaii"
|
||||
},
|
||||
{
|
||||
"commits": 14,
|
||||
"contributor": "dependabot[bot]"
|
||||
},
|
||||
{
|
||||
"commits": 13,
|
||||
"contributor": "Nicole"
|
||||
|
|
|
@ -86,7 +86,8 @@
|
|||
"es": "El número de puerta es <b>{addr:housenumber}</b>",
|
||||
"da": "Husnummeret er <b>{addr:housenumber}</b>",
|
||||
"cs": "Číslo domu je <b>{addr:housenumber}</b>",
|
||||
"pt": "The house number is <b>{addr:housenumber}</b>"
|
||||
"pt": "The house number is <b>{addr:housenumber}</b>",
|
||||
"nb_NO": "Husnummeret er <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the number of this house?",
|
||||
|
@ -101,7 +102,8 @@
|
|||
"id": "Berapa nomor rumah ini?",
|
||||
"da": "Hvad er nummeret på dette hus?",
|
||||
"cs": "Jaké je číslo tohoto domu?",
|
||||
"pt": "Qual é o número desta casa?"
|
||||
"pt": "Qual é o número desta casa?",
|
||||
"nb_NO": "Hvilket husnummer har dette huset?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "addr:housenumber",
|
||||
|
@ -130,7 +132,8 @@
|
|||
"da": "Denne bygning har intet husnummer",
|
||||
"zh_Hant": "這棟建築沒有門牌",
|
||||
"cs": "Tato budova nemá číslo domu",
|
||||
"pt": "Este prédio não tem número"
|
||||
"pt": "Este prédio não tem número",
|
||||
"nb_NO": "Denne bygningen har ikke noe husnummer"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -206,7 +209,8 @@
|
|||
"zh_Hans": "这里应被如何修复?请做出解释",
|
||||
"da": "Hvad skal rettes her? Forklar venligst",
|
||||
"cs": "Co by se zde mělo opravit? Vysvětlete to, prosím",
|
||||
"pt": "O que deve ser corrigido aqui? Explique"
|
||||
"pt": "O que deve ser corrigido aqui? Explique",
|
||||
"nb_NO": "Hva bør fikses her? Forklar."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "fixme"
|
||||
|
|
|
@ -444,7 +444,8 @@
|
|||
"de": "Holzschnitzerei",
|
||||
"cs": "Dřevořezba",
|
||||
"pt": "Entalhe em madeira",
|
||||
"fr": "Sculpture sur bois"
|
||||
"fr": "Sculpture sur bois",
|
||||
"nb_NO": "Treskjæring"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"nl": "Geldautomaten"
|
||||
},
|
||||
"description": {
|
||||
"en": "ATMS to withdraw money",
|
||||
"en": "ATMs to withdraw money",
|
||||
"de": "Geldautomaten zum Geld abheben",
|
||||
"fr": "DAB pour retirer de l'argent",
|
||||
"nl": "Geldautomaten om geld op te nemen"
|
||||
|
@ -74,7 +74,8 @@
|
|||
"id": "atm-in-bank-notice",
|
||||
"condition": "amenity=bank",
|
||||
"render": {
|
||||
"en": "This ATM is located in or near a bank"
|
||||
"en": "This ATM is located in or near a bank",
|
||||
"de": "Dieser Geldautomat befindet sich in oder in der Nähe einer Bank"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -261,4 +262,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -446,8 +446,10 @@
|
|||
"key": "capacity:bicycle_type",
|
||||
"type": "pnat"
|
||||
},
|
||||
"condition": {"and":
|
||||
["rental~.*bicycle_type.*"]
|
||||
"condition": {
|
||||
"and": [
|
||||
"rental~.*bicycle_type.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -559,4 +561,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -488,10 +488,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"builtin": "bicycle_rental.*bicycle_rental",
|
||||
"builtin": "bicycle_rental.*bicycle_rental",
|
||||
"override": {
|
||||
"condition": {
|
||||
"and+": ["service:bicycle:rental=yes"]
|
||||
"and+": [
|
||||
"service:bicycle:rental=yes"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -790,4 +792,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -529,7 +529,11 @@
|
|||
},
|
||||
"preciseInput": {
|
||||
"snapToLayer": "walls_and_buildings",
|
||||
"preferredBackground": ["photo", "osmbasedmap","map"]
|
||||
"preferredBackground": [
|
||||
"photo",
|
||||
"osmbasedmap",
|
||||
"map"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -598,4 +602,4 @@
|
|||
"nl": "Deze laag toont bewakingscamera's en laat toe om de informatie te verrijken en om nieuwe camera\"s toe te voegen",
|
||||
"de": "Diese Ebene zeigt die Überwachungskameras an und ermöglicht es, Informationen zu aktualisieren und neue Kameras hinzuzufügen"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -106,4 +106,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "This is a public waste basket, trash can, where you can throw away your trash.",
|
||||
"en": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
||||
"nl": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.",
|
||||
"de": "Dies ist ein öffentlicher Abfalleimer, in den Sie Ihren Müll entsorgen können.",
|
||||
"hu": "Ez egy nyilvános szemétkosár vagy kuka, ahová kidobhatod a szemetedet.",
|
||||
|
@ -369,4 +369,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1046,7 +1046,7 @@
|
|||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "With what coins can you pay here?",
|
||||
"en": "What coins can you use to pay here?",
|
||||
"de": "Mit welchen Münzen kann man hier bezahlen?",
|
||||
"nl": "Met welke munten kan je hier betalen?"
|
||||
},
|
||||
|
@ -1058,7 +1058,8 @@
|
|||
"then": {
|
||||
"en": "1 cent coins are accepted",
|
||||
"de": "1-Cent-Münzen werden akzeptiert",
|
||||
"nl": "Munten van 1 cent worden geaccepteerd"
|
||||
"nl": "Munten van 1 cent worden geaccepteerd",
|
||||
"nb_NO": "1-cent mynter aksepteres"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1067,7 +1068,8 @@
|
|||
"then": {
|
||||
"en": "2 cent coins are accepted",
|
||||
"de": "2-Cent-Münzen werden akzeptiert",
|
||||
"nl": "Munten van 2 cent worden geaccepteerd"
|
||||
"nl": "Munten van 2 cent worden geaccepteerd",
|
||||
"nb_NO": "2-cent mynter aksepteres"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1076,7 +1078,8 @@
|
|||
"then": {
|
||||
"en": "5 cent coins are accepted",
|
||||
"de": "5-Cent-Münzen werden akzeptiert",
|
||||
"nl": "Munten van 5 cent worden geaccepteerd"
|
||||
"nl": "Munten van 5 cent worden geaccepteerd",
|
||||
"nb_NO": "5-cent mynter aksepteres"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1085,7 +1088,8 @@
|
|||
"then": {
|
||||
"en": "10 cent coins are accepted",
|
||||
"de": "10-Cent-Münzen werden akzeptiert",
|
||||
"nl": "Munten van 10 cent worden geaccepteerd"
|
||||
"nl": "Munten van 10 cent worden geaccepteerd",
|
||||
"nb_NO": "10-cent mynter aksepteres"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
"then": {
|
||||
"en": "20 cent coins are accepted",
|
||||
"de": "20-Cent-Münzen werden akzeptiert",
|
||||
"nl": "Munten van 20 cent worden geaccepteerd"
|
||||
"nl": "Munten van 20 cent worden geaccepteerd",
|
||||
"nb_NO": "20-cent mynter aksepteres"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1103,7 +1108,8 @@
|
|||
"then": {
|
||||
"en": "50 cent coins are accepted",
|
||||
"de": "50-Cent-Münzen werden akzeptiert",
|
||||
"nl": "Munten van 50 cent worden geaccepteerd"
|
||||
"nl": "Munten van 50 cent worden geaccepteerd",
|
||||
"nb_NO": "50-cent mynter aksepteres"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1112,7 +1118,8 @@
|
|||
"then": {
|
||||
"en": "1 euro coins are accepted",
|
||||
"de": "1-Euro-Münzen werden akzeptiert",
|
||||
"nl": "Munten van 1 euro worden geaccepteerd"
|
||||
"nl": "Munten van 1 euro worden geaccepteerd",
|
||||
"nb_NO": "1-euro mynter aksepteres"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1121,7 +1128,8 @@
|
|||
"then": {
|
||||
"en": "2 euro coins are accepted",
|
||||
"de": "2-Euro-Münzen werden akzeptiert",
|
||||
"nl": "Munten van 2 euro worden geaccepteerd"
|
||||
"nl": "Munten van 2 euro worden geaccepteerd",
|
||||
"nb_NO": "2-euro mynter aksepteres"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -1668,4 +1676,4 @@
|
|||
"es": "El nombre de red es <b>{internet_access:ssid}</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,8 @@
|
|||
"nl": "BAG import helper",
|
||||
"en": "BAG import helper",
|
||||
"de": "BAG-Importhilfe",
|
||||
"fr": "Facilitateur d'import BAG"
|
||||
"fr": "Facilitateur d'import BAG",
|
||||
"nb_NO": "BAG-importhjelper"
|
||||
},
|
||||
"shortDescription": {
|
||||
"nl": "BAG import helper tool",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"en": "OSM for the blind",
|
||||
"de": "OSM für Blinde",
|
||||
"nl": "OSM voor blinden",
|
||||
"fr": "OSM pour les malvoyants"
|
||||
"fr": "OSM pour les malvoyants",
|
||||
"nb_NO": "OSM for blinde"
|
||||
},
|
||||
"description": {
|
||||
"en": "Help to map features relevant for the blind",
|
||||
|
|
|
@ -130,4 +130,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -335,4 +335,4 @@
|
|||
"enableIframePopout": false,
|
||||
"enableBackgroundLayerSelection": false,
|
||||
"enableNoteImports": false
|
||||
}
|
||||
}
|
|
@ -15,7 +15,8 @@
|
|||
"de": "Planen Sie Ihre Reise mit Hilfe von öffentlichen Verkehrsmitteln.",
|
||||
"fr": "Planifier votre itinéraire avec le système de transports en commun.",
|
||||
"da": "Planlæg din rejse ved hjælp af det offentlige transportsystem.",
|
||||
"nl": "Plan je trip met behulp van het openbaar vervoer."
|
||||
"nl": "Plan je trip met behulp van het openbaar vervoer.",
|
||||
"nb_NO": "Planlegg turen din med offentlig transport"
|
||||
},
|
||||
"icon": "./assets/layers/transit_stops/bus_stop.svg",
|
||||
"startZoom": 20,
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 216,
|
||||
"commits": 217,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
"commits": 195,
|
||||
"commits": 196,
|
||||
"contributor": "kjon"
|
||||
},
|
||||
{
|
||||
"commits": 66,
|
||||
"commits": 73,
|
||||
"contributor": "Allan Nordhøy"
|
||||
},
|
||||
{
|
||||
|
@ -128,6 +128,10 @@
|
|||
"commits": 7,
|
||||
"contributor": "Niels Elgaard Larsen"
|
||||
},
|
||||
{
|
||||
"commits": 6,
|
||||
"contributor": "mcliquid"
|
||||
},
|
||||
{
|
||||
"commits": 6,
|
||||
"contributor": "Joost Schouppe"
|
||||
|
@ -184,10 +188,6 @@
|
|||
"commits": 5,
|
||||
"contributor": "Alexey Shabanov"
|
||||
},
|
||||
{
|
||||
"commits": 4,
|
||||
"contributor": "mcliquid"
|
||||
},
|
||||
{
|
||||
"commits": 4,
|
||||
"contributor": "Hiroshi Miura"
|
||||
|
@ -332,6 +332,10 @@
|
|||
"commits": 2,
|
||||
"contributor": "Leo Alcaraz"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Ettore Atalan"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Lucas"
|
||||
|
|
|
@ -2959,9 +2959,6 @@
|
|||
"render": "Bortskaffelse af affald"
|
||||
}
|
||||
},
|
||||
"watermill": {
|
||||
"name": "Vandmølle"
|
||||
},
|
||||
"windturbine": {
|
||||
"description": "Moderne vindmøller til produktion af elektricitet",
|
||||
"name": "vindmølle",
|
||||
|
|
|
@ -176,6 +176,9 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"atm-in-bank-notice": {
|
||||
"render": "Dieser Geldautomat befindet sich in oder in der Nähe einer Bank"
|
||||
},
|
||||
"brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Markenname"
|
||||
|
@ -192,9 +195,6 @@
|
|||
},
|
||||
"question": "Welches Unternehmen betreibt den Geldautomaten?",
|
||||
"render": "Der Geldautomat wird von {operator} betrieben"
|
||||
},
|
||||
"atm-in-bank-notice": {
|
||||
"render": "Dieser Geldautomat befindet sich in oder in der Nähe einer Bank"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7040,12 +7040,6 @@
|
|||
"render_single_language": "Die Treppe hat taktile Schrift in {language():font-bold}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"multilevels": {
|
||||
"override": {
|
||||
"question": "Zwischen welchen Stockwerken befindet sich diese Treppe?",
|
||||
"render": "Diese Treppe befindet sich zwischen den Stockwerken {level}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7425,18 +7419,6 @@
|
|||
},
|
||||
"question": "Wer ist der Betreiber dieses Fahrkartenentwerters?",
|
||||
"render": "Dieser Fahrkartenentwerter wird betrieben von {operator}"
|
||||
},
|
||||
"payment-options": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"1": {
|
||||
"then": "Dieser Fahrkartenentwerter akzeptiert OV-Chipkaart"
|
||||
},
|
||||
"0": {
|
||||
"then": "Dieser Fahrkartenentwerter akzeptiert OV-Chipkaart"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7703,11 +7685,6 @@
|
|||
"wheelchair-door-width": {
|
||||
"question": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?",
|
||||
"render": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(toilets:door:width)} breit"
|
||||
},
|
||||
"opening_hours": {
|
||||
"override": {
|
||||
"question": "Wann ist die Einrichtung, in der sich diese Toiletten befinden, geöffnet?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -8372,4 +8349,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -8442,4 +8442,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4708,9 +4708,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"watermill": {
|
||||
"name": "Moulin à eau"
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "Éolienne",
|
||||
"presets": {
|
||||
|
|
|
@ -606,9 +606,6 @@
|
|||
"render": "Pembuangan Limbah"
|
||||
}
|
||||
},
|
||||
"watermill": {
|
||||
"name": "Kincir Air"
|
||||
},
|
||||
"windturbine": {
|
||||
"tagRenderings": {
|
||||
"turbine-operator": {
|
||||
|
|
|
@ -2,22 +2,22 @@
|
|||
"address": {
|
||||
"description": "Adresser",
|
||||
"name": "Kjente adresser i OSM",
|
||||
"title": {
|
||||
"render": "Kjent adresse"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "Hva bør fikses her? Forklar."
|
||||
},
|
||||
"housenumber": {
|
||||
"question": "Hvilket husnummer har dette huset?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Denne bygningen har ikke noe husnummer"
|
||||
}
|
||||
},
|
||||
"question": "Hvilket husnummer har dette huset?",
|
||||
"render": "Husnummeret er <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"fixme": {
|
||||
"question": "Hva bør fikses her? Forklar."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kjent adresse"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
|
@ -383,4 +383,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1689,9 +1689,6 @@
|
|||
"render": "Контейнер для мусора"
|
||||
}
|
||||
},
|
||||
"watermill": {
|
||||
"name": "Водяная мельница"
|
||||
},
|
||||
"windturbine": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
|
|
236
langs/nb_NO.json
236
langs/nb_NO.json
|
@ -37,12 +37,28 @@
|
|||
"panelIntro": "<h3>Ditt personlige tema</h3>Aktiver dine favorittlag fra de offisielle",
|
||||
"reload": "Last inn dataen igjen"
|
||||
},
|
||||
"flyer": {
|
||||
"cyclofix": "Sykkelpumper, reperasjonsstasjoner, drikkevann og sykkelbutikker finner du på cyclofix.",
|
||||
"fakeui": {
|
||||
"add_images": "Legg til bilder med få klikk",
|
||||
"see_images": "Viser bilder fra tidligere bidragsytere, Wikipedia, Mapillary, … ",
|
||||
"wikipedia": "Lenkede Wikipedia-artikler vises"
|
||||
},
|
||||
"mapcomplete": {
|
||||
"intro": "MapComplete er en nettside som har {mapCount} interaktive kart. Hvert enkelt kart tillater å legge til eller oppdatere info. Det har mange funksjoner:",
|
||||
"li0": "Vis hvor det finnes interessepunkter",
|
||||
"li1": "Legg til nye punkter og oppdater info om eksisterende",
|
||||
"title": "Hva er MapComplete?"
|
||||
},
|
||||
"onwheels": "Innendørskart for rullestolsbrukere er også tilgjengelig."
|
||||
},
|
||||
"general": {
|
||||
"about": "Rediger og legg til OpenStreetMap for et gitt tema",
|
||||
"aboutMapcomplete": "<h3>Om</h3><p>Bruk MapComplete til å legge til OpenStreetMap-info i <b>ett tema. </b>Besvar spørsmål og få endringene vist i løpet av minutter. I de fleste temaene kan du legge inn bilder eller legge igjen en vurdering. <b>Temavedlikeholderen</b> definerer elementer, spørsmål og språk for det.</p><h3>Finn ut mer</h3><p>MapComplete tilbyr alltid <b>neste steg</b> for å lære mer om OpenStreetMap.<ul><li>Når bygd inn på en nettside lenker iframe-elementet til en fullskjermsversjon av MapComplete.</li><li>Fullskjermsversjonen tilbyr info om OpenStreetMap.</li><li>Visning fungerer uten innlogging, men redigering krever en OSM-konto.</li><li>Hvis du ikke er innlogget blir du spurt om å gjøre det.</li><li>Når du har besvart ett spørsmål, kan du legge til nye funksjoner på kartet.</li><li>Etter en stund vil OSM-etiketter bli vist, som i sin tur lenker til wiki-en.</li></ul></p><br/><p>Har du oppdaget <b>et problem</b>? Har du en <b>funksjonsforespørsel</b>? Vil du bistå <b>oversettelsen</b>? Gå til <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>kildekoden</a> eller <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>problemsporeren.</a> </p><p>Vil du se <b>din framdrift</b>? Følg redigeringsantallet på <a href='{osmcha_link}' target='_blank' >OsmCha</a>.</p>",
|
||||
"add": {
|
||||
"addNew": "Legg til {category} her",
|
||||
"addNewMapLabel": "Legg til nytt element",
|
||||
"backToSelect": "Velg en annen kategori",
|
||||
"confirmButton": "Legg til en {category} her.<br/><div class='alert'>Din endring er synlig for alle</div>",
|
||||
"confirmIntro": "<h3>Legg til {title} her?</h3>Punktet du oppretter her vil være <b>synlig for alle</b>. Kun legg til ting på kartet hvis de virkelig finnes. Mange programmer bruker denne dataen.",
|
||||
"disableFilters": "Skru av alle filtre",
|
||||
|
@ -67,8 +83,7 @@
|
|||
"warnVisibleForEveryone": "Din endring vil være synlig for alle",
|
||||
"wrongType": "Dette er ikke et punkt eller en vei og kan ikke importeres",
|
||||
"zoomInFurther": "Forstørr mer for å legge til et punkt.",
|
||||
"zoomInMore": "Forstørr mer for å importere denne funksjonen",
|
||||
"backToSelect": "Velg en annen kategori"
|
||||
"zoomInMore": "Forstørr mer for å importere denne funksjonen"
|
||||
},
|
||||
"apply_button": {
|
||||
"appliedOnAnotherObject": "{id}-objektet vil motta {tags}",
|
||||
|
@ -225,6 +240,16 @@
|
|||
"skip": "Hopp over dette spørsmålet",
|
||||
"skippedQuestions": "Noen spørsmål ble hoppet over",
|
||||
"testing": "Testing. ingen endringer vil bli lagret.",
|
||||
"uploadGpx": {
|
||||
"modes": {
|
||||
"public": {
|
||||
"name": "Offentlig"
|
||||
}
|
||||
},
|
||||
"title": "Last opp sporet ditt til OpenStreetMap.org",
|
||||
"uploadFinished": "Sporet ditt har blitt opplastet.",
|
||||
"uploading": "Laster opp sporet ditt …"
|
||||
},
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"friday": "Fre",
|
||||
|
@ -257,16 +282,6 @@
|
|||
},
|
||||
"searchWikidata": "Søk på Wikipedia",
|
||||
"wikipediaboxTitle": "Wikipedia"
|
||||
},
|
||||
"uploadGpx": {
|
||||
"modes": {
|
||||
"public": {
|
||||
"name": "Offentlig"
|
||||
}
|
||||
},
|
||||
"uploadFinished": "Sporet ditt har blitt opplastet.",
|
||||
"uploading": "Laster opp sporet ditt …",
|
||||
"title": "Last opp sporet ditt til OpenStreetMap.org"
|
||||
}
|
||||
},
|
||||
"image": {
|
||||
|
@ -277,12 +292,12 @@
|
|||
"dontDelete": "Avbryt",
|
||||
"isDeleted": "Slettet",
|
||||
"nearbyPictures": {
|
||||
"loadMore": "Last inn flere bilder",
|
||||
"loading": "Laster inn bilder i nærheten …",
|
||||
"noImageSelected": "Velg et bilde for å knytte det til objektet",
|
||||
"nothingFound": "Fant ingen bilder i nærheten …",
|
||||
"removeFilters": "Klikk her for å fjerne filterne",
|
||||
"title": "Bilder i nærheten",
|
||||
"loadMore": "Last inn flere bilder"
|
||||
"title": "Bilder i nærheten"
|
||||
},
|
||||
"pleaseLogin": "Logg inn for å legge til et bilde",
|
||||
"respectPrivacy": "Ikke ta bilder av folk eller bilskilt. Ikke last opp Google Maps, Google Streetview eller andre opphavsrettsbeskyttede kilder.",
|
||||
|
@ -304,10 +319,10 @@
|
|||
"title": "Sett metadata"
|
||||
},
|
||||
"compareToAlreadyExistingNotes": {
|
||||
"noPreviousNotesFound": "Ingen tidligere importnotater ble funnet",
|
||||
"title": "Sammenlign med eksisterende noder",
|
||||
"loading": "Henter notater fra OSM …",
|
||||
"loadingFailed": "Kunne ikke laste inn notater fordi {error}",
|
||||
"loading": "Henter notater fra OSM …"
|
||||
"noPreviousNotesFound": "Ingen tidligere importnotater ble funnet",
|
||||
"title": "Sammenlign med eksisterende noder"
|
||||
},
|
||||
"confirmProcess": {
|
||||
"contactedCommunity": "Jeg kontatet (local)-gemenskapen om denne importen",
|
||||
|
@ -388,6 +403,58 @@
|
|||
"pickTheme": "Begynn ved å velge et av temaene nedenfor.",
|
||||
"title": "Velkommen til MapComplete"
|
||||
},
|
||||
"matrixbot": {
|
||||
"commands": {
|
||||
"dm": {
|
||||
"selectValidCommand": "Angi en gyldig kommando",
|
||||
"selectValidUser": "Angi en gyldig målbruker"
|
||||
},
|
||||
"documentation": {
|
||||
"didYouMean": "Mente du",
|
||||
"file": {
|
||||
"plural": "filer",
|
||||
"singular": "fil"
|
||||
},
|
||||
"inputElement": {
|
||||
"plural": "inndataelementer",
|
||||
"singular": "inndataelement"
|
||||
},
|
||||
"layer": {
|
||||
"plural": "lag",
|
||||
"singular": "lag"
|
||||
},
|
||||
"urlParam": "Nettadresse-parameter <code>{id}<code>",
|
||||
"visualisation": {
|
||||
"plural": "visualiseringer",
|
||||
"singular": "visualisering"
|
||||
}
|
||||
},
|
||||
"dream": {
|
||||
"docs": "Sender en datamaskinsgenerert tekst"
|
||||
},
|
||||
"info": {
|
||||
"closed": "Stengt",
|
||||
"closedTodayAndTomorrow": "Stengt i dag og i morgen",
|
||||
"couldNotDownload": "Kunne ikke laste ned <code>{id}</code>",
|
||||
"editWith": "Rediger dette elementet med {title}",
|
||||
"fetchingInfoAbout": "Henter data om {id} …",
|
||||
"noInfo": "Ingen relevant info enda"
|
||||
},
|
||||
"language": {
|
||||
"arglang": "Språket å bruke fra nå av",
|
||||
"helpTranslating": "Bistå oversettelsen av svarene mine på Weblate.",
|
||||
"knownLanguages": "Du kan velge ett av følgende språk:"
|
||||
},
|
||||
"role": {
|
||||
"docs": "Endre hva en bruker kan og ikke kan gjøre",
|
||||
"noPreviousRoles": "<b>{user}</b> har ingen tidligere roller"
|
||||
},
|
||||
"scheme": {
|
||||
"argkey": "Navnet på nøkkelen",
|
||||
"notype": "ingen type angitt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"move": {
|
||||
"cancel": "Avbryt flytting",
|
||||
"cannotBeMoved": "Denne funksjonen kan ikke flyttes.",
|
||||
|
@ -417,36 +484,46 @@
|
|||
"autoApply": "Ved endring av attributteene {attr_names}, legges de automatisk til for {count} andre objekter også"
|
||||
},
|
||||
"notes": {
|
||||
"addCommentAndClose": "Legg til kommentar og lukk",
|
||||
"addCommentPlaceholder": "Legg til en kommentar …",
|
||||
"anonymous": "Anonym bruker",
|
||||
"closeNote": "Lukk notat",
|
||||
"createNote": "Opprett nytt notat",
|
||||
"createNoteTitle": "Opprett et nytt notat her",
|
||||
"disableAllNoteFilters": "Skru av alle filtre",
|
||||
"isClosed": "Dette notatet har blitt løst",
|
||||
"loginToAddComment": "Logg inn for å legge til en kommentar",
|
||||
"loginToAddPicture": "Logg inn for å legge til et bilde",
|
||||
"noteIsPublic": "Dette vil vises for alle",
|
||||
"reopenNote": "Gjenåpne notat",
|
||||
"reopenNoteAndComment": "Gjenåpne notat og kommenter",
|
||||
"textNeeded": "Skriv inn beskrivende tekst for å opprettet et notat",
|
||||
"typeText": "Skriv inn tekst for å legge til en kommentar",
|
||||
"addCommentAndClose": "Legg til kommentar og lukk",
|
||||
"disableAllNoteFilters": "Skru av alle filtre",
|
||||
"closeNote": "Lukk notat",
|
||||
"createNote": "Opprett nytt notat",
|
||||
"loginToAddComment": "Logg inn for å legge til en kommentar"
|
||||
"typeText": "Skriv inn tekst for å legge til en kommentar"
|
||||
},
|
||||
"plantDetection": {
|
||||
"howTo": {
|
||||
"li3": "ta et bilde av blomstene"
|
||||
},
|
||||
"loadingWikidata": "Laster inn info om {species} …",
|
||||
"matchPercentage": "{match}% treff",
|
||||
"overviewTitle": "Automatisk oppdagede arter",
|
||||
"poweredByPlantnet": "Drevet av <a href='https://plantnet.org' target='_blank'>plantnet.org</a>",
|
||||
"seeInfo": "Finn mer info om artene"
|
||||
},
|
||||
"privacy": {
|
||||
"whileYoureHere": "Bryr du deg om personvern?",
|
||||
"title": "Personvernspraksis",
|
||||
"trackingTitle": "Statistisk data"
|
||||
"trackingTitle": "Statistisk data",
|
||||
"whileYoureHere": "Bryr du deg om personvern?"
|
||||
},
|
||||
"professional": {
|
||||
"aboutMc": {
|
||||
"internalUse": {
|
||||
"title": "Bruk av data i interne prosesser"
|
||||
},
|
||||
"survey": {
|
||||
"title": "Undersøkelsesmuligheter"
|
||||
},
|
||||
"title": "Bruk av MapComplete i din organisasjon",
|
||||
"internalUse": {
|
||||
"title": "Bruk av data i interne prosesser"
|
||||
}
|
||||
"title": "Bruk av MapComplete i din organisasjon"
|
||||
},
|
||||
"aboutOsm": {
|
||||
"aboutOsm": {
|
||||
|
@ -512,13 +589,23 @@
|
|||
"missing": "{count} uoversatte strenger",
|
||||
"notImmediate": "Oversettelser oppdateres ikke direkte. Dette tar typisk et par dager."
|
||||
},
|
||||
"userinfo": {
|
||||
"noDescriptionCallToAction": "Legg til profilbeskrivelse",
|
||||
"welcome": "Velkommen {user}"
|
||||
},
|
||||
"validation": {
|
||||
"color": {
|
||||
"description": "En farge eller heksadesimal kode"
|
||||
},
|
||||
"date": {
|
||||
"description": "En dato, som starter med året"
|
||||
},
|
||||
"direction": {
|
||||
"description": "En retning"
|
||||
},
|
||||
"distance": {
|
||||
"description": "En avstand i meter"
|
||||
},
|
||||
"email": {
|
||||
"feedback": "Dette er ikke en gyldig e-postadresse"
|
||||
},
|
||||
|
@ -530,9 +617,9 @@
|
|||
"description": "et heltall"
|
||||
},
|
||||
"nat": {
|
||||
"mustBePositive": "Dette tallet skal være positivt",
|
||||
"mustBeWhole": "Kun heltall tillates",
|
||||
"notANumber": "Skriv inn et tall",
|
||||
"mustBePositive": "Dette tallet skal være positivt"
|
||||
"notANumber": "Skriv inn et tall"
|
||||
},
|
||||
"opening_hours": {
|
||||
"description": "Åpningstider"
|
||||
|
@ -560,93 +647,6 @@
|
|||
},
|
||||
"wikidata": {
|
||||
"description": "En Wikidata-identifikator"
|
||||
},
|
||||
"distance": {
|
||||
"description": "En avstand i meter"
|
||||
},
|
||||
"color": {
|
||||
"description": "En farge eller heksadesimal kode"
|
||||
}
|
||||
},
|
||||
"plantDetection": {
|
||||
"seeInfo": "Finn mer info om artene",
|
||||
"poweredByPlantnet": "Drevet av <a href='https://plantnet.org' target='_blank'>plantnet.org</a>",
|
||||
"howTo": {
|
||||
"li3": "ta et bilde av blomstene"
|
||||
},
|
||||
"matchPercentage": "{match}% treff",
|
||||
"loadingWikidata": "Laster inn info om {species} …",
|
||||
"overviewTitle": "Automatisk oppdagede arter"
|
||||
},
|
||||
"matrixbot": {
|
||||
"commands": {
|
||||
"scheme": {
|
||||
"notype": "ingen type angitt",
|
||||
"argkey": "Navnet på nøkkelen"
|
||||
},
|
||||
"documentation": {
|
||||
"layer": {
|
||||
"singular": "lag",
|
||||
"plural": "lag"
|
||||
},
|
||||
"file": {
|
||||
"plural": "filer",
|
||||
"singular": "fil"
|
||||
},
|
||||
"didYouMean": "Mente du",
|
||||
"inputElement": {
|
||||
"plural": "inndataelementer",
|
||||
"singular": "inndataelement"
|
||||
},
|
||||
"visualisation": {
|
||||
"plural": "visualiseringer",
|
||||
"singular": "visualisering"
|
||||
},
|
||||
"urlParam": "Nettadresse-parameter <code>{id}<code>"
|
||||
},
|
||||
"language": {
|
||||
"arglang": "Språket å bruke fra nå av",
|
||||
"helpTranslating": "Bistå oversettelsen av svarene mine på Weblate.",
|
||||
"knownLanguages": "Du kan velge ett av følgende språk:"
|
||||
},
|
||||
"info": {
|
||||
"closedTodayAndTomorrow": "Stengt i dag og i morgen",
|
||||
"couldNotDownload": "Kunne ikke laste ned <code>{id}</code>",
|
||||
"editWith": "Rediger dette elementet med {title}",
|
||||
"fetchingInfoAbout": "Henter data om {id} …",
|
||||
"noInfo": "Ingen relevant info enda",
|
||||
"closed": "Stengt"
|
||||
},
|
||||
"dm": {
|
||||
"selectValidCommand": "Angi en gyldig kommando",
|
||||
"selectValidUser": "Angi en gyldig målbruker"
|
||||
},
|
||||
"role": {
|
||||
"noPreviousRoles": "<b>{user}</b> har ingen tidligere roller",
|
||||
"docs": "Endre hva en bruker kan og ikke kan gjøre"
|
||||
},
|
||||
"dream": {
|
||||
"docs": "Sender en datamaskinsgenerert tekst"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flyer": {
|
||||
"fakeui": {
|
||||
"wikipedia": "Lenkede Wikipedia-artikler vises",
|
||||
"add_images": "Legg til bilder med få klikk",
|
||||
"see_images": "Viser bilder fra tidligere bidragsytere, Wikipedia, Mapillary, … "
|
||||
},
|
||||
"mapcomplete": {
|
||||
"li0": "Vis hvor det finnes interessepunkter",
|
||||
"title": "Hva er MapComplete?",
|
||||
"intro": "MapComplete er en nettside som har {mapCount} interaktive kart. Hvert enkelt kart tillater å legge til eller oppdatere info. Det har mange funksjoner:",
|
||||
"li1": "Legg til nye punkter og oppdater info om eksisterende"
|
||||
},
|
||||
"onwheels": "Innendørskart for rullestolsbrukere er også tilgjengelig.",
|
||||
"cyclofix": "Sykkelpumper, reperasjonsstasjoner, drikkevann og sykkelbutikker finner du på cyclofix."
|
||||
},
|
||||
"userinfo": {
|
||||
"noDescriptionCallToAction": "Legg til profilbeskrivelse",
|
||||
"welcome": "Velkommen {user}"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -271,4 +271,4 @@
|
|||
"question": "Wie lautet der zugehörige Wikipedia Artikel?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -271,4 +271,4 @@
|
|||
"question": "What is the corresponding item on Wikipedia?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,33 @@
|
|||
{
|
||||
"shared_questions": {
|
||||
"denominations-coins": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "1-cent mynter aksepteres"
|
||||
},
|
||||
"1": {
|
||||
"then": "2-cent mynter aksepteres"
|
||||
},
|
||||
"2": {
|
||||
"then": "5-cent mynter aksepteres"
|
||||
},
|
||||
"3": {
|
||||
"then": "10-cent mynter aksepteres"
|
||||
},
|
||||
"4": {
|
||||
"then": "20-cent mynter aksepteres"
|
||||
},
|
||||
"5": {
|
||||
"then": "50-cent mynter aksepteres"
|
||||
},
|
||||
"6": {
|
||||
"then": "1-euro mynter aksepteres"
|
||||
},
|
||||
"7": {
|
||||
"then": "2-euro mynter aksepteres"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"question": "Er det noe mer som er relevant du ikke kunne opplyse om i tidligere svar? Legg det til her.<br/><span style='font-size: small'>Ikke gjenta fakta som allerede er nevnt</span>"
|
||||
},
|
||||
|
@ -210,34 +238,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Hva er respektivt element på Wikipedia?"
|
||||
},
|
||||
"denominations-coins": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "1-cent mynter aksepteres"
|
||||
},
|
||||
"5": {
|
||||
"then": "50-cent mynter aksepteres"
|
||||
},
|
||||
"6": {
|
||||
"then": "1-euro mynter aksepteres"
|
||||
},
|
||||
"7": {
|
||||
"then": "2-euro mynter aksepteres"
|
||||
},
|
||||
"2": {
|
||||
"then": "5-cent mynter aksepteres"
|
||||
},
|
||||
"3": {
|
||||
"then": "10-cent mynter aksepteres"
|
||||
},
|
||||
"1": {
|
||||
"then": "2-cent mynter aksepteres"
|
||||
},
|
||||
"4": {
|
||||
"then": "20-cent mynter aksepteres"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -7,6 +7,9 @@
|
|||
"description": "Velkommen til det åpne kunstverkskartet, et kart over statuer, byster, grafitti, og andre kunstverk i verden",
|
||||
"title": "Kunstkort"
|
||||
},
|
||||
"bag": {
|
||||
"title": "BAG-importhjelper"
|
||||
},
|
||||
"benches": {
|
||||
"description": "Viser alle benker som er registrert i OpenStreetMap: Individuelle benker, og benker som tilhører offentlig transport eller -skur. Med en OpenStreetMap-konto kan du kartlegge nye benker eller redigere eksisterende.",
|
||||
"shortDescription": "Et benkekart",
|
||||
|
@ -26,6 +29,9 @@
|
|||
"shortDescription": "Et kart over fastmonterte kikkerter",
|
||||
"title": "Kikkerter"
|
||||
},
|
||||
"blind_osm": {
|
||||
"title": "OSM for blinde"
|
||||
},
|
||||
"bookcases": {
|
||||
"title": "Kart over åpne bokhyller"
|
||||
},
|
||||
|
@ -622,8 +628,8 @@
|
|||
"title": "Åpent toalettkart"
|
||||
},
|
||||
"transit": {
|
||||
"title": "Bussruter",
|
||||
"description": "Planlegg turen din med offentlig transport"
|
||||
"description": "Planlegg turen din med offentlig transport",
|
||||
"title": "Bussruter"
|
||||
},
|
||||
"trees": {
|
||||
"description": "Kartlegg trærne.",
|
||||
|
@ -639,11 +645,5 @@
|
|||
"waste_basket": {
|
||||
"shortDescription": "Oversikt over søppelkurver",
|
||||
"title": "Søppelkurv"
|
||||
},
|
||||
"bag": {
|
||||
"title": "BAG-importhjelper"
|
||||
},
|
||||
"blind_osm": {
|
||||
"title": "OSM for blinde"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue