{
  "type" : "Feature",
  "links" : [
    {
      "href" : "https://gis.hawaiicounty.gov/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items?f=application%2fjson",
      "rel" : "collection",
      "type" : "application/geo+json",
      "title" : "The collection document"
    },
    {
      "href" : "https://gis.hawaiicounty.gov/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/1764?f=json",
      "rel" : "self",
      "type" : "application/geo+json",
      "title" : "This document as JSON"
    },
    {
      "href" : "https://gis.hawaiicounty.gov/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/1764?f=text/html",
      "rel" : "alternate",
      "type" : "text/html",
      "title" : "This document as text/html"
    },
    {
      "href" : "https://gis.hawaiicounty.gov/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/1764?f=application/geo+json",
      "rel" : "alternate",
      "type" : "application/geo+json",
      "title" : "This document as application/geo+json"
    }
  ],
  "LayerId" : 0,
  "LayerName" : "Cities",
  "id" : "1764",
  "properties" : {
    "OBJECTID" : 1764,
    "CITY_NAME" : "Ilam",
    "POP" : 140940,
    "POP_RANK" : 5,
    "POP_CLASS" : "100,000 to 249,999",
    "LABEL_FLAG" : 1
  },
  "geometry" : {
    "type" : "Point",
    "coordinates" : [
      46.423095703125,
      33.63909912109375
    ]
  }
}