URL Hash Parameters
You use the following query string parameters as a hash to instruct Ultra to set certain properties on startup (such as the query or the map location).
query
(URL-encoded string)
This sets the query to the given string.
Loading Gists
You can load a query from a Gist by using a string prefixed with gist:
Example: http://overpass-ultra.us/#query=gist:8ecb8ba0a0136f4f0dbc36de82061de4
Loading URLs
You can load a query from any url by using a string prefixed with url:
q
(lz-string-compressed string)
This sets the query to the given Base64-encoded lz-string string.
Example: http://overpass-ultra.us/#q=NoIxHsA8C4G9bFAvkgugbgFAHcCGBPYACwEsBzIvfAXgAdcAXIjTcAVwYAIyBTcAW3RA
m
(z/x/y viewport)
Sets the map center coordinates and zoom level.
Example: http://overpass-ultra.us/#m=14.64/-33.8842/151.2077
run
Runs the query immediately after startup.
map
Runs the query as a customizable interactive map.