We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot find this bus station: https://www.openstreetmap.org/node/3830064285 (島鉄雲仙営業所)
If you do a reverse lookup, you get this:
$ curl 'https://photon.komoot.io/reverse?lon=130.2611035&lat=32.7416241'
{ "features": [ { "geometry": { "coordinates": [ 130.2611035, 32.7416241 ], "type": "Point" }, "type": "Feature", "properties": { "osm_type": "N", "osm_id": 3830064285, "country": "日本", "osm_key": "amenity", "city": "雲仙市", "street": "国道57号", "countrycode": "JP", "osm_value": "bus_station", "name": "島鉄雲仙営業所", "locality": "小浜町雲仙", "state": "長崎県", "type": "house" } } ], "type": "FeatureCollection" }
But try to search for the "name", and you get nothing. Even with the lat lon specified. Or with only lat,lon and q= (empty)
"name"
q=
curl https://photon.komoot.io/api/?lon=130.2611035&lat=32.7416241&q=%E5%B3%B6%E9%89%84%E9%9B%B2%E4%BB%99%E5%96%B6%E6%A5%AD%E6%89%80
{"features":[],"type":"FeatureCollection"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cannot find this bus station: https://www.openstreetmap.org/node/3830064285 (島鉄雲仙営業所)
If you do a reverse lookup, you get this:
$ curl 'https://photon.komoot.io/reverse?lon=130.2611035&lat=32.7416241'
But try to search for the
"name"
, and you get nothing. Even with the lat lon specified. Or with only lat,lon andq=
(empty)The text was updated successfully, but these errors were encountered: