Fix typo's: s/seperat/separat/, fix #457

This commit is contained in:
Pieter Vander Vennet 2021-08-19 18:30:43 +02:00
parent ea54e0f733
commit 4284f8184e
25 changed files with 86 additions and 2286 deletions

View file

@ -10,7 +10,7 @@ What is a URL parameter?
URL-parameters are extra parts of the URL used to set the state.
For example, if the url is `https://mapcomplete.osm.be/cyclofix?lat=51.0&lon=4.3&z=5&test=true#node/1234`,
the URL-parameters are stated in the part between the `?` and the `#`. There are multiple, all seperated by `&`, namely:
the URL-parameters are stated in the part between the `?` and the `#`. There are multiple, all separated by `&`, namely:
- The url-parameter `lat` is `51.0` in this instance
- The url-parameter `lon` is `4.3` in this instance
@ -20,10 +20,10 @@ the URL-parameters are stated in the part between the `?` and the `#`. There are
Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
layer-control-toggle
----------------------
download-control-toggle
-------------------------
Whether or not the layer control is shown The default value is _false_
Whether or not the download panel is shown The default value is _false_
filter-toggle
@ -68,10 +68,10 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
Disables/Enables the search bar The default value is _true_
fs-layers
-----------
fs-background
---------------
Disables/Enables the layer control The default value is _true_
Disables/Enables the background layer control The default value is _true_
fs-filter
@ -122,6 +122,18 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
Always show all questions The default value is _false_
fs-export
-----------
Enable the export as GeoJSON and CSV button The default value is _false_
fs-pdf
--------
Enable the PDF download button The default value is _false_
test
------