Can't parse OSM location URLs without a ?
Have seen some URLs in the wild addressing a location (zoom/lat/lon) in OSM without a ? mark in front of the query params like:
https://www.openstreetmap.org/#map=16/59.3083/18.0183
Currently we handle URLs on the form
https://www.openstreetmap.org/?#map=16/59.3083/18.0183
entered in the search bar.
We could enhance the parsing code to accept both forms for convenience.