forked from MapComplete/MapComplete
Fix typo, remove confusing presets
This commit is contained in:
parent
aeb6662168
commit
ac14ef9620
1 changed files with 1 additions and 27 deletions
|
@ -40,7 +40,7 @@
|
|||
"if": "bicycle=yes",
|
||||
"ifnot": "bicycle=no",
|
||||
"then": {
|
||||
"en": "<b>Bcycles</b> can be charged here",
|
||||
"en": "<b>Bicycles</b> can be charged here",
|
||||
"nl": "<b>Fietsen</b> kunnen hier opgeladen worden"
|
||||
}
|
||||
},
|
||||
|
@ -789,20 +789,6 @@
|
|||
"preferredBackground": "map"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"amenity=charging_station",
|
||||
"motorcar=no",
|
||||
"bicycle=yes"
|
||||
],
|
||||
"title": {
|
||||
"en": "charging station for e-bikes",
|
||||
"nl": "oplaadpunt voor elektrische fietsen"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": "map"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"amenity=charging_station",
|
||||
|
@ -816,18 +802,6 @@
|
|||
"preciseInput": {
|
||||
"preferredBackground": "map"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"amenity=charging_station"
|
||||
],
|
||||
"title": {
|
||||
"en": "charging station",
|
||||
"nl": "oplaadstation"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": "map"
|
||||
}
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
|
|
Loading…
Reference in a new issue