- What is a URL parameter?
- language
- fs-translation-mode
- tab
- welcome-control-toggle
- download-control-toggle
- filter-toggle
- copyright-toggle
- currentview-toggle
- fs-userbadge
- fs-search
- fs-background
- fs-filter
- fs-add-new
- fs-welcome-message
- fs-iframe-popout
- fs-more-quests
- fs-share-screen
- fs-geolocation
- fs-all-questions
- fs-export
- fs-pdf
- backend
- test
- debug
- fake-user
- overpassUrl
- overpassTimeout
- overpassMaxZoom
- osmApiTileSize
- background
- layer-<layer-id>
This document gives an overview of which URL-parameters can be used to influence MapComplete.
"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 separated by &
, namely:
- The url-parameter
lat
is51.0
in this instance - The url-parameter
lon
is4.3
in this instance - The url-parameter
z
is5
in this instance - The url-parameter
test
istrue
in this instance
Finally, the URL-hash is the part after the #
. It is node/1234
in this case.
The language to display mapcomplete in. Will be ignored in case a logged-in-user did set their language before. If the specified language does not exist, it will default to the first language in the theme. No default value set
If set, will show a translation button next to every string. The default value is false
The tab that is shown in the welcome-message. The default value is 0
Whether or not the welcome panel is shown The default value is false
Whether or not the download panel is shown The default value is false
Whether or not the filter view is shown The default value is false
Whether or not the copyright view is shown The default value is false
Whether or not the current view box is shown The default value is false
Disables/Enables the user information pill (userbadge) at the top left. Disabling this disables logging in and thus disables editing all together, effectively putting MapComplete into read-only mode. The default value is true
Disables/Enables the search bar The default value is true
Disables/Enables the background layer control The default value is true
Disables/Enables the filter view The default value is true
Disables/Enables the 'add new feature'-popup. (A theme without presets might not have it in the first place) The default value is true
Disables/enables the help menu or welcome message The default value is true
Disables/Enables the extraLink button. By default, if in iframe mode and the welcome message is hidden, a popout button to the full mapcomplete instance is shown instead (unless disabled with this switch or another extraLink button is enabled) The default value is true
Disables/Enables the 'More Quests'-tab in the welcome message The default value is true
Disables/Enables the 'Share-screen'-tab in the welcome message The default value is true
Disables/Enables the geolocation button The default value is true
Always show all questions The default value is false
Enable the export as GeoJSON and CSV button The default value is false
Enable the PDF download button The default value is false
The OSM backend to use - can be used to redirect mapcomplete to the testing backend when using 'osm-test' The default value is osm
If true, 'dryrun' mode is activated. The app will behave as normal, except that changes to OSM will be printed onto the console instead of actually uploaded to osm.org The default value is false
If true, shows some extra debugging help such as all the available tags on every object The default value is false
If true, 'dryrun' mode is activated and a fake user account is loaded The default value is false
Point mapcomplete to a different overpass-instance. Example: https://overpass-api.de/api/interpreter The default value is https://overpass-api.de/api/interpreter,https://overpass.kumi.systems/api/interpreter,https://overpass.openstreetmap.ru/cgi/interpreter
Set a different timeout (in seconds) for queries in overpass The default value is 30
point to switch between OSM-api and overpass The default value is 16
Tilesize when the OSM-API is used to fetch data within a BBOX The default value is 17
The id of the background layer to start with The default value is osm
Wether or not the layer with id is shown The default value is true
This document is autogenerated from Logic/Web/QueryParameters.ts, UI/QueryParameterDocumentation.ts