Skip to content

Unable to look up a node which is returned by /reverse #834

@joleeee

Description

@joleeee

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)

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"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions