pelias-deprecated / quattroshapes

(DEPRECATED) Pelias import pipeline for Quattroshapes
https://github.com/pelias/whosonfirst
5 stars 1 forks source link

Alt names #11

Closed missinglink closed 9 years ago

missinglink commented 9 years ago

This PR included a bunch of updates:

resolves #10, improved alt names

      {
        "_index": "pelias",
        "_type": "admin0",
        "_id": "7:adm0:ps:pse:_",
        "_score": 1,
        "_source": {
          "alpha3": "PSE",
          "admin0": "Palestine",
          "name": {
            "default": "Palestine",
            "alt1": "Gaza Strip"
          },
          "gn_id": null,
          "suggest": {
            "input": [
              "palestine",
              "gaza strip"
            ],
            "weight": 2,
            "output": "admin0:7:adm0:ps:pse:_"
          },
          "woe_id": 28289408,
          "center_point": {
            "lon": "34.392863",
            "lat": "31.407295"
          }
        }
      },