mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
1cb55c6e31
- handles json/jsonp transparently (avoiding code duplication in templates) - use php's internal json_encode functions (with JSON_UNESCAPED_UNICODE for backward compatibility) - be more liberal with what is allowed as a callback identifier - return a 400 for illegal callbacks - return application/javascript type when jsonp is requested fixes #16, fixes #17 |
||
---|---|---|
.. | ||
address-json.php | ||
address-jsonv2.php | ||
address-xml.php | ||
details-html.php | ||
search-html.php | ||
search-json.php | ||
search-jsonv2.php | ||
search-xml.php |