Partial update of the docs
This commit is contained in:
parent
ee8dbbcf7d
commit
43aeb9d191
210 changed files with 5787 additions and 1201 deletions
|
@ -18,7 +18,7 @@
|
||||||
+ [_isOpen](#_isopen)
|
+ [_isOpen](#_isopen)
|
||||||
+ [_direction:numerical, _direction:leftright](#_directionnumerical,-_direction:leftright)
|
+ [_direction:numerical, _direction:leftright](#_directionnumerical,-_direction:leftright)
|
||||||
+ [_direction:centerpoint](#_directioncenterpoint)
|
+ [_direction:centerpoint](#_directioncenterpoint)
|
||||||
+ [_now:date, _now:datetime, _loaded:date, _loaded:_datetime](#_nowdate,-_now:datetime,-_loaded:date,-_loaded:_datetime)
|
+ [_now:date, _now:datetime](#_nowdate,-_now:datetime)
|
||||||
+ [_last_edit:contributor, _last_edit:contributor:uid, _last_edit:changeset, _last_edit:timestamp, _version_number, _backend](#_last_editcontributor,-_last_edit:contributor:uid,-_last_edit:changeset,-_last_edit:timestamp,-_version_number,-_backend)
|
+ [_last_edit:contributor, _last_edit:contributor:uid, _last_edit:changeset, _last_edit:timestamp, _version_number, _backend](#_last_editcontributor,-_last_edit:contributor:uid,-_last_edit:changeset,-_last_edit:timestamp,-_version_number,-_backend)
|
||||||
+ [sidewalk:left, sidewalk:right, generic_key:left:property, generic_key:right:property](#sidewalkleft,-sidewalk:right,-generic_key:left:property,-generic_key:right:property)
|
+ [sidewalk:left, sidewalk:right, generic_key:left:property, generic_key:right:property](#sidewalkleft,-sidewalk:right,-generic_key:left:property,-generic_key:right:property)
|
||||||
+ [_geometry:type](#_geometrytype)
|
+ [_geometry:type](#_geometrytype)
|
||||||
|
@ -30,7 +30,6 @@
|
||||||
+ [intersectionsWith](#intersectionswith)
|
+ [intersectionsWith](#intersectionswith)
|
||||||
+ [closest](#closest)
|
+ [closest](#closest)
|
||||||
+ [closestn](#closestn)
|
+ [closestn](#closestn)
|
||||||
+ [memberships](#memberships)
|
|
||||||
+ [get](#get)
|
+ [get](#get)
|
||||||
|
|
||||||
|
|
||||||
|
@ -142,7 +141,7 @@ This is a lazy metatag and is only calculated when needed
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### _now:date, _now:datetime, _loaded:date, _loaded:_datetime
|
### _now:date, _now:datetime
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -156,7 +155,7 @@ Adds the time that the data got loaded - pretty much the time of downloading fro
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Information about the last edit of this object.
|
Information about the last edit of this object. This object will actually _rewrite_ some tags for features coming from overpass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -196,7 +195,7 @@ Extract the 'level'-tag into a normalized, ';'-separated value
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_referencing_ways contains - for a node - which ways use this this node as point in their geometry. If the preset has 'snapToLayer' defined, the icon will be calculated based on the preset tags with `_referencing_ways=["way/-1"]` added.
|
_referencing_ways contains - for a node - which ways use this this node as point in their geometry.
|
||||||
|
|
||||||
This is a lazy metatag and is only calculated when needed
|
This is a lazy metatag and is only calculated when needed
|
||||||
|
|
||||||
|
@ -256,7 +255,6 @@ Some advanced functions are available on **feat** as well:
|
||||||
- [intersectionsWith](#intersectionsWith)
|
- [intersectionsWith](#intersectionsWith)
|
||||||
- [closest](#closest)
|
- [closest](#closest)
|
||||||
- [closestn](#closestn)
|
- [closestn](#closestn)
|
||||||
- [memberships](#memberships)
|
|
||||||
- [get](#get)
|
- [get](#get)
|
||||||
|
|
||||||
|
|
||||||
|
@ -324,15 +322,6 @@ If a 'unique tag key' is given, the tag with this key will only appear once (e.g
|
||||||
3. maxDistanceInMeters (optional)
|
3. maxDistanceInMeters (optional)
|
||||||
|
|
||||||
|
|
||||||
### memberships
|
|
||||||
|
|
||||||
Gives a list of `{role: string, relation: Relation}`-objects, containing all the relations that this feature is part of.
|
|
||||||
|
|
||||||
For example: `_part_of_walking_routes=feat.memberships().map(r => r.relation.tags.name).join(';')`
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### get
|
### get
|
||||||
|
|
||||||
Gets the property of the feature, parses it (as JSON) and returns it. Might return 'undefined' if not defined, null, ...
|
Gets the property of the feature, parses it (as JSON) and returns it. Might return 'undefined' if not defined, null, ...
|
||||||
|
|
|
@ -113,4 +113,36 @@ This is rendered with `<b>Fixme description</b>{fixme}`
|
||||||
- *No fixme - write something here to explain complicated cases* corresponds with ``
|
- *No fixme - write something here to explain complicated cases* corresponds with ``
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/address/address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/address/address.json)
|
This document is autogenerated from [assets/layers/address/address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/address/address.json)
|
||||||
|
|
|
@ -31,6 +31,7 @@ We will complete data from advertising features with reference, operator and lit
|
||||||
|
|
||||||
|
|
||||||
- [advertising](https://mapcomplete.osm.be/advertising)
|
- [advertising](https://mapcomplete.osm.be/advertising)
|
||||||
|
- [personal](https://mapcomplete.osm.be/personal)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -77,8 +78,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -232,12 +231,10 @@ This is rendered with `Reference number is {ref}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -248,10 +245,50 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/advertising/advertising.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/advertising/advertising.json)
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
This document is autogenerated from [assets/layers/advertising/advertising.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/advertising/advertising.json)
|
||||||
|
|
|
@ -70,7 +70,15 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -78,6 +86,28 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### is_cyclestreet
|
### is_cyclestreet
|
||||||
|
|
||||||
|
|
||||||
|
@ -137,24 +167,10 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### split-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -156,10 +156,40 @@ This is rendered with `The operator is a(n) {operator:type} entity.`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/ambulancestation/ambulancestation.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ambulancestation/ambulancestation.json)
|
This document is autogenerated from [assets/layers/ambulancestation/ambulancestation.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ambulancestation/ambulancestation.json)
|
||||||
|
|
|
@ -83,8 +83,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -176,8 +174,6 @@ This tagrendering has labels `artwork-question`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
|
||||||
|
|
||||||
The question is *What is the corresponding Wikidata entity?*
|
The question is *What is the corresponding Wikidata entity?*
|
||||||
|
|
||||||
This rendering asks information about the property [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata)
|
This rendering asks information about the property [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata)
|
||||||
|
@ -420,6 +416,68 @@ This tagrendering has labels `bench-questions`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -74,8 +74,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -200,6 +198,68 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,6 +82,38 @@ The question is *Does this bank have an ATM?*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -83,12 +83,10 @@ The question is *Does this bank have an ATM?*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -99,12 +97,22 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows a small map with the feature. Added by default to every popup
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
|
@ -78,8 +78,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -223,4 +221,56 @@ This is rendered with `Overlap: {overlap} m`
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double|cycle_barrier=triple`
|
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double|cycle_barrier=triple`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/barrier/barrier.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/barrier/barrier.json)
|
This document is autogenerated from [assets/layers/barrier/barrier.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/barrier/barrier.json)
|
||||||
|
|
|
@ -83,8 +83,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -388,6 +386,68 @@ This tagrendering has labels `artwork-question`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -71,8 +71,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -108,4 +106,56 @@ The question is *What kind of bench is this?*
|
||||||
- *There is no bench here* corresponds with `bench=no`
|
- *There is no bench here* corresponds with `bench=no`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bench_at_pt/bench_at_pt.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench_at_pt/bench_at_pt.json)
|
This document is autogenerated from [assets/layers/bench_at_pt/bench_at_pt.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench_at_pt/bench_at_pt.json)
|
||||||
|
|
|
@ -77,8 +77,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -222,4 +220,56 @@ This is rendered with `{description}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bicycle_library/bicycle_library.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_library/bicycle_library.json)
|
This document is autogenerated from [assets/layers/bicycle_library/bicycle_library.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_library/bicycle_library.json)
|
||||||
|
|
|
@ -81,8 +81,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -381,4 +379,66 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
This tagrendering has labels `bicycle_rental`
|
This tagrendering has labels `bicycle_rental`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bicycle_rental/bicycle_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_rental/bicycle_rental.json)
|
This document is autogenerated from [assets/layers/bicycle_rental/bicycle_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_rental/bicycle_rental.json)
|
||||||
|
|
|
@ -80,8 +80,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -382,12 +380,10 @@ This tagrendering has labels `bicycle_rental`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -398,10 +394,50 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json)
|
This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json)
|
||||||
|
|
|
@ -73,8 +73,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -198,4 +196,66 @@ The question is *Are other bicycle bicycle accessories sold here?*
|
||||||
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_lock' target='_blank'>vending:bicycle_lock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_lock%3Dno' target='_blank'>no</a>
|
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_lock' target='_blank'>vending:bicycle_lock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_lock%3Dno' target='_blank'>no</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json)
|
This document is autogenerated from [assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json)
|
||||||
|
|
|
@ -77,8 +77,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -219,4 +217,36 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bike_cafe/bike_cafe.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cafe/bike_cafe.json)
|
This document is autogenerated from [assets/layers/bike_cafe/bike_cafe.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cafe/bike_cafe.json)
|
||||||
|
|
|
@ -70,8 +70,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -119,4 +117,66 @@ This is rendered with `Using the cleaning service costs {charge}`
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bike_wash|amenity=bicycle_wash`
|
This tagrendering is only visible in the popup if the following condition is met: `amenity=bike_wash|amenity=bicycle_wash`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bike_cleaning/bike_cleaning.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cleaning/bike_cleaning.json)
|
This document is autogenerated from [assets/layers/bike_cleaning/bike_cleaning.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cleaning/bike_cleaning.json)
|
||||||
|
|
|
@ -76,8 +76,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -211,4 +209,66 @@ This is rendered with `This parking fits {capacity:cargo_bike} cargo bikes`
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `cargo_bike~^(designated|yes)$`
|
This tagrendering is only visible in the popup if the following condition is met: `cargo_bike~^(designated|yes)$`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bike_parking/bike_parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_parking/bike_parking.json)
|
This document is autogenerated from [assets/layers/bike_parking/bike_parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_parking/bike_parking.json)
|
||||||
|
|
|
@ -81,8 +81,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -341,4 +339,66 @@ This is rendered with `Located on the {level}th floor`
|
||||||
- *Located on the first basement level* corresponds with `level=-1`
|
- *Located on the first basement level* corresponds with `level=-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bike_repair_station/bike_repair_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_repair_station/bike_repair_station.json)
|
This document is autogenerated from [assets/layers/bike_repair_station/bike_repair_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_repair_station/bike_repair_station.json)
|
||||||
|
|
|
@ -92,8 +92,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -526,4 +524,46 @@ This is rendered with `{description}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### move-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bike_shop/bike_shop.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_shop/bike_shop.json)
|
This document is autogenerated from [assets/layers/bike_shop/bike_shop.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_shop/bike_shop.json)
|
||||||
|
|
|
@ -73,8 +73,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -167,4 +165,36 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bike_themed_object/bike_themed_object.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_themed_object/bike_themed_object.json)
|
This document is autogenerated from [assets/layers/bike_themed_object/bike_themed_object.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_themed_object/bike_themed_object.json)
|
||||||
|
|
|
@ -70,8 +70,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -109,4 +107,66 @@ This is rendered with `Looks towards {direction}°`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/binocular/binocular.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/binocular/binocular.json)
|
This document is autogenerated from [assets/layers/binocular/binocular.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/binocular/binocular.json)
|
||||||
|
|
|
@ -71,8 +71,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -136,6 +134,68 @@ This is rendered with `Operated by {operator}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -83,8 +83,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -377,7 +375,15 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -385,6 +391,58 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -61,8 +61,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -162,6 +160,48 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### move-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -81,8 +81,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -276,7 +274,15 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -284,6 +290,18 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### operator
|
### operator
|
||||||
|
|
||||||
|
|
||||||
|
@ -312,28 +330,4 @@ The question is *Does this place have a power supply?*
|
||||||
- *This place does not have power supply* corresponds with `power_supply=no`
|
- *This place does not have power supply* corresponds with `power_supply=no`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/campersite/campersite.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/campersite/campersite.json)
|
This document is autogenerated from [assets/themes/campersite/campersite.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/campersite/campersite.json)
|
||||||
|
|
|
@ -149,8 +149,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -572,7 +570,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plu
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -595,7 +593,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plu
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -618,7 +616,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plu
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -641,7 +639,7 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall p
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -664,7 +662,7 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall p
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -688,7 +686,7 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall p
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -711,7 +709,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -734,7 +732,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -757,7 +755,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -781,7 +779,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -804,7 +802,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -828,7 +826,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -852,7 +850,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>witho
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -875,7 +873,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>witho
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -901,7 +899,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>witho
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -925,7 +923,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -949,7 +947,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -975,7 +973,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -998,7 +996,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1022,7 +1020,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1047,7 +1045,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1071,7 +1069,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1095,7 +1093,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1119,7 +1117,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1143,7 +1141,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1167,7 +1165,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1190,7 +1188,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1214,7 +1212,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1238,7 +1236,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1262,7 +1260,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1286,7 +1284,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1310,7 +1308,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1333,7 +1331,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1356,7 +1354,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1380,7 +1378,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1405,7 +1403,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1429,7 +1427,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1453,7 +1451,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1477,7 +1475,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1500,7 +1498,7 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to char
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1524,7 +1522,7 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to char
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1548,7 +1546,7 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to char
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1571,7 +1569,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1594,7 +1592,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1617,7 +1615,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1640,7 +1638,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1663,7 +1661,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1686,7 +1684,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2018,7 +2016,67 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -148,8 +148,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -571,7 +569,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plu
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -594,7 +592,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plu
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -617,7 +615,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plu
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -640,7 +638,7 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall p
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -663,7 +661,7 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall p
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -687,7 +685,7 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall p
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -710,7 +708,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -733,7 +731,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -756,7 +754,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -780,7 +778,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -803,7 +801,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -827,7 +825,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -851,7 +849,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>witho
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -874,7 +872,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>witho
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -900,7 +898,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>witho
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -924,7 +922,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -948,7 +946,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -974,7 +972,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -997,7 +995,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1021,7 +1019,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1046,7 +1044,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1070,7 +1068,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1094,7 +1092,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1118,7 +1116,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1142,7 +1140,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1166,7 +1164,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1189,7 +1187,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1213,7 +1211,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1237,7 +1235,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1261,7 +1259,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1285,7 +1283,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1309,7 +1307,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1332,7 +1330,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1355,7 +1353,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1379,7 +1377,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1404,7 +1402,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1428,7 +1426,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1452,7 +1450,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1476,7 +1474,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1499,7 +1497,7 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to char
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1523,7 +1521,7 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to char
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1547,7 +1545,7 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to char
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1570,7 +1568,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1593,7 +1591,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1616,7 +1614,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1639,7 +1637,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1662,7 +1660,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1685,7 +1683,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
This tagrendering has labels `technical`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2017,16 +2015,12 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering is part of group `technical`
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
### questions
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -2037,10 +2031,50 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json)
|
This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json)
|
||||||
|
|
|
@ -230,4 +230,36 @@ This is rendered with `A fee of {charge} should be paid for climbing here`
|
||||||
- *Paying a fee is required to climb here* corresponds with `fee=yes`
|
- *Paying a fee is required to climb here* corresponds with `fee=yes`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing/climbing.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing/climbing.json)
|
This document is autogenerated from [assets/layers/climbing/climbing.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing/climbing.json)
|
||||||
|
|
|
@ -79,8 +79,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -239,4 +237,26 @@ The question is *Is bouldering possible here?*
|
||||||
- This option cannot be chosen as answer
|
- This option cannot be chosen as answer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing_area/climbing_area.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_area/climbing_area.json)
|
This document is autogenerated from [assets/layers/climbing_area/climbing_area.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_area/climbing_area.json)
|
||||||
|
|
|
@ -155,4 +155,36 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing_club/climbing_club.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_club/climbing_club.json)
|
This document is autogenerated from [assets/layers/climbing_club/climbing_club.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_club/climbing_club.json)
|
||||||
|
|
|
@ -85,8 +85,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -364,4 +362,36 @@ The question is *Is there a speed climbing wall?*
|
||||||
- This option cannot be chosen as answer
|
- This option cannot be chosen as answer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing_gym/climbing_gym.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_gym/climbing_gym.json)
|
This document is autogenerated from [assets/layers/climbing_gym/climbing_gym.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_gym/climbing_gym.json)
|
||||||
|
|
|
@ -83,4 +83,36 @@ The question is *Is climbing possible here?*
|
||||||
- This option cannot be chosen as answer
|
- This option cannot be chosen as answer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing_opportunity/climbing_opportunity.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_opportunity/climbing_opportunity.json)
|
This document is autogenerated from [assets/layers/climbing_opportunity/climbing_opportunity.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_opportunity/climbing_opportunity.json)
|
||||||
|
|
|
@ -75,8 +75,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -175,4 +173,36 @@ This is rendered with `The rock type is {_embedding_features_with_rock:rock} as
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing_route/climbing_route.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_route/climbing_route.json)
|
This document is autogenerated from [assets/layers/climbing_route/climbing_route.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_route/climbing_route.json)
|
||||||
|
|
|
@ -77,8 +77,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -229,4 +227,66 @@ This is rendered with `This clock has {faces} faces`
|
||||||
- *This clock has four faces* corresponds with `faces=4`
|
- *This clock has four faces* corresponds with `faces=4`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/clock/clock.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/clock/clock.json)
|
This document is autogenerated from [assets/layers/clock/clock.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/clock/clock.json)
|
||||||
|
|
|
@ -51,4 +51,36 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/crab_address/crab_address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/crab_address/crab_address.json)
|
This document is autogenerated from [assets/layers/crab_address/crab_address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/crab_address/crab_address.json)
|
||||||
|
|
|
@ -84,8 +84,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -317,6 +315,38 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -171,4 +171,16 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
||||||
|
|
|
@ -421,4 +421,46 @@ The question is *How is this cycleway separated from the road?*
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `highway=cycleway|highway=path`
|
This tagrendering is only visible in the popup if the following condition is met: `highway=cycleway|highway=path`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### split-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/cycleways_and_roads/cycleways_and_roads.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cycleways_and_roads/cycleways_and_roads.json)
|
This document is autogenerated from [assets/layers/cycleways_and_roads/cycleways_and_roads.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cycleways_and_roads/cycleways_and_roads.json)
|
||||||
|
|
|
@ -84,8 +84,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -344,6 +342,68 @@ This is rendered with `Extra information for OpenStreetMap experts: {fixme}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -73,8 +73,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -169,6 +167,68 @@ This is rendered with `This dentist is called {name}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
||||||
|
|
||||||
direction
|
direction
|
||||||
===========
|
===========
|
||||||
|
@ -15,7 +15,7 @@ This layer visualizes directions
|
||||||
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **16** and higher
|
- This layer is shown at zoomlevel **16** and higher
|
||||||
- This layer cannot be toggled in the filter view. If you import this layer in your theme, override `title` to make this toggleable.
|
- Elements don't have a title set and cannot be toggled nor will they show up in the dashboard. If you import this layer in your theme, override `title` to make this toggleable.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ Elements must have the all of following tags to be shown on this layer:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- camera:direction~^..*$|direction~^..*$
|
- camera:direction~.+|direction~.+
|
||||||
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22camera%3Adirection%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22direction%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22camera%3Adirection%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22direction%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||||
|
@ -53,4 +53,36 @@ Elements must have the all of following tags to be shown on this layer:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/direction/direction.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/direction/direction.json)
|
This document is autogenerated from [assets/layers/direction/direction.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/direction/direction.json)
|
|
@ -75,8 +75,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -200,6 +198,68 @@ This is rendered with `This doctor is specialized in {healthcare:speciality}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -94,8 +94,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -618,20 +616,16 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -642,7 +636,15 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -650,6 +652,38 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -127,8 +127,6 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -139,10 +137,40 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/dogpark/dogpark.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dogpark/dogpark.json)
|
This document is autogenerated from [assets/layers/dogpark/dogpark.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dogpark/dogpark.json)
|
||||||
|
|
|
@ -79,8 +79,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -515,20 +513,6 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -539,7 +523,15 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -547,6 +539,38 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -77,8 +77,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -132,4 +130,66 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `_closest_other_drinking_water_id~.+`
|
This tagrendering is only visible in the popup if the following condition is met: `_closest_other_drinking_water_id~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/drinking_water/drinking_water.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/drinking_water/drinking_water.json)
|
This document is autogenerated from [assets/layers/drinking_water/drinking_water.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/drinking_water/drinking_water.json)
|
||||||
|
|
|
@ -77,8 +77,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -198,6 +196,38 @@ This is rendered with `This station is part of network {network}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### operator
|
### operator
|
||||||
|
|
||||||
|
|
||||||
|
@ -226,28 +256,4 @@ The question is *Does this place have a power supply?*
|
||||||
- *This place does not have power supply* corresponds with `power_supply=no`
|
- *This place does not have power supply* corresponds with `power_supply=no`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/campersite/campersite.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/campersite/campersite.json)
|
This document is autogenerated from [assets/themes/campersite/campersite.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/campersite/campersite.json)
|
||||||
|
|
|
@ -171,4 +171,16 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
||||||
|
|
|
@ -76,8 +76,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -174,8 +172,6 @@ This is rendered with `This elevator has a depth of {canonical(elevator:depth)}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.
|
|
||||||
|
|
||||||
The question is *Does this place have an audio induction loop for people with reduced hearing?*
|
The question is *Does this place have an audio induction loop for people with reduced hearing?*
|
||||||
|
|
||||||
|
|
||||||
|
@ -196,4 +192,36 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/elevator/elevator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/elevator/elevator.json)
|
This document is autogenerated from [assets/layers/elevator/elevator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/elevator/elevator.json)
|
||||||
|
|
|
@ -79,8 +79,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -212,4 +210,36 @@ This is rendered with `The kerb height of this door is {kerb:height}`
|
||||||
- *This door does not have a kerb* corresponds with `kerb:height=0`
|
- *This door does not have a kerb* corresponds with `kerb:height=0`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/entrance/entrance.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/entrance/entrance.json)
|
This document is autogenerated from [assets/layers/entrance/entrance.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/entrance/entrance.json)
|
||||||
|
|
|
@ -171,4 +171,16 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/etymology/etymology.json)
|
This document is autogenerated from [assets/layers/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/etymology/etymology.json)
|
||||||
|
|
|
@ -89,10 +89,40 @@ This is rendered with `Location: {location}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/extinguisher/extinguisher.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/extinguisher/extinguisher.json)
|
This document is autogenerated from [assets/layers/extinguisher/extinguisher.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/extinguisher/extinguisher.json)
|
||||||
|
|
|
@ -75,8 +75,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -192,12 +190,10 @@ This is rendered with `More details: {description}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -208,10 +204,50 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/facadegardens/facadegardens.json)
|
This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/facadegardens/facadegardens.json)
|
||||||
|
|
|
@ -69,7 +69,15 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -77,6 +85,28 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### is_cyclestreet
|
### is_cyclestreet
|
||||||
|
|
||||||
|
|
||||||
|
@ -136,24 +166,10 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### split-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -156,10 +156,40 @@ This is rendered with `The operator is a(n) {operator:type} entity.`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/fire_station/fire_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fire_station/fire_station.json)
|
This document is autogenerated from [assets/layers/fire_station/fire_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fire_station/fire_station.json)
|
||||||
|
|
|
@ -94,8 +94,6 @@ This is rendered with `This fitness centre is called {name}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -223,7 +221,15 @@ This is rendered with `Located on the {level}th floor`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -231,6 +237,28 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -72,8 +72,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -166,6 +164,38 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -97,8 +97,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -621,7 +619,15 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -629,6 +635,58 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -94,8 +94,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -618,20 +616,16 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -642,7 +636,15 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -650,6 +652,38 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,8 +82,6 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -149,4 +147,66 @@ This is rendered with `Placed on {start_date}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/ghost_bike/ghost_bike.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ghost_bike/ghost_bike.json)
|
This document is autogenerated from [assets/layers/ghost_bike/ghost_bike.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ghost_bike/ghost_bike.json)
|
||||||
|
|
|
@ -72,8 +72,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -152,4 +150,36 @@ This is rendered with `This Governmental Office is called {name}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/governments/governments.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/governments/governments.json)
|
This document is autogenerated from [assets/layers/governments/governments.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/governments/governments.json)
|
||||||
|
|
|
@ -80,8 +80,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -249,8 +247,6 @@ The question is *Is a CNC drill available at this hackerspace?*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -303,4 +299,36 @@ This is rendered with `This hackerspace was founded at {start_date}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/hackerspace/hackerspace.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hackerspace/hackerspace.json)
|
This document is autogenerated from [assets/layers/hackerspace/hackerspace.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hackerspace/hackerspace.json)
|
||||||
|
|
|
@ -171,4 +171,16 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
||||||
|
|
|
@ -158,4 +158,36 @@ This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' t
|
||||||
- This option cannot be chosen as answer
|
- This option cannot be chosen as answer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/hospital/hospital.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hospital/hospital.json)
|
This document is autogenerated from [assets/layers/hospital/hospital.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hospital/hospital.json)
|
||||||
|
|
|
@ -77,8 +77,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -89,8 +87,6 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -247,4 +243,46 @@ This is rendered with `The network name is <b>{internet_access:ssid}</b>`
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `internet_access=wlan`
|
This tagrendering is only visible in the popup if the following condition is met: `internet_access=wlan`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### move-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/hotel/hotel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hotel/hotel.json)
|
This document is autogenerated from [assets/layers/hotel/hotel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hotel/hotel.json)
|
||||||
|
|
|
@ -197,10 +197,40 @@ This is rendered with `Coupling diameters: {couplings:diameters}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/hydrant/hydrant.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hydrant/hydrant.json)
|
This document is autogenerated from [assets/layers/hydrant/hydrant.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hydrant/hydrant.json)
|
||||||
|
|
|
@ -72,8 +72,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -110,4 +108,36 @@ This is rendered with `This room is named {name}`
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `indoor=room|indoor=area|indoor=corridor`
|
This tagrendering is only visible in the popup if the following condition is met: `indoor=room|indoor=area|indoor=corridor`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/indoors/indoors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/indoors/indoors.json)
|
This document is autogenerated from [assets/layers/indoors/indoors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/indoors/indoors.json)
|
||||||
|
|
|
@ -58,10 +58,70 @@ Elements must have the all of following tags to be shown on this layer:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/information_board/information_board.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/information_board/information_board.json)
|
This document is autogenerated from [assets/layers/information_board/information_board.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/information_board/information_board.json)
|
||||||
|
|
|
@ -76,8 +76,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -146,6 +144,38 @@ This is rendered with `Kerb height: {kerb:height}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -189,4 +189,66 @@ This is rendered with `This facility has room for {capacity} kids`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/kindergarten_childcare/kindergarten_childcare.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/kindergarten_childcare/kindergarten_childcare.json)
|
This document is autogenerated from [assets/layers/kindergarten_childcare/kindergarten_childcare.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/kindergarten_childcare/kindergarten_childcare.json)
|
||||||
|
|
|
@ -70,8 +70,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -97,12 +95,10 @@ The question is *Is this street lit?*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -113,10 +109,30 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows a small map with the feature. Added by default to every popup
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### split-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json)
|
This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json)
|
||||||
|
|
|
@ -71,8 +71,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,4 +120,66 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
This tagrendering has labels `map`
|
This tagrendering has labels `map`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/map/map.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/map/map.json)
|
This document is autogenerated from [assets/layers/map/map.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/map/map.json)
|
||||||
|
|
|
@ -106,6 +106,38 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -99,6 +99,38 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -87,4 +87,46 @@ This is rendered with `The maximum allowed speed on this road is {canonical(max
|
||||||
- *This is a living street, which has a maxspeed of 20km/h* corresponds with `highway=living_street`
|
- *This is a living street, which has a maxspeed of 20km/h* corresponds with `highway=living_street`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### split-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/maxspeed/maxspeed.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/maxspeed/maxspeed.json)
|
This document is autogenerated from [assets/layers/maxspeed/maxspeed.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/maxspeed/maxspeed.json)
|
||||||
|
|
|
@ -79,8 +79,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -515,20 +513,6 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -539,7 +523,15 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
@ -547,6 +539,38 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -79,8 +79,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -275,8 +273,6 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
|
||||||
|
|
||||||
The question is *What is the corresponding Wikidata entity?*
|
The question is *What is the corresponding Wikidata entity?*
|
||||||
|
|
||||||
This rendering asks information about the property [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata)
|
This rendering asks information about the property [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata)
|
||||||
|
@ -295,6 +291,38 @@ This is rendered with `{wikipedia():max-height:25rem}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -78,8 +78,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -268,8 +266,6 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
|
||||||
|
|
||||||
The question is *What is the corresponding Wikidata entity?*
|
The question is *What is the corresponding Wikidata entity?*
|
||||||
|
|
||||||
This rendering asks information about the property [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata)
|
This rendering asks information about the property [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata)
|
||||||
|
@ -286,4 +282,46 @@ This is rendered with `{wikipedia():max-height:25rem}`
|
||||||
- This option cannot be chosen as answer
|
- This option cannot be chosen as answer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### move-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/observation_tower/observation_tower.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/observation_tower/observation_tower.json)
|
This document is autogenerated from [assets/layers/observation_tower/observation_tower.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/observation_tower/observation_tower.json)
|
||||||
|
|
|
@ -83,6 +83,38 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -74,8 +74,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -187,6 +185,68 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -74,8 +74,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -166,4 +164,66 @@ This is rendered with `There are {capacity} parking spots`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/parking/parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking/parking.json)
|
This document is autogenerated from [assets/layers/parking/parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking/parking.json)
|
||||||
|
|
|
@ -71,8 +71,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,4 +120,36 @@ This tagrendering has no question and is thus read-only
|
||||||
- *This parking space has 1 space.* corresponds with `capacity=1`
|
- *This parking space has 1 space.* corresponds with `capacity=1`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/parking_spaces/parking_spaces.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking_spaces/parking_spaces.json)
|
This document is autogenerated from [assets/layers/parking_spaces/parking_spaces.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking_spaces/parking_spaces.json)
|
||||||
|
|
|
@ -72,8 +72,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -172,4 +170,36 @@ This is rendered with `This parking ticket machine has the reference number {re
|
||||||
- *This parking ticket machine has no reference number* corresponds with `noref=yes`
|
- *This parking ticket machine has no reference number* corresponds with `noref=yes`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/parking_ticket_machine/parking_ticket_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking_ticket_machine/parking_ticket_machine.json)
|
This document is autogenerated from [assets/layers/parking_ticket_machine/parking_ticket_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking_ticket_machine/parking_ticket_machine.json)
|
||||||
|
|
|
@ -171,4 +171,16 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
This tagrendering is only visible in the popup if the following condition is met: `wikidata~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
||||||
|
|
|
@ -76,8 +76,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -189,6 +187,68 @@ The question is *Is this pharmacy easy to access on a wheelchair?*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -73,8 +73,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -176,6 +174,68 @@ This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' t
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -71,8 +71,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -123,4 +121,66 @@ This is rendered with `This picnic table is made of {material}`
|
||||||
- *This picnic table is made from (recycled) plastic* corresponds with `material=plastic`
|
- *This picnic table is made from (recycled) plastic* corresponds with `material=plastic`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/picnic_table/picnic_table.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/picnic_table/picnic_table.json)
|
This document is autogenerated from [assets/layers/picnic_table/picnic_table.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/picnic_table/picnic_table.json)
|
||||||
|
|
|
@ -60,8 +60,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -151,4 +149,26 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/play_forest/play_forest.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/play_forest/play_forest.json)
|
This document is autogenerated from [assets/layers/play_forest/play_forest.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/play_forest/play_forest.json)
|
||||||
|
|
|
@ -79,8 +79,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -303,4 +301,46 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/playground/playground.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/playground/playground.json)
|
This document is autogenerated from [assets/layers/playground/playground.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/playground/playground.json)
|
||||||
|
|
|
@ -58,8 +58,6 @@ Elements must have the all of following tags to be shown on this layer:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,4 +72,46 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### delete-button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/postboxes/postboxes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/postboxes/postboxes.json)
|
This document is autogenerated from [assets/layers/postboxes/postboxes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/postboxes/postboxes.json)
|
||||||
|
|
|
@ -76,8 +76,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -254,6 +252,28 @@ This is rendered with `You can buy stamps from companies: {post_office:stamps}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -78,8 +78,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -258,6 +256,68 @@ This is rendered with `More info on <a href='{website}' target='_blank'>the web
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -91,4 +91,36 @@ This is rendered with `Located on the {level}th floor`
|
||||||
- *Located on the first basement level* corresponds with `level=-1`
|
- *Located on the first basement level* corresponds with `level=-1`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/railway_platforms/railway_platforms.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/railway_platforms/railway_platforms.json)
|
This document is autogenerated from [assets/layers/railway_platforms/railway_platforms.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/railway_platforms/railway_platforms.json)
|
||||||
|
|
|
@ -59,8 +59,6 @@ Elements must have the all of following tags to be shown on this layer:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -87,12 +85,10 @@ This tagrendering is only visible in the popup if the following condition is met
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### questions
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Show the images block at this location
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-only
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -103,10 +99,20 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Shows a small map with the feature. Added by default to every popup
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This tagrendering has no question and is thus read-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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/rainbow_crossings/rainbow_crossings.json)
|
This document is autogenerated from [assets/themes/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/rainbow_crossings/rainbow_crossings.json)
|
||||||
|
|
|
@ -59,8 +59,6 @@ Elements must have the all of following tags to be shown on this layer:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -85,4 +83,36 @@ The question is *Does this crossing has rainbow paintings?*
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: `highway=crossing`
|
This tagrendering is only visible in the popup if the following condition is met: `highway=crossing`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/rainbow_crossings/rainbow_crossings.json)
|
This document is autogenerated from [assets/layers/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/rainbow_crossings/rainbow_crossings.json)
|
||||||
|
|
|
@ -71,8 +71,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,8 +120,6 @@ This is rendered with `The height of the desk is <b>{canonical(desk:height)}</b
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.
|
|
||||||
|
|
||||||
The question is *Does this place have an audio induction loop for people with reduced hearing?*
|
The question is *Does this place have an audio induction loop for people with reduced hearing?*
|
||||||
|
|
||||||
|
|
||||||
|
@ -134,4 +130,36 @@ The question is *Does this place have an audio induction loop for people with r
|
||||||
- *This place <b>does not</b> have an audio induction loop* corresponds with `hearing_loop=no`
|
- *This place <b>does not</b> have an audio induction loop* corresponds with `hearing_loop=no`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/reception_desk/reception_desk.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/reception_desk/reception_desk.json)
|
This document is autogenerated from [assets/layers/reception_desk/reception_desk.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/reception_desk/reception_desk.json)
|
||||||
|
|
|
@ -76,8 +76,6 @@ attribute | type | values which are supported by this layer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
@ -186,18 +184,18 @@ The question is *What can be recycled here?*
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
- *Plastic can be recycled here* corresponds with `recycling:plastic=yes`
|
- *Plastic can be recycled here* corresponds with `recycling:plastic=yes`
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
- *Scrap metal can be recycled here* corresponds with `recycling:printer_cartridges=yes`
|
- *Printer cartridges can be recycled here* corresponds with `recycling:printer_cartridges=yes`
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
- *Shoes can be recycled here* corresponds with `recycling:scrap_metal=yes`
|
- *Scrap metal can be recycled here* corresponds with `recycling:scrap_metal=yes`
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
- *Small electrical appliances can be recycled here* corresponds with `recycling:shoes=yes`
|
- *Shoes can be recycled here* corresponds with `recycling:shoes=yes`
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
- *Small electrical appliances can be recycled here* corresponds with `recycling:small_appliances=yes`
|
- *Small electrical appliances can be recycled here* corresponds with `recycling:small_appliances=yes`
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
- *Needles can be recycled here* corresponds with `recycling:small_electrical_appliances=yes`
|
- *Small electrical appliances can be recycled here* corresponds with `recycling:small_electrical_appliances=yes`
|
||||||
- This option cannot be chosen as answer
|
- This option cannot be chosen as answer
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
- *Residual waste can be recycled here* corresponds with `recycling:needles=yes`
|
- *Needles can be recycled here* corresponds with `recycling:needles=yes`
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
- *Residual waste can be recycled here* corresponds with `recycling:waste=yes`
|
- *Residual waste can be recycled here* corresponds with `recycling:waste=yes`
|
||||||
- Unselecting this answer will add
|
- Unselecting this answer will add
|
||||||
|
@ -325,6 +323,68 @@ This is rendered with `This recycling facility can be used by {access}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### all-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -241,4 +241,36 @@ This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### leftover-questions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### minimap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This tagrendering has no question and is thus read-only
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### last_edit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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~.+`
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/school/school.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/school/school.json)
|
This document is autogenerated from [assets/layers/school/school.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/school/school.json)
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue