mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 12:04:06 +00:00
docs: different default for format on osm.org
Add a note that the format parameter is needed for nominatim.openstreetmap.org for historical reasons.
This commit is contained in:
@@ -51,6 +51,12 @@ Both query forms accept the additional parameters listed below.
|
|||||||
|
|
||||||
See [Place Output Formats](Output.md) for details on each format. (Default: jsonv2)
|
See [Place Output Formats](Output.md) for details on each format. (Default: jsonv2)
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
The Nominatim service at
|
||||||
|
[https://nominatim.openstreetmap.org](https://nominatim.openstreetmap.org)
|
||||||
|
has a different default behaviour for historical reasons. When the
|
||||||
|
`format` parameter is omitted, the request will be forwarded to the Web UI.
|
||||||
|
|
||||||
* `json_callback=<string>`
|
* `json_callback=<string>`
|
||||||
|
|
||||||
Wrap JSON output in a callback function ([JSONP](https://en.wikipedia.org/wiki/JSONP)) i.e. `<string>(<json>)`.
|
Wrap JSON output in a callback function ([JSONP](https://en.wikipedia.org/wiki/JSONP)) i.e. `<string>(<json>)`.
|
||||||
|
|||||||
Reference in New Issue
Block a user