forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
7b6b375ff9
43 changed files with 1271 additions and 232 deletions
1
.github/workflows/deploy_pietervdvn.yml
vendored
1
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor != 'weblate' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
37
.github/workflows/validate_translations.yml
vendored
Normal file
37
.github/workflows/validate_translations.yml
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
name: Deployment on pietervdvn
|
||||
on:
|
||||
pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'weblate' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16"
|
||||
cache: "npm"
|
||||
cache-dependency-path: package-lock.json
|
||||
|
||||
- name: install deps
|
||||
run: npm ci
|
||||
shell: bash
|
||||
|
||||
- name: create generated dir
|
||||
run: mkdir ./assets/generated
|
||||
shell: bash
|
||||
|
||||
- name: sync translations
|
||||
run: npm run generate:translations
|
||||
shell: bash
|
||||
|
||||
- name: generate layeroverview
|
||||
run: npm run reset:layeroverview
|
||||
shell: bash
|
||||
|
||||
- name: run tests
|
||||
run: npm run test
|
||||
shell: bash
|
|
@ -33,6 +33,7 @@
|
|||
+ [internet-fee](#internet-fee)
|
||||
+ [internet-ssid](#internet-ssid)
|
||||
+ [reviews](#reviews)
|
||||
+ [questions](#questions)
|
||||
+ [climbing.website](#climbingwebsite)
|
||||
+ [climbing.fee](#climbingfee)
|
||||
+ [climbing.bouldering](#climbingbouldering)
|
||||
|
@ -45,7 +46,6 @@
|
|||
+ [opening_hours_by_appointment](#opening_hours_by_appointment)
|
||||
+ [multilevels](#multilevels)
|
||||
+ [induction-loop](#induction-loop)
|
||||
+ [questions](#questions)
|
||||
+ [all_tags](#all_tags)
|
||||
+ [export_as_gpx](#export_as_gpx)
|
||||
+ [export_as_geojson](#export_as_geojson)
|
||||
|
@ -145,6 +145,7 @@
|
|||
- reception_desk
|
||||
- recycling
|
||||
- shops
|
||||
- shower
|
||||
- slow_roads
|
||||
- sport_pitch
|
||||
- sports_centre
|
||||
|
@ -225,6 +226,7 @@
|
|||
- pharmacy
|
||||
- postoffices
|
||||
- shops
|
||||
- shower
|
||||
- sports_centre
|
||||
- toilet_at_amenity
|
||||
- veterinary
|
||||
|
@ -431,6 +433,7 @@
|
|||
- railway_platforms
|
||||
- reception_desk
|
||||
- shops
|
||||
- shower
|
||||
- ticket_machine
|
||||
- ticket_validator
|
||||
- toilet
|
||||
|
@ -578,6 +581,23 @@
|
|||
|
||||
|
||||
|
||||
### questions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- charging_station
|
||||
- etymology
|
||||
- hackerspace
|
||||
- play_forest
|
||||
- playground
|
||||
- shops
|
||||
- sport_pitch
|
||||
|
||||
|
||||
|
||||
|
||||
### climbing.website
|
||||
|
||||
|
||||
|
@ -715,22 +735,6 @@
|
|||
|
||||
|
||||
|
||||
### questions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- etymology
|
||||
- hackerspace
|
||||
- play_forest
|
||||
- playground
|
||||
- shops
|
||||
- sport_pitch
|
||||
|
||||
|
||||
|
||||
|
||||
### all_tags
|
||||
|
||||
|
||||
|
@ -793,6 +797,7 @@
|
|||
|
||||
|
||||
- parking_ticket_machine
|
||||
- shower
|
||||
- ticket_machine
|
||||
- toilet
|
||||
|
||||
|
|
|
@ -2013,6 +2013,8 @@ The question is *Does one have to pay a parking fee while charging?*
|
|||
|
||||
|
||||
|
||||
Show the images block at this location
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
@ -2029,16 +2031,6 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
|
|
|
@ -2011,6 +2011,8 @@ The question is *Does one have to pay a parking fee while charging?*
|
|||
|
||||
|
||||
|
||||
Show the images block at this location
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
@ -2027,16 +2029,6 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ The question is *Which methods of payment are accepted here?*
|
|||
- *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>
|
||||
- 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>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ A streetside cabinet with books, accessible to anyone
|
|||
|
||||
|
||||
|
||||
- This layer is shown at zoomlevel **10** and higher
|
||||
- This layer is shown at zoomlevel **7** and higher
|
||||
|
||||
|
||||
|
||||
|
@ -338,14 +338,14 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
kid-books.0 | Kinderboeken aanwezig? | books~^(.*children.*)$
|
||||
kid-books.0 | Has children books | books~^(.*children.*)$
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
adult-books.0 | Boeken voor volwassenen aanwezig? | books~^(.*adults.*)$
|
||||
adult-books.0 | Has books for adults | books~^(.*adults.*)$
|
||||
|
||||
|
||||
|
||||
|
@ -353,8 +353,17 @@ adult-books.0 | Boeken voor volwassenen aanwezig? | books~^(.*adults.*)$
|
|||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
inside.0 | Indoor or outdoor (default) |
|
||||
inside.1 | Binnen? | indoor=yes
|
||||
inside.2 | Buiten? | indoor=no\|
|
||||
inside.1 | Located indoors | indoor=yes
|
||||
inside.2 | Located outdoors | indoor=no\|
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
has_image.0 | With and without images (default) |
|
||||
has_image.1 | Has at least one image | image~.+\|image:0~.+|image:1~.+|image:2~.+|image:3~.+|mapillary~.+
|
||||
has_image.2 | Probably does not have an image |
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/public_bookcase/public_bookcase.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/public_bookcase/public_bookcase.json)
|
||||
|
|
319
Docs/Layers/shower.md
Normal file
319
Docs/Layers/shower.md
Normal file
|
@ -0,0 +1,319 @@
|
|||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
||||
|
||||
shower
|
||||
========
|
||||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/shower/shower.svg' height="100px">
|
||||
|
||||
A layer showing (public) showers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- This layer is shown at zoomlevel **12** and higher
|
||||
|
||||
|
||||
|
||||
|
||||
#### Themes using this layer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- [personal](https://mapcomplete.osm.be/personal)
|
||||
- [toilets](https://mapcomplete.osm.be/toilets)
|
||||
|
||||
|
||||
This is a special layer - data is not sourced from OpenStreetMap
|
||||
|
||||
|
||||
|
||||
Supported attributes
|
||||
----------------------
|
||||
|
||||
|
||||
|
||||
Warning:
|
||||
|
||||
this quick overview is incomplete
|
||||
|
||||
|
||||
|
||||
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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/level#values) [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/access#values) [access](https://wiki.openstreetmap.org/wiki/Key:access) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes) [customers](https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers) [key](https://wiki.openstreetmap.org/wiki/Tag:access%3Dkey)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/fee#values) [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [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/hot_water#values) [hot_water](https://wiki.openstreetmap.org/wiki/Key:hot_water) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:hot_water%3Dyes) [fee](https://wiki.openstreetmap.org/wiki/Tag:hot_water%3Dfee) [no](https://wiki.openstreetmap.org/wiki/Tag:hot_water%3Dno)
|
||||
|
||||
|
||||
|
||||
|
||||
### just_created
|
||||
|
||||
|
||||
|
||||
This element shows a 'thank you' that the contributor has recently created this element
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
|
||||
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### level
|
||||
|
||||
|
||||
|
||||
The question is *On what level is this feature located?*
|
||||
|
||||
This rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level)
|
||||
|
||||
This is rendered with `Located on the {level}th floor`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Located underground* corresponds with `location=underground`
|
||||
- This option cannot be chosen as answer
|
||||
- *Located on the ground floor* corresponds with `level=0`
|
||||
- *Located on the ground floor* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
- *Located on the first floor* corresponds with `level=1`
|
||||
- *Located on the first basement level* corresponds with `level=-1`
|
||||
|
||||
|
||||
|
||||
|
||||
### access
|
||||
|
||||
|
||||
|
||||
The question is *Who can use this shower?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Anyone can use this shower* corresponds with `access=yes`
|
||||
- *Only customers can use this shower* corresponds with `access=customers`
|
||||
- *Accesible, but one has to ask for a key* corresponds with `access=key`
|
||||
|
||||
|
||||
|
||||
|
||||
### fee
|
||||
|
||||
|
||||
|
||||
The question is *Is there a fee for using this shower?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *There is a fee for using this shower* corresponds with `fee=yes`
|
||||
- *This shower is free to use* corresponds with `fee=no`
|
||||
|
||||
|
||||
|
||||
|
||||
### charge
|
||||
|
||||
|
||||
|
||||
The question is *How much does it cost to use this shower?*
|
||||
|
||||
This rendering asks information about the property [charge](https://wiki.openstreetmap.org/wiki/Key:charge)
|
||||
|
||||
This is rendered with `It costs {charge} to use this shower`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `fee=yes`
|
||||
|
||||
|
||||
|
||||
### opening_hours
|
||||
|
||||
|
||||
|
||||
The question is *What are the opening hours of {title()}?*
|
||||
|
||||
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
|
||||
|
||||
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### hot_water
|
||||
|
||||
|
||||
|
||||
The question is *Does this shower have hot water available?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Hot water is available here* corresponds with `hot_water=yes`
|
||||
- *Hot water is available here, but there is a fee* corresponds with `hot_water=fee`
|
||||
- *There is no hot water available here* corresponds with `hot_water=no`
|
||||
|
||||
|
||||
|
||||
|
||||
### payment-options-split
|
||||
|
||||
|
||||
|
||||
The question is *Which methods of payment are accepted here?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Cash is accepted here* corresponds with `payment:cash=yes`
|
||||
- This option cannot be chosen as answer
|
||||
- Unselecting this answer will add
|
||||
- *Payment cards are accepted here* corresponds with `payment:cards=yes`
|
||||
- This option cannot be chosen as answer
|
||||
- Unselecting this answer will add
|
||||
- *Payment by QR-code is possible here* corresponds with `payment:qr_code=yes`
|
||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
||||
- *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|hot_water=fee`
|
||||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### minimap
|
||||
|
||||
|
||||
|
||||
Shows a small map with the feature. Added by default to every popup
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### move-button
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### delete-button
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### last_edit
|
||||
|
||||
|
||||
|
||||
Gives some metainfo about the last edit and who did edit it - rendering only
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
|
||||
|
||||
|
||||
|
||||
### all-tags
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### Filters
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
free.0 | Free to use | fee=no\|fee=0|charge=0
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
hot-water.0 | Hot water available | hot_water=yes\|hot_water=fee
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
open_now.0 | Open now | _isOpen=yes
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/shower/shower.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/shower/shower.json)
|
|
@ -49,6 +49,7 @@ 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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/sport#values) [sport](https://wiki.openstreetmap.org/wiki/Key:sport) | [string](../SpecialInputElements.md#string) | [basketball](https://wiki.openstreetmap.org/wiki/Tag:sport%3Dbasketball) [soccer](https://wiki.openstreetmap.org/wiki/Tag:sport%3Dsoccer) [table_tennis](https://wiki.openstreetmap.org/wiki/Tag:sport%3Dtable_tennis) [tennis](https://wiki.openstreetmap.org/wiki/Tag:sport%3Dtennis) [korfball](https://wiki.openstreetmap.org/wiki/Tag:sport%3Dkorfball) [skateboard](https://wiki.openstreetmap.org/wiki/Tag:sport%3Dskateboard)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/hoops#values) [hoops](https://wiki.openstreetmap.org/wiki/Key:hoops) | Multiple choice | [1](https://wiki.openstreetmap.org/wiki/Tag:hoops%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:hoops%3D2) [4](https://wiki.openstreetmap.org/wiki/Tag:hoops%3D4)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/surface#values) [surface](https://wiki.openstreetmap.org/wiki/Key:surface) | [string](../SpecialInputElements.md#string) | [grass](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dgrass) [sand](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dsand) [paving_stones](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpaving_stones) [asphalt](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dasphalt) [concrete](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dconcrete)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/access#values) [access](https://wiki.openstreetmap.org/wiki/Key:access) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:access%3Dlimited) [members](https://wiki.openstreetmap.org/wiki/Tag:access%3Dmembers) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/reservation#values) [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno)
|
||||
|
@ -116,6 +117,25 @@ This is rendered with `{sport} is played here`
|
|||
|
||||
|
||||
|
||||
### basketball-hoops
|
||||
|
||||
|
||||
|
||||
The question is *How much basketball hoops does this pitch have?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This basketball pitch has a single hoop* corresponds with `hoops=1`
|
||||
- *This basketball pitch has two hoops* corresponds with `hoops=2`
|
||||
- *This basketball pitch has four hoops* corresponds with `hoops=4`
|
||||
- *This basketball pitch has {hoops} hoops* corresponds with `hoops~.+`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
||||
|
||||
### sport_pitch-surface
|
||||
|
||||
|
||||
|
|
|
@ -141,7 +141,7 @@ The question is *Which methods of payment are accepted here?*
|
|||
- *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>
|
||||
- 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>
|
||||
|
||||
|
|
|
@ -201,7 +201,7 @@ The question is *Which methods of payment are accepted here?*
|
|||
- *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>
|
||||
- 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>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.osm.be/./assets/layers/toilet/toilets.svg' height="100px">
|
||||
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/toilet/toilets.svg' height="100px">
|
||||
|
||||
A layer showing (public) toilets located at different places.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"data_format": 1,
|
||||
"project": {
|
||||
"name": "MapComplete Ghost bikes",
|
||||
"description": "A <b>ghost bike</b> is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location",
|
||||
"description": "A ",
|
||||
"project_url": "https://mapcomplete.osm.be/ghostbikes",
|
||||
"doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
|
||||
"icon_url": "https://mapcomplete.osm.be/assets/themes/ghostbikes/logo.svg",
|
||||
|
@ -57,4 +57,4 @@
|
|||
"description": "Layer 'Ghost bikes' shows and asks freeform values for key 'start_date' (in the MapComplete.osm.be theme 'Ghost bikes')"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -11448,6 +11448,143 @@
|
|||
"description": "Layer 'Shop' shows organic=no with a fixed text, namely 'This shop does not offer organic products' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if shop=supermarket|shop=convenience|shop=farm|shop=greengrocer|shop=health_food|shop=clothes|shop=shoes|shop=butcher|shop=cosmetics|shop=deli|shop=bakery|shop=alcohol|shop=seafood|shop=beverages|shop=florist)",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Personal theme has a layer Shower showing features with this tag",
|
||||
"value": "shower"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"description": "Layer 'Shower' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if _backend~.+&_last_edit:passed_time<300&|_version_number=1)"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Shower 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 'Shower 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 'Shower 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 'Shower 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": "level",
|
||||
"description": "Layer 'Shower' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'Personal theme')"
|
||||
},
|
||||
{
|
||||
"key": "location",
|
||||
"description": "Layer 'Shower' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "underground"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Shower' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Shower' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key level.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Shower' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Shower' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"description": "Layer 'Shower' shows access=yes with a fixed text, namely 'Anyone can use this shower' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"description": "Layer 'Shower' shows access=customers with a fixed text, namely 'Only customers can use this shower' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "customers"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"description": "Layer 'Shower' shows access=key with a fixed text, namely 'Accesible, but one has to ask for a key' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "key"
|
||||
},
|
||||
{
|
||||
"key": "fee",
|
||||
"description": "Layer 'Shower' shows fee=yes with a fixed text, namely 'There is a fee for using this shower' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "fee",
|
||||
"description": "Layer 'Shower' shows fee=no with a fixed text, namely 'This shower is free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "charge",
|
||||
"description": "Layer 'Shower' shows and asks freeform values for key 'charge' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if fee=yes)"
|
||||
},
|
||||
{
|
||||
"key": "opening_hours",
|
||||
"description": "Layer 'Shower' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Personal theme')"
|
||||
},
|
||||
{
|
||||
"key": "hot_water",
|
||||
"description": "Layer 'Shower' shows hot_water=yes with a fixed text, namely 'Hot water is available here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "hot_water",
|
||||
"description": "Layer 'Shower' shows hot_water=fee with a fixed text, namely 'Hot water is available here, but there is a fee' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "fee"
|
||||
},
|
||||
{
|
||||
"key": "hot_water",
|
||||
"description": "Layer 'Shower' shows hot_water=no with a fixed text, namely 'There is no hot water available here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "payment:cash",
|
||||
"description": "Layer 'Shower' 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|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:cards",
|
||||
"description": "Layer 'Shower' 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|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:qr_code",
|
||||
"description": "Layer 'Shower' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible 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|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins",
|
||||
"description": "Layer 'Shower' 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|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes",
|
||||
"description": "Layer 'Shower' 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|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:debit_cards",
|
||||
"description": "Layer 'Shower' 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|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:credit_cards",
|
||||
"description": "Layer 'Shower' 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|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"description": "The MapComplete theme Personal theme has a layer Speed Camera showing features with this tag",
|
||||
|
@ -11542,6 +11679,25 @@
|
|||
"description": "Layer 'Sport pitches' shows sport=skateboard with a fixed text, namely 'This is a skatepark' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "skateboard"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=1 with a fixed text, namely 'This basketball pitch has a single hoop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=2 with a fixed text, namely 'This basketball pitch has two hoops' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=4 with a fixed text, namely 'This basketball pitch has four hoops' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops~.+ with a fixed text, namely 'This basketball pitch has {hoops} hoops' (in the MapComplete.osm.be theme 'Personal theme')"
|
||||
},
|
||||
{
|
||||
"key": "surface",
|
||||
"description": "Layer 'Sport pitches' shows and asks freeform values for key 'surface' (in the MapComplete.osm.be theme 'Personal theme')"
|
||||
|
|
|
@ -74,6 +74,25 @@
|
|||
"description": "Layer 'Sport pitches' shows sport=skateboard with a fixed text, namely 'This is a skatepark' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sport pitches')",
|
||||
"value": "skateboard"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=1 with a fixed text, namely 'This basketball pitch has a single hoop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sport pitches')",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=2 with a fixed text, namely 'This basketball pitch has two hoops' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sport pitches')",
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=4 with a fixed text, namely 'This basketball pitch has four hoops' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sport pitches')",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops~.+ with a fixed text, namely 'This basketball pitch has {hoops} hoops' (in the MapComplete.osm.be theme 'Sport pitches')"
|
||||
},
|
||||
{
|
||||
"key": "surface",
|
||||
"description": "Layer 'Sport pitches' shows and asks freeform values for key 'surface' (in the MapComplete.osm.be theme 'Sport pitches')"
|
||||
|
|
|
@ -74,6 +74,25 @@
|
|||
"description": "Layer 'Sport pitches' shows sport=skateboard with a fixed text, namely 'This is a skatepark' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports')",
|
||||
"value": "skateboard"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=1 with a fixed text, namely 'This basketball pitch has a single hoop' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports')",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=2 with a fixed text, namely 'This basketball pitch has two hoops' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports')",
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops=4 with a fixed text, namely 'This basketball pitch has four hoops' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Sports')",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"key": "hoops",
|
||||
"description": "Layer 'Sport pitches' shows hoops~.+ with a fixed text, namely 'This basketball pitch has {hoops} hoops' (in the MapComplete.osm.be theme 'Sports')"
|
||||
},
|
||||
{
|
||||
"key": "surface",
|
||||
"description": "Layer 'Sport pitches' shows and asks freeform values for key 'surface' (in the MapComplete.osm.be theme 'Sports')"
|
||||
|
|
|
@ -445,6 +445,143 @@
|
|||
{
|
||||
"key": "toilets:description",
|
||||
"description": "Layer 'Toilets at other amenities' shows and asks freeform values for key 'toilets:description' (in the MapComplete.osm.be theme 'Public toilets')"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"description": "The MapComplete theme Public toilets has a layer Shower showing features with this tag",
|
||||
"value": "shower"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"description": "Layer 'Shower' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the MapComplete.osm.be theme 'Public toilets') (This is only shown if _backend~.+&_last_edit:passed_time<300&|_version_number=1)"
|
||||
},
|
||||
{
|
||||
"key": "image",
|
||||
"description": "The layer 'Shower 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 'Shower 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 'Shower 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 'Shower 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": "level",
|
||||
"description": "Layer 'Shower' shows and asks freeform values for key 'level' (in the MapComplete.osm.be theme 'Public toilets')"
|
||||
},
|
||||
{
|
||||
"key": "location",
|
||||
"description": "Layer 'Shower' shows location=underground with a fixed text, namely 'Located underground' (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "underground"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Shower' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Shower' shows with a fixed text, namely 'Located on the ground floor' (in the MapComplete.osm.be theme 'Public toilets') Picking this answer will delete the key level.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Shower' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "level",
|
||||
"description": "Layer 'Shower' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"description": "Layer 'Shower' shows access=yes with a fixed text, namely 'Anyone can use this shower' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"description": "Layer 'Shower' shows access=customers with a fixed text, namely 'Only customers can use this shower' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "customers"
|
||||
},
|
||||
{
|
||||
"key": "access",
|
||||
"description": "Layer 'Shower' shows access=key with a fixed text, namely 'Accesible, but one has to ask for a key' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "key"
|
||||
},
|
||||
{
|
||||
"key": "fee",
|
||||
"description": "Layer 'Shower' shows fee=yes with a fixed text, namely 'There is a fee for using this shower' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "fee",
|
||||
"description": "Layer 'Shower' shows fee=no with a fixed text, namely 'This shower is free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "charge",
|
||||
"description": "Layer 'Shower' shows and asks freeform values for key 'charge' (in the MapComplete.osm.be theme 'Public toilets') (This is only shown if fee=yes)"
|
||||
},
|
||||
{
|
||||
"key": "opening_hours",
|
||||
"description": "Layer 'Shower' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Public toilets')"
|
||||
},
|
||||
{
|
||||
"key": "hot_water",
|
||||
"description": "Layer 'Shower' shows hot_water=yes with a fixed text, namely 'Hot water is available here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "hot_water",
|
||||
"description": "Layer 'Shower' shows hot_water=fee with a fixed text, namely 'Hot water is available here, but there is a fee' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "fee"
|
||||
},
|
||||
{
|
||||
"key": "hot_water",
|
||||
"description": "Layer 'Shower' shows hot_water=no with a fixed text, namely 'There is no hot water available here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets')",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"key": "payment:cash",
|
||||
"description": "Layer 'Shower' shows payment:cash=yes with a fixed text, namely 'Cash is accepted here' (in the MapComplete.osm.be theme 'Public toilets') (This is only shown if fee=yes|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:cards",
|
||||
"description": "Layer 'Shower' shows payment:cards=yes with a fixed text, namely 'Payment cards are accepted here' (in the MapComplete.osm.be theme 'Public toilets') (This is only shown if fee=yes|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:qr_code",
|
||||
"description": "Layer 'Shower' shows payment:qr_code=yes with a fixed text, namely 'Payment by QR-code is possible here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Public toilets') (This is only shown if fee=yes|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:coins",
|
||||
"description": "Layer 'Shower' 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 'Public toilets') (This is only shown if fee=yes|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:notes",
|
||||
"description": "Layer 'Shower' 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 'Public toilets') (This is only shown if fee=yes|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:debit_cards",
|
||||
"description": "Layer 'Shower' 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 'Public toilets') (This is only shown if fee=yes|hot_water=fee)",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "payment:credit_cards",
|
||||
"description": "Layer 'Shower' 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 'Public toilets') (This is only shown if fee=yes|hot_water=fee)",
|
||||
"value": "yes"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -90,6 +90,7 @@ This theme contains the following layers:
|
|||
- [school](../Layers/school.md)
|
||||
- [shelter](../Layers/shelter.md)
|
||||
- [shops](../Layers/shops.md)
|
||||
- [shower](../Layers/shower.md)
|
||||
- [speed_camera](../Layers/speed_camera.md)
|
||||
- [speed_display](../Layers/speed_display.md)
|
||||
- [sport_pitch](../Layers/sport_pitch.md)
|
||||
|
|
|
@ -13,6 +13,7 @@ This theme contains the following layers:
|
|||
|
||||
- [toilet](../Layers/toilet.md)
|
||||
- [toilet_at_amenity](../Layers/toilet_at_amenity.md)
|
||||
- [shower](../Layers/shower.md)
|
||||
- [selected_element](../Layers/selected_element.md)
|
||||
- [gps_location](../Layers/gps_location.md)
|
||||
- [gps_location_history](../Layers/gps_location_history.md)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import { Utils } from "../../Utils";
|
||||
import polygon_features from "../../assets/polygon-features.json";
|
||||
import { OsmFeature, OsmId, OsmTags, WayId } from "../../Models/OsmFeature";
|
||||
import OsmToGeoJson from "osmtogeojson";
|
||||
import { Feature, LineString, Polygon } from "geojson";
|
||||
import { Utils } from "../../Utils"
|
||||
import polygon_features from "../../assets/polygon-features.json"
|
||||
import { OsmFeature, OsmId, OsmTags, WayId } from "../../Models/OsmFeature"
|
||||
import OsmToGeoJson from "osmtogeojson"
|
||||
import { Feature, LineString, Polygon } from "geojson"
|
||||
|
||||
export abstract class OsmObject {
|
||||
private static defaultBackend = "https://www.openstreetmap.org/"
|
||||
|
|
|
@ -56,7 +56,10 @@
|
|||
on:mouseup={() => {
|
||||
isDown = false
|
||||
}}
|
||||
on:touchmove={(e) =>{ onPosChange(e.touches[0].clientX, e.touches[0].clientY); e.preventDefault() }}
|
||||
on:touchmove={(e) => {
|
||||
onPosChange(e.touches[0].clientX, e.touches[0].clientY)
|
||||
e.preventDefault()
|
||||
}}
|
||||
on:touchstart={(e) => onPosChange(e.touches[0].clientX, e.touches[0].clientY)}
|
||||
>
|
||||
<div class="absolute top-0 left-0 h-full w-full cursor-pointer">
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
<div class="min-h-32 relative h-full cursor-pointer overflow-hidden">
|
||||
<div class="absolute top-0 left-0 h-full w-full cursor-pointer">
|
||||
<MaplibreMap center={({lng: initialCoordinate.lon, lat: initialCoordinate.lat})}} {map} />
|
||||
<MaplibreMap center="{{ lng: initialCoordinate.lon, lat: initialCoordinate.lat }}}" {map} />
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
import { onMount } from "svelte"
|
||||
import { Map } from "@onsvisual/svelte-maps"
|
||||
import type { Map as MaplibreMap } from "maplibre-gl"
|
||||
import type {Readable, Writable} from "svelte/store"
|
||||
import type { Readable, Writable } from "svelte/store"
|
||||
import { AvailableRasterLayers } from "../../Models/RasterLayers"
|
||||
import {writable} from "svelte/store";
|
||||
import { writable } from "svelte/store"
|
||||
|
||||
/**
|
||||
* Beware: this map will _only_ be set by this component
|
||||
|
@ -18,7 +18,7 @@
|
|||
export let map: Writable<MaplibreMap>
|
||||
|
||||
export let attribution = false
|
||||
export let center: Readable<{ lng: number ,lat : number }> = writable({lng: 0, lat: 0})
|
||||
export let center: Readable<{ lng: number; lat: number }> = writable({ lng: 0, lat: 0 })
|
||||
|
||||
onMount(() => {
|
||||
$map.on("load", function () {
|
||||
|
|
|
@ -1,14 +1,20 @@
|
|||
<script>
|
||||
import Tr from "./Base/Tr.svelte";
|
||||
import Translations from "./i18n/Translations.ts";
|
||||
import BackButton from "./Base/BackButton.svelte";
|
||||
import Tr from "./Base/Tr.svelte"
|
||||
import Translations from "./i18n/Translations.ts"
|
||||
import BackButton from "./Base/BackButton.svelte"
|
||||
console.log("???")
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col">
|
||||
<Tr t={Translations.t.general["404"]}></Tr>
|
||||
<BackButton clss="m-8" on:click={() => {window.location = "index.html"}}>
|
||||
<Tr t={Translations.t.general["404"]} />
|
||||
<BackButton
|
||||
clss="m-8"
|
||||
on:click={() => {
|
||||
window.location = "index.html"
|
||||
}}
|
||||
>
|
||||
<div class="flex w-full justify-center">
|
||||
<Tr t={Translations.t.general.backToIndex}></Tr>
|
||||
<Tr t={Translations.t.general.backToIndex} />
|
||||
</div>
|
||||
</BackButton>
|
||||
</div>
|
||||
|
|
|
@ -49,8 +49,9 @@
|
|||
import MapillaryLink from "./BigComponents/MapillaryLink.svelte"
|
||||
import OpenIdEditor from "./BigComponents/OpenIdEditor.svelte"
|
||||
import OpenBackgroundSelectorButton from "./BigComponents/OpenBackgroundSelectorButton.svelte"
|
||||
import Loading from "./Base/Loading.svelte"
|
||||
import StateIndicator from "./BigComponents/StateIndicator.svelte"
|
||||
import LanguagePicker from "./LanguagePicker"
|
||||
import Locale from "./i18n/Locale"
|
||||
|
||||
export let state: ThemeViewState
|
||||
let layout = state.layout
|
||||
|
@ -392,7 +393,8 @@
|
|||
<!-- All shown components are set by 'usersettings.json', which happily uses some special visualisations created specifically for it -->
|
||||
<LoginToggle {state}>
|
||||
<div class="flex flex-col" slot="not-logged-in">
|
||||
<Tr class="alert" t={Translations.t.userinfo.notLoggedIn} />
|
||||
<ToSvelte construct={() => new LanguagePicker(layout.language, Locale.language)} />
|
||||
<Tr cls="alert" t={Translations.t.userinfo.notLoggedIn} />
|
||||
<LoginButton clss="primary" osmConnection={state.osmConnection} />
|
||||
</div>
|
||||
<SelectedElementView
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 5390,
|
||||
"commits": 5753,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
"commits": 361,
|
||||
"commits": 371,
|
||||
"contributor": "Robin van der Linde"
|
||||
},
|
||||
{
|
||||
"commits": 44,
|
||||
"commits": 55,
|
||||
"contributor": "Tobias"
|
||||
},
|
||||
{
|
||||
|
@ -112,6 +112,10 @@
|
|||
"commits": 10,
|
||||
"contributor": "LiamSimons"
|
||||
},
|
||||
{
|
||||
"commits": 9,
|
||||
"contributor": "Thibault Molleman"
|
||||
},
|
||||
{
|
||||
"commits": 9,
|
||||
"contributor": "Midgard"
|
||||
|
@ -124,10 +128,6 @@
|
|||
"commits": 8,
|
||||
"contributor": "Mateusz Konieczny"
|
||||
},
|
||||
{
|
||||
"commits": 8,
|
||||
"contributor": "Thibault Molleman"
|
||||
},
|
||||
{
|
||||
"commits": 7,
|
||||
"contributor": "OliNau"
|
||||
|
@ -232,6 +232,10 @@
|
|||
"commits": 2,
|
||||
"contributor": "Stanislas Gueniffey"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Daniel McDonald"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "M!dgard"
|
||||
|
|
|
@ -475,8 +475,8 @@
|
|||
],
|
||||
"NZ": [
|
||||
"en",
|
||||
"mi",
|
||||
"en",
|
||||
"mi",
|
||||
"mi"
|
||||
],
|
||||
"OM": [
|
||||
|
|
|
@ -522,7 +522,7 @@
|
|||
"pt": "árabe",
|
||||
"pt_BR": "árabe",
|
||||
"ru": "арабский язык",
|
||||
"sl": "Arabščina",
|
||||
"sl": "arabščina",
|
||||
"sv": "arabiska",
|
||||
"zh_Hans": "阿拉伯语",
|
||||
"zh_Hant": "阿拉伯語",
|
||||
|
@ -763,7 +763,7 @@
|
|||
"es": "atikamekw",
|
||||
"fi": "Atikamekw",
|
||||
"fr": "atikamekw",
|
||||
"gl": "atikamekw",
|
||||
"gl": "Lingua atikamekw",
|
||||
"it": "lingua atikamekw",
|
||||
"ja": "アティカメク語",
|
||||
"nb_NO": "atikamekw",
|
||||
|
@ -969,7 +969,7 @@
|
|||
"eo": "bavara lingvo",
|
||||
"es": "bávaro",
|
||||
"fi": "Baijerin kieli",
|
||||
"fr": "Bavarois",
|
||||
"fr": "bavarois",
|
||||
"gl": "Lingua bavaresa",
|
||||
"hu": "bajor",
|
||||
"id": "Bahasa Bayern",
|
||||
|
@ -1024,7 +1024,7 @@
|
|||
"cs": "Batak Toba",
|
||||
"da": "Batak Toba",
|
||||
"de": "Toba Batak",
|
||||
"en": "Toba Batak language",
|
||||
"en": "Batak Toba",
|
||||
"eo": "Batak Toba",
|
||||
"es": "Batak Toba",
|
||||
"fi": "Batak Toba",
|
||||
|
@ -1052,6 +1052,7 @@
|
|||
"de": "West Coast Bajau",
|
||||
"en": "West Coast Bajau",
|
||||
"fr": "bajau de la côte occidentale",
|
||||
"nb_NO": "vestkystbajau",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"left-to-right"
|
||||
|
@ -1081,6 +1082,28 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"bfi": {
|
||||
"cs": "britský znakový jazyk",
|
||||
"de": "Britische Gebärdensprache",
|
||||
"en": "British Sign Language",
|
||||
"eo": "brita signolingvo",
|
||||
"es": "Lengua de señas británica",
|
||||
"fi": "brittiläinen viittomakieli",
|
||||
"fr": "langue des signes britannique",
|
||||
"id": "Bahasa Isyarat Britania",
|
||||
"it": "lingua dei segni britannica",
|
||||
"ja": "イギリス手話",
|
||||
"nl": "Britse gebarentaal",
|
||||
"pl": "brytyjski język migowy",
|
||||
"pt": "língua de sinais britânica",
|
||||
"ru": "британский жестовый язык",
|
||||
"sv": "brittiskt teckenspråk",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"vertical left-to-right"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bfq": {
|
||||
"ca": "badaga",
|
||||
"de": "Badaga",
|
||||
|
@ -1164,6 +1187,35 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"bho": {
|
||||
"ca": "bhojpuri",
|
||||
"cs": "bhódžpurština",
|
||||
"da": "Bhojpuri",
|
||||
"de": "Bhojpuri",
|
||||
"en": "Bhojpuri",
|
||||
"eo": "bhojpura lingvo",
|
||||
"es": "Idioma bopurí",
|
||||
"fi": "Bhodžpurin kieli",
|
||||
"fr": "bhodjpouri",
|
||||
"gl": "Lingua bhojpuri",
|
||||
"hu": "bhódzspurí",
|
||||
"id": "Bahasa Bhojpuri",
|
||||
"it": "bhojpuri",
|
||||
"ja": "ボージュプリー語",
|
||||
"nb_NO": "Bhojpuri",
|
||||
"nl": "Bhojpuri",
|
||||
"pl": "język bhodźpuri",
|
||||
"pt": "Língua bhojpuri",
|
||||
"ru": "бходжпури",
|
||||
"sv": "bhojpuri",
|
||||
"zh_Hans": "博杰普尔语",
|
||||
"zh_Hant": "博杰普爾語",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"left-to-right"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bi": {
|
||||
"ca": "bislama",
|
||||
"cs": "bislamština",
|
||||
|
@ -1218,7 +1270,7 @@
|
|||
}
|
||||
},
|
||||
"bm": {
|
||||
"ca": "bambara",
|
||||
"ca": "bàmbara",
|
||||
"cs": "bambarština",
|
||||
"da": "Bambara",
|
||||
"de": "Bambara",
|
||||
|
@ -1467,7 +1519,6 @@
|
|||
"zh_Hant": "布魯夏斯基語",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"right-to-left",
|
||||
"left-to-right"
|
||||
]
|
||||
}
|
||||
|
@ -1743,7 +1794,7 @@
|
|||
"eo": "cebua lingvo",
|
||||
"es": "cebuano",
|
||||
"fi": "Cebun kieli",
|
||||
"fr": "cebuano",
|
||||
"fr": "cebouan",
|
||||
"gl": "Lingua cebuana",
|
||||
"hu": "szebuano",
|
||||
"id": "bahasa Sugbo",
|
||||
|
@ -1926,7 +1977,7 @@
|
|||
"de": "Tschuktschisch",
|
||||
"en": "Chukchi",
|
||||
"eo": "Ĉukĉa lingvo",
|
||||
"es": "chucoto",
|
||||
"es": "Idioma chucoto",
|
||||
"fi": "Tšuktšin kieli",
|
||||
"fr": "tchouktche",
|
||||
"gl": "Lingua Chukoto",
|
||||
|
@ -2242,7 +2293,7 @@
|
|||
"fr": "danois",
|
||||
"gl": "lingua dinamarquesa",
|
||||
"hu": "dán",
|
||||
"id": "Bahasa Denmark",
|
||||
"id": "bahasa Denmark",
|
||||
"it": "danese",
|
||||
"ja": "デンマーク語",
|
||||
"nb_NO": "dansk",
|
||||
|
@ -2267,7 +2318,7 @@
|
|||
"dag": {
|
||||
"ca": "dagbani",
|
||||
"cs": "dagbani",
|
||||
"da": "Dagbani",
|
||||
"da": "dagbani",
|
||||
"de": "Dagbani",
|
||||
"en": "Dagbani",
|
||||
"eo": "Dagbania lingvo",
|
||||
|
@ -2277,6 +2328,7 @@
|
|||
"gl": "Lingua dagbani",
|
||||
"it": "Dagbani",
|
||||
"ja": "ダバニ語",
|
||||
"nb_NO": "dagbani",
|
||||
"nl": "Dagbani",
|
||||
"pl": "język dagbani",
|
||||
"pt": "Língua dagbani",
|
||||
|
@ -2587,6 +2639,7 @@
|
|||
"es": "Idioma efik",
|
||||
"fi": "Efik",
|
||||
"fr": "efik",
|
||||
"gl": "Lingua efik",
|
||||
"id": "Bahasa Efik",
|
||||
"it": "lingua Efik",
|
||||
"ja": "エフィク語",
|
||||
|
@ -3048,7 +3101,7 @@
|
|||
"fr": "finnois",
|
||||
"gl": "finés",
|
||||
"hu": "finn",
|
||||
"id": "Finlandia",
|
||||
"id": "bahasa Suomi",
|
||||
"it": "finlandese",
|
||||
"ja": "フィンランド語",
|
||||
"nb_NO": "finsk",
|
||||
|
@ -3082,7 +3135,7 @@
|
|||
"fr": "philippin",
|
||||
"gl": "Lingua filipina",
|
||||
"hu": "filippínó",
|
||||
"id": "Bahasa Filipino",
|
||||
"id": "bahasa Filipino",
|
||||
"it": "filippino",
|
||||
"ja": "フィリピン語",
|
||||
"nb_NO": "filippinsk",
|
||||
|
@ -3227,7 +3280,7 @@
|
|||
"fr": "féroïen",
|
||||
"gl": "lingua feroesa",
|
||||
"hu": "feröeri",
|
||||
"id": "Bahasa Faroe",
|
||||
"id": "bahasa Faroe",
|
||||
"it": "faroese",
|
||||
"ja": "フェロー語",
|
||||
"nb_NO": "færøysk",
|
||||
|
@ -3237,6 +3290,7 @@
|
|||
"ru": "фарерский язык",
|
||||
"sl": "Ferščina",
|
||||
"sv": "färöiska",
|
||||
"zh_Hans": "法罗语",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"left-to-right"
|
||||
|
@ -3280,7 +3334,7 @@
|
|||
"fr": "français",
|
||||
"gl": "lingua francesa",
|
||||
"hu": "francia",
|
||||
"id": "Prancis",
|
||||
"id": "bahasa Prancis",
|
||||
"it": "francese",
|
||||
"ja": "フランス語",
|
||||
"nb_NO": "fransk",
|
||||
|
@ -3356,7 +3410,7 @@
|
|||
"ca": "francoprovençal",
|
||||
"cs": "franko-provensálština",
|
||||
"de": "Frankoprovenzalisch",
|
||||
"en": "Franco-Provençal",
|
||||
"en": "Arpitan",
|
||||
"eo": "arpitana lingvo",
|
||||
"es": "franco-provenzal",
|
||||
"fi": "Arpitaani",
|
||||
|
@ -3795,6 +3849,34 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"gsg": {
|
||||
"ca": "llengua de signes alemanya",
|
||||
"da": "Tysk tegnsprog",
|
||||
"de": "Deutsche Gebärdensprache",
|
||||
"en": "German Sign Language",
|
||||
"eo": "germana signolingvo",
|
||||
"es": "lengua de señas alemana",
|
||||
"fi": "saksalainen viittomakieli",
|
||||
"fr": "langue des signes allemande",
|
||||
"hu": "német jelnyelv",
|
||||
"id": "Bahasa Isyarat Jerman",
|
||||
"it": "lingua dei segni tedesca",
|
||||
"ja": "ドイツ手話",
|
||||
"nb_NO": "tysk tegnspråk",
|
||||
"nl": "Duitse gebarentaal",
|
||||
"pl": "niemiecki język migowy",
|
||||
"pt": "língua gestual alemã",
|
||||
"pt_BR": "língua de sinais alemã",
|
||||
"ru": "германский жестовый язык",
|
||||
"sv": "tyskt teckenspråk",
|
||||
"zh_Hans": "德国手语",
|
||||
"zh_Hant": "德國手語",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"vertical left-to-right"
|
||||
]
|
||||
}
|
||||
},
|
||||
"gsw-fr": {
|
||||
"ca": "alsacià",
|
||||
"cs": "alsaština",
|
||||
|
@ -3875,9 +3957,11 @@
|
|||
"ca": "gun",
|
||||
"de": "Gun",
|
||||
"en": "Gun",
|
||||
"es": "Idioma Gungbe",
|
||||
"fr": "gun-gbe",
|
||||
"gl": "Lingua gun",
|
||||
"ja": "グン語",
|
||||
"nb_NO": "gun",
|
||||
"ru": "гун",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
|
@ -4048,7 +4132,7 @@
|
|||
"pt": "hebraico",
|
||||
"pt_BR": "hebraico",
|
||||
"ru": "иврит",
|
||||
"sl": "Hebrejščina",
|
||||
"sl": "hebrejščina",
|
||||
"sv": "hebreiska",
|
||||
"zh_Hans": "希伯来语",
|
||||
"zh_Hant": "希伯來語",
|
||||
|
@ -4145,6 +4229,27 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"hno": {
|
||||
"ca": "hindko",
|
||||
"da": "hindko",
|
||||
"de": "Hindko",
|
||||
"en": "Hindko",
|
||||
"fi": "Hindko",
|
||||
"fr": "hindko",
|
||||
"id": "Bahasa Hindko",
|
||||
"it": "Hindko",
|
||||
"ja": "ヒンドコ語",
|
||||
"nb_NO": "hindko",
|
||||
"ru": "хиндко",
|
||||
"sv": "hindko",
|
||||
"zh_Hans": "印德科语",
|
||||
"zh_Hant": "印德科語",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"right-to-left"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ho": {
|
||||
"ca": "Hiri Motu",
|
||||
"cs": "Hiri motu",
|
||||
|
@ -4607,7 +4712,7 @@
|
|||
"fr": "italien",
|
||||
"gl": "lingua italiana",
|
||||
"hu": "olasz",
|
||||
"id": "Italia",
|
||||
"id": "bahasa Italia",
|
||||
"it": "italiano",
|
||||
"ja": "イタリア語",
|
||||
"nb_NO": "italiensk",
|
||||
|
@ -4917,7 +5022,7 @@
|
|||
"en": "Tyap",
|
||||
"es": "Katab",
|
||||
"fi": "Tyap",
|
||||
"fr": "Katab",
|
||||
"fr": "katab",
|
||||
"gl": "Lingua tyap",
|
||||
"ja": "カタブ語",
|
||||
"nl": "Tyap",
|
||||
|
@ -4944,7 +5049,7 @@
|
|||
"nl": "Kaapverdisch Creools",
|
||||
"pl": "Język kreolski Wysp Zielonego Przylądka",
|
||||
"pt": "crioulo cabo-verdiano",
|
||||
"ru": "Кабувердьяну",
|
||||
"ru": "кабувердьяну",
|
||||
"sv": "krioli",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
|
@ -5071,7 +5176,7 @@
|
|||
"en": "Kwanyama",
|
||||
"eo": "kuanjama lingvo",
|
||||
"es": "idioma kuanyama",
|
||||
"fr": "kuanyama",
|
||||
"fr": "kwanyama",
|
||||
"gl": "Lingua kwanyama",
|
||||
"hu": "kvanyama",
|
||||
"it": "kwanyama",
|
||||
|
@ -5341,7 +5446,7 @@
|
|||
"de": "Karatschai-Balkarisch",
|
||||
"en": "Karachay-Balkar",
|
||||
"eo": "karaĉaja-balkara lingvo",
|
||||
"es": "idioma karachayo-bálkaro",
|
||||
"es": "idioma karachái-bálkaro",
|
||||
"fi": "Karatšai-balkaarin kieli",
|
||||
"fr": "karatchaï-balkar",
|
||||
"gl": "Lingua carachaio-bálcara",
|
||||
|
@ -5394,7 +5499,7 @@
|
|||
"en": "Karay-a",
|
||||
"es": "harayo",
|
||||
"fi": "Kinaray-a",
|
||||
"fr": "kinaray-a",
|
||||
"fr": "harayen",
|
||||
"id": "bahasa Karaik’a",
|
||||
"it": "kinaray-a",
|
||||
"ja": "キナライア語",
|
||||
|
@ -5421,7 +5526,7 @@
|
|||
"fr": "carélien",
|
||||
"gl": "Lingua carelia",
|
||||
"hu": "karjalai",
|
||||
"id": "Bahasa Karelia",
|
||||
"id": "bahasa Karelia",
|
||||
"it": "careliano",
|
||||
"ja": "カレリア語",
|
||||
"nb_NO": "karelsk",
|
||||
|
@ -5522,8 +5627,8 @@
|
|||
"IQ"
|
||||
],
|
||||
"dir": [
|
||||
"left-to-right",
|
||||
"right-to-left"
|
||||
"right-to-left",
|
||||
"left-to-right"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -5600,6 +5705,34 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"kvr": {
|
||||
"ca": "kerinci",
|
||||
"cs": "Kerinci",
|
||||
"da": "Kerinci",
|
||||
"de": "Kerinci",
|
||||
"en": "Kerinci",
|
||||
"eo": "Kerinci",
|
||||
"es": "Kerinci",
|
||||
"fi": "Kerinci",
|
||||
"fr": "kerinci",
|
||||
"gl": "Kerinci",
|
||||
"hu": "Kerinci",
|
||||
"id": "Bahasa Kerinci",
|
||||
"it": "kerinci",
|
||||
"ja": "クリンチ語",
|
||||
"nb_NO": "Kerinci",
|
||||
"nl": "Kerinci",
|
||||
"pl": "język kerinci",
|
||||
"pt": "Kerinci",
|
||||
"pt_BR": "Kerinci",
|
||||
"sl": "Kerinci",
|
||||
"sv": "Kerinci",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"left-to-right"
|
||||
]
|
||||
}
|
||||
},
|
||||
"kw": {
|
||||
"ca": "còrnic",
|
||||
"cs": "kornština",
|
||||
|
@ -5699,7 +5832,7 @@
|
|||
"en": "Rangi",
|
||||
"eo": "rangia lingvo",
|
||||
"fi": "Lango",
|
||||
"fr": "langi",
|
||||
"fr": "Langi (langue de Tanzanie)",
|
||||
"ja": "ランギ語",
|
||||
"nb_NO": "Rangi",
|
||||
"nl": "Langi",
|
||||
|
@ -5716,7 +5849,7 @@
|
|||
"da": "Letzeburgsk",
|
||||
"de": "Luxemburgisch",
|
||||
"en": "Luxembourgish",
|
||||
"eo": "luksemburga lingvo",
|
||||
"eo": "leceburga lingvo",
|
||||
"es": "luxemburgués",
|
||||
"fi": "luxemburg",
|
||||
"fr": "luxembourgeois",
|
||||
|
@ -5781,7 +5914,7 @@
|
|||
"eo": "ganda lingvo",
|
||||
"es": "luganda",
|
||||
"fi": "Gandan kieli",
|
||||
"fr": "Luganda",
|
||||
"fr": "luganda",
|
||||
"gl": "Lingua luganda",
|
||||
"hu": "ganda",
|
||||
"id": "Bahasa Luganda",
|
||||
|
@ -6077,7 +6210,7 @@
|
|||
"fr": "lituanien",
|
||||
"gl": "lingua lituana",
|
||||
"hu": "litván",
|
||||
"id": "bahasa Lituania",
|
||||
"id": "bahasa Lituavi",
|
||||
"it": "lituano",
|
||||
"ja": "リトアニア語",
|
||||
"nb_NO": "litauisk",
|
||||
|
@ -6360,6 +6493,7 @@
|
|||
"pt_BR": "Língua malgaxe",
|
||||
"ru": "малагасийский язык",
|
||||
"sv": "malagassiska",
|
||||
"zh_Hant": "馬達加斯加語",
|
||||
"_meta": {
|
||||
"countries": [
|
||||
"MG"
|
||||
|
@ -6715,7 +6849,7 @@
|
|||
"en": "Innu-aimun",
|
||||
"eo": "inua lingvo",
|
||||
"es": "innu",
|
||||
"fr": "Montagnais (langue)",
|
||||
"fr": "innu-aimun",
|
||||
"id": "Bahasa Innu",
|
||||
"it": "innu-aimun",
|
||||
"nl": "Innu language",
|
||||
|
@ -6759,7 +6893,7 @@
|
|||
"mrh": {
|
||||
"ca": "Lakher",
|
||||
"en": "Mara",
|
||||
"fr": "Mara",
|
||||
"fr": "mara",
|
||||
"ja": "マラ語",
|
||||
"ru": "Мара",
|
||||
"_meta": {
|
||||
|
@ -6859,6 +6993,24 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"mui": {
|
||||
"de": "Musi",
|
||||
"en": "Musi",
|
||||
"fi": "Musi",
|
||||
"fr": "musi",
|
||||
"id": "Musi",
|
||||
"ja": "ムシ語",
|
||||
"nb_NO": "Musi (språk)",
|
||||
"nl": "Moesi",
|
||||
"pl": "język musi",
|
||||
"pt": "Musi",
|
||||
"ru": "Муси",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"left-to-right"
|
||||
]
|
||||
}
|
||||
},
|
||||
"mus": {
|
||||
"ca": "muskogi",
|
||||
"cs": "kríkština",
|
||||
|
@ -7093,7 +7245,7 @@
|
|||
"eo": "napola lingvo",
|
||||
"es": "napolitano",
|
||||
"fi": "napoli",
|
||||
"fr": "Napolitain",
|
||||
"fr": "napolitain",
|
||||
"gl": "Lingua napolitana",
|
||||
"hu": "nápolyi",
|
||||
"id": "Bahasa Napolitan",
|
||||
|
@ -7311,7 +7463,7 @@
|
|||
"fr": "néerlandais",
|
||||
"gl": "lingua neerlandesa",
|
||||
"hu": "holland",
|
||||
"id": "Belanda",
|
||||
"id": "bahasa Belanda",
|
||||
"it": "olandese",
|
||||
"ja": "オランダ語",
|
||||
"nb_NO": "nederlandsk",
|
||||
|
@ -7379,7 +7531,7 @@
|
|||
"fr": "norvégien",
|
||||
"gl": "lingua norueguesa",
|
||||
"hu": "norvég",
|
||||
"id": "Norwegia",
|
||||
"id": "bahasa Norwegia",
|
||||
"it": "norvegese",
|
||||
"ja": "ノルウェー語",
|
||||
"nb_NO": "norsk",
|
||||
|
@ -7503,6 +7655,7 @@
|
|||
"es": "guernseyés",
|
||||
"fi": "Guernésiais",
|
||||
"fr": "guernesiais",
|
||||
"id": "bahasa Guernésiais",
|
||||
"it": "dialetto guernesiais",
|
||||
"ja": "ガーンジー島方言",
|
||||
"nb_NO": "guernésiais",
|
||||
|
@ -7649,6 +7802,7 @@
|
|||
},
|
||||
"oj": {
|
||||
"ca": "idioma ojibwa",
|
||||
"cs": "odžibvejština",
|
||||
"da": "Ojibwa",
|
||||
"de": "Ojibwe",
|
||||
"en": "Ojibwe",
|
||||
|
@ -7850,7 +8004,7 @@
|
|||
"de": "Panjabi (Shahmukhi)",
|
||||
"en": "Punjabi (Shahmukhi)",
|
||||
"eo": "panĝaba lingvo (Ŝahmuĥi-ortografio)",
|
||||
"es": "panyabí (Shahmuji)",
|
||||
"es": "panyabí (alfabeto shahmuji)",
|
||||
"fi": "punjabin kieli (Shahmukhi)",
|
||||
"fr": "pendjabi (Shahmukhi)",
|
||||
"gl": "lingua punjabi (Shahmukhi)",
|
||||
|
@ -7859,7 +8013,7 @@
|
|||
"it": "punjabi (Shahmukhī)",
|
||||
"ja": "パンジャーブ語 (シャームキー文字)",
|
||||
"nb_NO": "panjabi (Shahmukhi)",
|
||||
"nl": "Punjabi (Shahmukhi)",
|
||||
"nl": "Punjabi (Shahmukhī alphabet)",
|
||||
"pl": "język pendżabski (szachmukhi)",
|
||||
"pt": "Língua panjabi (Shahmukhi)",
|
||||
"ru": "панджаби (Шахмукхи)",
|
||||
|
@ -7882,7 +8036,7 @@
|
|||
"eo": "pangasina lingvo",
|
||||
"es": "pangasinense",
|
||||
"fi": "Pangasinanin kieli",
|
||||
"fr": "pangasinan",
|
||||
"fr": "pangassinais",
|
||||
"gl": "Lingua pangasinesa",
|
||||
"hu": "pangasinan",
|
||||
"id": "bahasa Pangasinan",
|
||||
|
@ -8138,21 +8292,17 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"pnb-x-Q382273": {
|
||||
"ca": "hindko",
|
||||
"da": "hindko",
|
||||
"de": "Hindko",
|
||||
"en": "Hindko",
|
||||
"fi": "Hindko",
|
||||
"fr": "hindko",
|
||||
"id": "Bahasa Hindko",
|
||||
"it": "Hindko",
|
||||
"ja": "ヒンドコ語",
|
||||
"nb_NO": "hindko",
|
||||
"ru": "хиндко",
|
||||
"sv": "hindko",
|
||||
"zh_Hans": "印德科语",
|
||||
"zh_Hant": "印德科語",
|
||||
"pnb": {
|
||||
"de": "Westliches Panjabi",
|
||||
"en": "Western Punjabi",
|
||||
"eo": "okcidenta panĝaba lingvo",
|
||||
"fr": "pendjabi de l'Ouest",
|
||||
"it": "lingua punjabi occidentale",
|
||||
"ja": "西パンジャーブ語",
|
||||
"nl": "West-Punjabi",
|
||||
"pl": "Język zachodniopendżabski",
|
||||
"ru": "западный панджаби",
|
||||
"sv": "västpunjabi",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"right-to-left"
|
||||
|
@ -8446,6 +8596,7 @@
|
|||
}
|
||||
},
|
||||
"rki": {
|
||||
"ca": "arakanès",
|
||||
"en": "Arakanese",
|
||||
"fr": "arakanais",
|
||||
"gl": "Lingua arakanesa",
|
||||
|
@ -8660,7 +8811,7 @@
|
|||
"pt": "Língua rusyn",
|
||||
"pt_BR": "Língua rusyn",
|
||||
"ru": "русинский язык",
|
||||
"sl": "Rusinščina",
|
||||
"sl": "rusinščina",
|
||||
"sv": "rusinska",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
|
@ -8738,7 +8889,7 @@
|
|||
"hu": "okinavai nyelv",
|
||||
"id": "Bahasa Okinawa",
|
||||
"it": "lingua di Okinawa",
|
||||
"ja": "沖縄方言",
|
||||
"ja": "沖縄語",
|
||||
"nb_NO": "Okinawa",
|
||||
"nl": "Okinawaans",
|
||||
"pl": "Język okinawski",
|
||||
|
@ -8897,37 +9048,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"sd": {
|
||||
"ca": "sindhi",
|
||||
"cs": "sindhština",
|
||||
"da": "sindhi",
|
||||
"de": "Sindhi",
|
||||
"en": "Sindhi",
|
||||
"eo": "sinda lingvo",
|
||||
"es": "sindhi",
|
||||
"fi": "sindhi",
|
||||
"fr": "sindhi",
|
||||
"gl": "Lingua sindhi",
|
||||
"hu": "szindhi",
|
||||
"id": "Bahasa Sindhi",
|
||||
"it": "sindhi",
|
||||
"ja": "シンド語",
|
||||
"nb_NO": "sindhi",
|
||||
"nl": "Sindhi",
|
||||
"pl": "sindhi",
|
||||
"pt": "língua sindi",
|
||||
"pt_BR": "Língua sindi",
|
||||
"ru": "синдхи",
|
||||
"sv": "sindhi",
|
||||
"zh_Hans": "信德语",
|
||||
"zh_Hant": "信德語",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"right-to-left",
|
||||
"left-to-right"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sdc": {
|
||||
"ca": "sasserès",
|
||||
"de": "Sassaresisch",
|
||||
|
@ -9155,7 +9275,7 @@
|
|||
"eo": "sinhala lingvo",
|
||||
"es": "cingalés",
|
||||
"fi": "Sinhali",
|
||||
"fr": "cingalais",
|
||||
"fr": "singhalais",
|
||||
"gl": "Lingua cingalesa",
|
||||
"hu": "szingaléz",
|
||||
"id": "Sinhala",
|
||||
|
@ -9372,7 +9492,7 @@
|
|||
"eo": "samoa lingvo",
|
||||
"es": "samoano",
|
||||
"fi": "samoan kieli",
|
||||
"fr": "Samoan",
|
||||
"fr": "samoan",
|
||||
"gl": "Lingua samoana",
|
||||
"hu": "szamoai",
|
||||
"id": "Bahasa Samoa",
|
||||
|
@ -9715,6 +9835,7 @@
|
|||
"fi": "Shelta",
|
||||
"fr": "shelta",
|
||||
"gl": "Shelta",
|
||||
"id": "bahasa Shelta",
|
||||
"it": "lingua shelta",
|
||||
"ja": "シェルタ語",
|
||||
"nb_NO": "Shelta",
|
||||
|
@ -9798,7 +9919,7 @@
|
|||
"fr": "suédois",
|
||||
"gl": "lingua sueca",
|
||||
"hu": "svéd",
|
||||
"id": "Swedia",
|
||||
"id": "bahasa Swedia",
|
||||
"it": "svedese",
|
||||
"ja": "スウェーデン語",
|
||||
"nb_NO": "svensk",
|
||||
|
@ -9858,6 +9979,25 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"syl": {
|
||||
"de": "Sylheti",
|
||||
"en": "Sylheti",
|
||||
"es": "Idioma sylheti",
|
||||
"fi": "Sylheti",
|
||||
"fr": "sylheti",
|
||||
"gl": "Lingua sylheti",
|
||||
"it": "lingua silotica",
|
||||
"ja": "シレット語",
|
||||
"nb_NO": "Sylhetti",
|
||||
"nl": "taal van Sylhet",
|
||||
"ru": "силхетский язык",
|
||||
"sv": "Syloti",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"left-to-right"
|
||||
]
|
||||
}
|
||||
},
|
||||
"szl": {
|
||||
"ca": "silesià",
|
||||
"cs": "slezština",
|
||||
|
@ -9887,6 +10027,7 @@
|
|||
}
|
||||
},
|
||||
"szy": {
|
||||
"ca": "sakizaya",
|
||||
"cs": "sakizayština",
|
||||
"en": "Sakizaya",
|
||||
"fr": "sakizaya",
|
||||
|
@ -10132,6 +10273,7 @@
|
|||
"ru": "тигринья",
|
||||
"sl": "Tigrajščina",
|
||||
"sv": "tigrinska",
|
||||
"zh_Hant": "提格利尼亞語",
|
||||
"_meta": {
|
||||
"countries": [
|
||||
"ER"
|
||||
|
@ -10185,16 +10327,16 @@
|
|||
"es": "tagalo",
|
||||
"fi": "tagalog",
|
||||
"fr": "tagalog",
|
||||
"gl": "Lingua tagala",
|
||||
"gl": "lingua tagala",
|
||||
"hu": "tagalog",
|
||||
"id": "Bahasa Tagalog",
|
||||
"id": "bahasa Tagalog",
|
||||
"it": "tagalog",
|
||||
"ja": "タガログ語",
|
||||
"nb_NO": "tagalog",
|
||||
"nl": "Tagalog",
|
||||
"pl": "język tagalski",
|
||||
"pt": "língua tagalo",
|
||||
"pt_BR": "Língua tagalo",
|
||||
"pt_BR": "língua tagalo",
|
||||
"ru": "тагальский язык",
|
||||
"sv": "tagalog",
|
||||
"zh_Hant": "他加祿語",
|
||||
|
@ -10531,7 +10673,7 @@
|
|||
"en": "Tahitian",
|
||||
"eo": "tahitia lingvo",
|
||||
"es": "tahitiano",
|
||||
"fi": "tahitin kieli",
|
||||
"fi": "tahiti",
|
||||
"fr": "tahitien",
|
||||
"gl": "Lingua tahitiana",
|
||||
"hu": "tahiti",
|
||||
|
@ -10682,7 +10824,7 @@
|
|||
"pt": "ucraniano",
|
||||
"pt_BR": "língua ucraniana",
|
||||
"ru": "украинский язык",
|
||||
"sl": "Ukrajinščina",
|
||||
"sl": "ukrajinščina",
|
||||
"sv": "ukrainska",
|
||||
"zh_Hans": "乌克兰语",
|
||||
"zh_Hant": "烏克蘭語",
|
||||
|
@ -11290,7 +11432,7 @@
|
|||
"nl": "Yapees",
|
||||
"pl": "Język yap",
|
||||
"pt": "Língua yap",
|
||||
"ru": "Япский язык",
|
||||
"ru": "япский язык",
|
||||
"_meta": {
|
||||
"dir": [
|
||||
"left-to-right"
|
||||
|
@ -11333,7 +11475,7 @@
|
|||
"da": "jiddisch",
|
||||
"de": "Jiddisch",
|
||||
"en": "Yiddish",
|
||||
"eo": "jida",
|
||||
"eo": "jido",
|
||||
"es": "yidis",
|
||||
"fi": "jiddiš",
|
||||
"fr": "yiddish",
|
||||
|
@ -11540,7 +11682,7 @@
|
|||
"pt": "língua chinesa",
|
||||
"pt_BR": "língua chinesa",
|
||||
"ru": "китайский язык",
|
||||
"sl": "Kitajščina",
|
||||
"sl": "kitajščina",
|
||||
"sv": "kinesiska",
|
||||
"zh_Hans": "中文",
|
||||
"zh_Hant": "漢語",
|
||||
|
@ -11603,6 +11745,7 @@
|
|||
"pl": "język chiński uproszczony",
|
||||
"pt": "chinês simplificado",
|
||||
"ru": "упрощённый китайский",
|
||||
"sl": "poenostavljena kitajščina",
|
||||
"sv": "förenklad kinesiska",
|
||||
"zh_Hans": "简体中文",
|
||||
"zh_Hant": "簡體中文",
|
||||
|
|
|
@ -687,7 +687,7 @@
|
|||
"ca": "Informació sobre teatres, concerts, ...",
|
||||
"es": "Información sobre teatros, conciertos, ...",
|
||||
"en": "Information related to theatre, concerts, …",
|
||||
"de": "Informationen über Theater, Konzerte, ...",
|
||||
"de": "Informationen über Theater, Konzerte, …",
|
||||
"cs": "Informace týkající se divadla, koncertů, ...",
|
||||
"fr": "Informations liées au théâtre, à des concerts, …",
|
||||
"nl": "Informatie over cultuurevenementen zoals theaters, optredens, …",
|
||||
|
|
|
@ -835,7 +835,7 @@
|
|||
"questionHint": {
|
||||
"en": "E.g. on a mounted plaque, in the backrest, …",
|
||||
"nl": "Bijvoorbeeld op een aangebracht plakkaat, ingesneden in de rugleuning, ...",
|
||||
"de": "Z.B. auf einer angebrachten Plakette, in der Rückenlehne, ...",
|
||||
"de": "Z.B. auf einer angebrachten Plakette, in der Rückenlehne, …",
|
||||
"fr": "Par exemple, sur une plaque accrochée, sur le dossier, ...",
|
||||
"ca": "P. ex. en una placa, al respatller, ...",
|
||||
"cs": "Např. na připevněné desce, v opěradle, ...",
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"then": {
|
||||
"en": "Sports gear shop <i>{name}</i>",
|
||||
"nl": "Sportwinkel <i>{name}</i>",
|
||||
"fr": "Magasin de sport <i>{name}</i>",
|
||||
"fr": "Magasin d'équipements de sport <i>{name}</i>",
|
||||
"it": "Negozio di articoli sportivi <i>{name}</i>",
|
||||
"ru": "Магазин спортивного инвентаря <i>{name}</i>",
|
||||
"de": "Sportartikelgeschäft <i>{name}</i>",
|
||||
|
@ -112,7 +112,7 @@
|
|||
"then": {
|
||||
"nl": "Fietsverhuur <i>{name}</i>",
|
||||
"en": "Bicycle rental shop <i>{name}</i>",
|
||||
"fr": "Location de vélo <i>{name}</i>",
|
||||
"fr": "Magasin de location de vélo <i>{name}</i>",
|
||||
"it": "Noleggio di biciclette <i>{name}</i>",
|
||||
"ru": "Прокат велосипедов <i>{name}</i>",
|
||||
"de": "Fahrradverleih <i>{name}</i>",
|
||||
|
@ -865,7 +865,8 @@
|
|||
"nl": "Verkoopt tweedehands fietsen",
|
||||
"it": "Vende biciclette usate",
|
||||
"ca": "Ven bicicletes de segona mà",
|
||||
"cs": "Prodává použitá jízdní kola"
|
||||
"cs": "Prodává použitá jízdní kola",
|
||||
"fr": "Vend des vélos usagés"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
@ -885,7 +886,8 @@
|
|||
"de": "Bietet Selbstreparatur an",
|
||||
"nl": "Biedt doe-het-zelfreparaties aan",
|
||||
"it": "Offre riparazioni fai da te",
|
||||
"cs": "Nabízí opravy kol \"Udělej si sám\""
|
||||
"cs": "Nabízí opravy kol \"Udělej si sám\"",
|
||||
"fr": "Offre des services DIY"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"id": "shower",
|
||||
"name": {
|
||||
"en": "Shower"
|
||||
"en": "Shower",
|
||||
"de": "Dusche"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
|
@ -9,16 +10,19 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Shower"
|
||||
"en": "Shower",
|
||||
"de": "Dusche"
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a shower"
|
||||
"en": "a shower",
|
||||
"de": "eine Dusche"
|
||||
},
|
||||
"description": {
|
||||
"en": "A (public) shower"
|
||||
"en": "A (public) shower",
|
||||
"de": "Eine (öffentliche) Dusche"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=shower"
|
||||
|
@ -31,25 +35,29 @@
|
|||
{
|
||||
"id": "access",
|
||||
"question": {
|
||||
"en": "Who can use this shower?"
|
||||
"en": "Who can use this shower?",
|
||||
"de": "Wer darf diese Dusche nutzen?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "access=yes",
|
||||
"then": {
|
||||
"en": "Anyone can use this shower"
|
||||
"en": "Anyone can use this shower",
|
||||
"de": "Jeder darf diese Dusche nutzen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=customers",
|
||||
"then": {
|
||||
"en": "Only customers can use this shower"
|
||||
"en": "Only customers can use this shower",
|
||||
"de": "Nur Kunden dürfen diese Dusche nutzen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=key",
|
||||
"then": {
|
||||
"en": "Accesible, but one has to ask for a key"
|
||||
"en": "Accesible, but one has to ask for a key",
|
||||
"de": "Zugänglich, aber man muss nach einem Schlüssel fragen"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -57,19 +65,22 @@
|
|||
{
|
||||
"id": "fee",
|
||||
"question": {
|
||||
"en": "Is there a fee for using this shower?"
|
||||
"en": "Is there a fee for using this shower?",
|
||||
"de": "Ist die Nutzung der Dusche kostenpflichtig?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "fee=yes",
|
||||
"then": {
|
||||
"en": "There is a fee for using this shower"
|
||||
"en": "There is a fee for using this shower",
|
||||
"de": "Die Nutzung der Dusche ist kostenpflichtig"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "fee=no",
|
||||
"then": {
|
||||
"en": "This shower is free to use"
|
||||
"en": "This shower is free to use",
|
||||
"de": "Die Nutzung der Dusche ist kostenlos"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"charge="
|
||||
|
@ -81,42 +92,49 @@
|
|||
"id": "charge",
|
||||
"condition": "fee=yes",
|
||||
"question": {
|
||||
"en": "How much does it cost to use this shower?"
|
||||
"en": "How much does it cost to use this shower?",
|
||||
"de": "Wie viel kostet es, diese Dusche zu nutzen?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
"type": "string",
|
||||
"placeholder": {
|
||||
"en": "e.g. 1.50 EUR"
|
||||
"en": "e.g. 1.50 EUR",
|
||||
"de": "z.B. 1,50 EUR"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"en": "It costs {charge} to use this shower"
|
||||
"en": "It costs {charge} to use this shower",
|
||||
"de": "Es kostet {charge} um diese Dusche zu nutzen"
|
||||
}
|
||||
},
|
||||
"opening_hours",
|
||||
{
|
||||
"id": "hot_water",
|
||||
"question": {
|
||||
"en": "Does this shower have hot water available?"
|
||||
"en": "Does this shower have hot water available?",
|
||||
"de": "Verfügt diese Dusche über Warmwasser?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "hot_water=yes",
|
||||
"then": {
|
||||
"en": "Hot water is available here"
|
||||
"en": "Hot water is available here",
|
||||
"de": "Warmwasser ist hier verfügbar"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hot_water=fee",
|
||||
"then": {
|
||||
"en": "Hot water is available here, but there is a fee"
|
||||
"en": "Hot water is available here, but there is a fee",
|
||||
"de": "Warmes Wasser ist hier verfügbar, aber kostenpflichtig"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hot_water=no",
|
||||
"then": {
|
||||
"en": "There is no hot water available here"
|
||||
"en": "There is no hot water available here",
|
||||
"de": "Hier gibt es kein warmes Wasser"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -140,7 +158,8 @@
|
|||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Hot water available"
|
||||
"en": "Hot water available",
|
||||
"de": "Warmwasser verfügbar"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
@ -182,6 +201,7 @@
|
|||
}
|
||||
],
|
||||
"description": {
|
||||
"en": "A layer showing (public) showers"
|
||||
"en": "A layer showing (public) showers",
|
||||
"de": "Eine Ebene mit (öffentlichen) Duschen"
|
||||
}
|
||||
}
|
|
@ -181,31 +181,36 @@
|
|||
{
|
||||
"id": "basketball-hoops",
|
||||
"question": {
|
||||
"en": "How much basketball hoops does this pitch have?"
|
||||
"en": "How much basketball hoops does this pitch have?",
|
||||
"de": "Wie viele Basketballkörbe hat das Spielfeld?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "hoops=1",
|
||||
"then": {
|
||||
"en": "This basketball pitch has a single hoop"
|
||||
"en": "This basketball pitch has a single hoop",
|
||||
"de": "Dieses Basketballfeld hat einen einzigen Korb"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hoops=2",
|
||||
"then": {
|
||||
"en": "This basketball pitch has two hoops"
|
||||
"en": "This basketball pitch has two hoops",
|
||||
"de": "Dieses Basketballfeld hat zwei Körbe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hoops=4",
|
||||
"then": {
|
||||
"en": "This basketball pitch has four hoops"
|
||||
"en": "This basketball pitch has four hoops",
|
||||
"de": "Dieses Basketballfeld hat vier Körbe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hoops~*",
|
||||
"then": {
|
||||
"en": "This basketball pitch has {hoops} hoops"
|
||||
"en": "This basketball pitch has {hoops} hoops",
|
||||
"de": "Dieses Basketballfeld hat {hoops} Körbe"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
|
|
|
@ -244,7 +244,8 @@
|
|||
"type": "string",
|
||||
"placeholder": {
|
||||
"en": "e.g. 0.50 EUR",
|
||||
"nl": "bijv. 0.50 EUR"
|
||||
"nl": "bijv. 0.50 EUR",
|
||||
"de": "z.B. 0.50 EUR"
|
||||
}
|
||||
},
|
||||
"id": "toilet-charge"
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"render": {
|
||||
"en": "Settings",
|
||||
"nl": "Instellingen",
|
||||
"de": "Einstellungen"
|
||||
"de": "Einstellungen",
|
||||
"fr": "Paramètres"
|
||||
}
|
||||
},
|
||||
"source": "special",
|
||||
|
@ -150,7 +151,8 @@
|
|||
"id": "show_tags",
|
||||
"question": {
|
||||
"en": "Show the raw OpenStreetMap-tags?",
|
||||
"de": "Rohe OpenStreetMap-Tags anzeigen?"
|
||||
"de": "Rohe OpenStreetMap-Tags anzeigen?",
|
||||
"fr": "Afficher les attributs OpenStreetMap bruts ?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "<b>Tags</b> are attributes that every element has. This is the technical data that is stored in the database. You don't need this information to edit with MapComplete, but advanced users might want to use this as reference.",
|
||||
|
|
|
@ -84,7 +84,8 @@
|
|||
"text": {
|
||||
"en": "Import this ATM",
|
||||
"de": "Diesen Geldautomaten importieren",
|
||||
"zh_Hant": "匯入這座 ATM"
|
||||
"zh_Hant": "匯入這座 ATM",
|
||||
"nl": "Voeg deze ATM toe"
|
||||
},
|
||||
"icon": "./assets/svg/addSmall.svg"
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 279,
|
||||
"commits": 283,
|
||||
"contributor": "kjon"
|
||||
},
|
||||
{
|
||||
"commits": 274,
|
||||
"commits": 275,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
|
@ -36,6 +36,10 @@
|
|||
"commits": 32,
|
||||
"contributor": "Babos Gábor"
|
||||
},
|
||||
{
|
||||
"commits": 31,
|
||||
"contributor": "Supaplex"
|
||||
},
|
||||
{
|
||||
"commits": 30,
|
||||
"contributor": "Jiří Podhorecký"
|
||||
|
@ -44,14 +48,14 @@
|
|||
"commits": 29,
|
||||
"contributor": "Artem"
|
||||
},
|
||||
{
|
||||
"commits": 28,
|
||||
"contributor": "Supaplex"
|
||||
},
|
||||
{
|
||||
"commits": 25,
|
||||
"contributor": "Reza Almanda"
|
||||
},
|
||||
{
|
||||
"commits": 23,
|
||||
"contributor": "Lucas"
|
||||
},
|
||||
{
|
||||
"commits": 22,
|
||||
"contributor": "Marco"
|
||||
|
@ -60,21 +64,17 @@
|
|||
"commits": 21,
|
||||
"contributor": "SC"
|
||||
},
|
||||
{
|
||||
"commits": 19,
|
||||
"contributor": "Lucas"
|
||||
},
|
||||
{
|
||||
"commits": 18,
|
||||
"contributor": "el_libre como el chaval"
|
||||
},
|
||||
{
|
||||
"commits": 15,
|
||||
"contributor": "WaldiS"
|
||||
"commits": 16,
|
||||
"contributor": "mcliquid"
|
||||
},
|
||||
{
|
||||
"commits": 14,
|
||||
"contributor": "mcliquid"
|
||||
"commits": 15,
|
||||
"contributor": "WaldiS"
|
||||
},
|
||||
{
|
||||
"commits": 14,
|
||||
|
@ -100,6 +100,10 @@
|
|||
"commits": 11,
|
||||
"contributor": "Túllio Franca"
|
||||
},
|
||||
{
|
||||
"commits": 10,
|
||||
"contributor": "brunnerpaul"
|
||||
},
|
||||
{
|
||||
"commits": 10,
|
||||
"contributor": "pdassori"
|
||||
|
@ -324,6 +328,10 @@
|
|||
"commits": 3,
|
||||
"contributor": "SiegbjornSitumeang"
|
||||
},
|
||||
{
|
||||
"commits": 2,
|
||||
"contributor": "Emory Shaw"
|
||||
},
|
||||
{
|
||||
"commits": 2,
|
||||
"contributor": "lmagreault"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"intro": "Der Benutzer wird von einer Karte mit Objekten begrüßt. Wenn er eines auswählt, werden Informationen über das Objekt angezeigt.",
|
||||
"title": "Wie sieht die Benutzeroberfläche aus?"
|
||||
},
|
||||
"examples": "Es gibt viele thematische Karten, von denen hier einige dargestellt sind.\n\nEs gibt noch viele weitere thematische Karten online: über das Gesundheitswesen, Indoor-Navigation, Zugänglichkeit für Rollstuhlfahrer, Abfallentsorgungsanlagen, öffentliche Bücherschränke, Fußgängerüberwege mit Regenbogenmalerei,... Entdecken Sie sie alle auf mapcomplete.osm.be",
|
||||
"examples": "Es gibt viele thematische Karten, von denen hier einige dargestellt sind.\n\nEs gibt noch viele weitere thematische Karten online: über das Gesundheitswesen, Indoor-Navigation, Zugänglichkeit für Rollstuhlfahrer, Abfallentsorgungsanlagen, öffentliche Bücherschränke, Fußgängerüberwege mit Regenbogenmalerei,… Entdecken Sie sie alle auf mapcomplete.osm.be",
|
||||
"fakeui": {
|
||||
"add_images": "Bilder mit ein paar Klicks hinzufügen",
|
||||
"attributes": "Zeigt Attribute in einer freundlichen Art und Weise",
|
||||
|
@ -92,6 +92,7 @@
|
|||
"whatIsOsm": "Was ist OpenStreetMap?"
|
||||
},
|
||||
"general": {
|
||||
"404": "Diese Seite existiert nicht",
|
||||
"about": "OpenStreetMap für ein bestimmtes Thema einfach bearbeiten und hinzufügen",
|
||||
"aboutMapComplete": {
|
||||
"intro": "Nutze MapComplete, um Daten zu <b>einem bestimmten Thema</b> auf OpenStreetMap einzutragen. Beantworte Frage, und in wenigen Minuten sind die Beiträge überall verfügbar. In den meisten Themen kannst Du Bilder hinzufügen oder sogar eine Bewertung hinterlassen. Die <b>Themen-Ersteller*innen</b> definieren Objekte, Fragen und Begriffe für das jeweilige Thema."
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"advanced": {
|
||||
"title": "Fonctionnalités avancées"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Chargement des données…",
|
||||
"ready": "Fini !",
|
||||
|
@ -208,6 +211,8 @@
|
|||
"pickLanguage": "Choisir la langue : ",
|
||||
"poweredByOsm": "Propulsé par OpenStreetMap",
|
||||
"questionBox": {
|
||||
"answeredMultipleSkippedMultiple": "Vous avez répondu à {answered} questions et passé {skipped} questions",
|
||||
"done": "Pas d'autre question ! Merci !",
|
||||
"reactivate": "Réactiver les questions passées"
|
||||
},
|
||||
"questions": {
|
||||
|
@ -451,6 +456,7 @@
|
|||
"missing": "{count} segments non traduits"
|
||||
},
|
||||
"userinfo": {
|
||||
"editDescription": "Modifier ton profil",
|
||||
"gotoInbox": "Ouvrir sa boite de réception",
|
||||
"gotoSettings": "Paramètres sur OpenStreetMap.org"
|
||||
},
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
"then": "Wahlwerbung"
|
||||
},
|
||||
"4": {
|
||||
"then": "Informationen über Theater, Konzerte, ..."
|
||||
"then": "Informationen über Theater, Konzerte, …"
|
||||
},
|
||||
"5": {
|
||||
"then": "Nachricht von gemeinnützigen Organisationen"
|
||||
|
@ -731,7 +731,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Hat diese Bank eine Inschrift?",
|
||||
"questionHint": "Z.B. auf einer angebrachten Plakette, in der Rückenlehne, ...",
|
||||
"questionHint": "Z.B. auf einer angebrachten Plakette, in der Rückenlehne, …",
|
||||
"render": "Diese Bank hat folgende Inschrift:<br/><p><i>{inscription}</i></p>"
|
||||
},
|
||||
"bench-material": {
|
||||
|
@ -7542,6 +7542,76 @@
|
|||
"render": "Geschäft"
|
||||
}
|
||||
},
|
||||
"shower": {
|
||||
"description": "Eine Ebene mit (öffentlichen) Duschen",
|
||||
"filter": {
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Warmwasser verfügbar"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Dusche",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Eine (öffentliche) Dusche",
|
||||
"title": "eine Dusche"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Jeder darf diese Dusche nutzen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nur Kunden dürfen diese Dusche nutzen"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zugänglich, aber man muss nach einem Schlüssel fragen"
|
||||
}
|
||||
},
|
||||
"question": "Wer darf diese Dusche nutzen?"
|
||||
},
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "z.B. 1,50 EUR"
|
||||
},
|
||||
"question": "Wie viel kostet es, diese Dusche zu nutzen?",
|
||||
"render": "Es kostet {charge} um diese Dusche zu nutzen"
|
||||
},
|
||||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Nutzung der Dusche ist kostenpflichtig"
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Nutzung der Dusche ist kostenlos"
|
||||
}
|
||||
},
|
||||
"question": "Ist die Nutzung der Dusche kostenpflichtig?"
|
||||
},
|
||||
"hot_water": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Warmwasser ist hier verfügbar"
|
||||
},
|
||||
"1": {
|
||||
"then": "Warmes Wasser ist hier verfügbar, aber kostenpflichtig"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier gibt es kein warmes Wasser"
|
||||
}
|
||||
},
|
||||
"question": "Verfügt diese Dusche über Warmwasser?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Dusche"
|
||||
}
|
||||
},
|
||||
"slow_roads": {
|
||||
"description": "Alle autofreien Straßen",
|
||||
"tagRenderings": {
|
||||
|
@ -7696,6 +7766,23 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"basketball-hoops": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dieses Basketballfeld hat einen einzigen Korb"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dieses Basketballfeld hat zwei Körbe"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dieses Basketballfeld hat vier Körbe"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dieses Basketballfeld hat {hoops} Körbe"
|
||||
}
|
||||
},
|
||||
"question": "Wie viele Basketballkörbe hat das Spielfeld?"
|
||||
},
|
||||
"sport-pitch-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -8347,6 +8434,9 @@
|
|||
"render": "Die Wickeltabelle befindet sich in {changing_table:location}"
|
||||
},
|
||||
"toilet-charge": {
|
||||
"freeform": {
|
||||
"placeholder": "z.B. 0.50 EUR"
|
||||
},
|
||||
"question": "Wie viel muss man für die Nutzung bezahlen?",
|
||||
"render": "Die Gebühr beträgt {charge}"
|
||||
},
|
||||
|
|
|
@ -1293,6 +1293,22 @@
|
|||
},
|
||||
"bike_shop": {
|
||||
"description": "Un magasin vendant spécifiquement des vélos ou des objets en lien",
|
||||
"filter": {
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Vend des vélos usagés"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Offre des services DIY"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Magasin ou réparateur de vélo",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -1414,13 +1430,13 @@
|
|||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Magasin de sport <i>{name}</i>"
|
||||
"then": "Magasin d'équipements de sport <i>{name}</i>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Magasin"
|
||||
},
|
||||
"2": {
|
||||
"then": "Location de vélo <i>{name}</i>"
|
||||
"then": "Magasin de location de vélo <i>{name}</i>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Réparateur de vélo <i>{name}</i>"
|
||||
|
@ -5604,6 +5620,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"show_tags": {
|
||||
"question": "Afficher les attributs OpenStreetMap bruts ?"
|
||||
},
|
||||
"translation-completeness": {
|
||||
"render": "Les traductions pour {_theme} en {_language} sont à {_translation_percentage} % : {_translation_translated_count} chaînes traduites sur {_translation_total}"
|
||||
},
|
||||
|
@ -5635,6 +5654,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Paramètres"
|
||||
}
|
||||
},
|
||||
"veterinary": {
|
||||
|
|
|
@ -14,6 +14,21 @@
|
|||
},
|
||||
"atm": {
|
||||
"description": "Deze kaart toont geldautomaten waar je geld kunt afhalen of geld op de bank kan zetten",
|
||||
"layers": {
|
||||
"3": {
|
||||
"override": {
|
||||
"=tagRenderings": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Voeg deze ATM toe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Geldautomaten"
|
||||
},
|
||||
"bag": {
|
||||
|
|
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.30.6",
|
||||
"version": "0.30.9",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.30.6",
|
||||
"version": "0.30.9",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@onsvisual/svelte-maps": "^1.1.6",
|
||||
|
@ -4475,9 +4475,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001492",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001492.tgz",
|
||||
"integrity": "sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw==",
|
||||
"version": "1.0.30001516",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001516.tgz",
|
||||
"integrity": "sha512-Wmec9pCBY8CWbmI4HsjBeQLqDTqV91nFVR83DnZpYyRnPI1wePDsTg0bGLPC5VU/3OIZV1fmxEea1b+tFKe86g==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
@ -15512,9 +15512,9 @@
|
|||
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
|
||||
},
|
||||
"caniuse-lite": {
|
||||
"version": "1.0.30001492",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001492.tgz",
|
||||
"integrity": "sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw==",
|
||||
"version": "1.0.30001516",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001516.tgz",
|
||||
"integrity": "sha512-Wmec9pCBY8CWbmI4HsjBeQLqDTqV91nFVR83DnZpYyRnPI1wePDsTg0bGLPC5VU/3OIZV1fmxEea1b+tFKe86g==",
|
||||
"dev": true
|
||||
},
|
||||
"canvg": {
|
||||
|
|
Loading…
Reference in a new issue