{
  "type" : "Feature",
  "links" : [
    {
      "href" : "https://maps.co.grayson.tx.us/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items?f=application%2fjson",
      "rel" : "collection",
      "type" : "application/geo+json",
      "title" : "The collection document"
    },
    {
      "href" : "https://maps.co.grayson.tx.us/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/928?f=json",
      "rel" : "self",
      "type" : "application/geo+json",
      "title" : "This document as JSON"
    },
    {
      "href" : "https://maps.co.grayson.tx.us/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/928?f=text/html",
      "rel" : "alternate",
      "type" : "text/html",
      "title" : "This document as text/html"
    },
    {
      "href" : "https://maps.co.grayson.tx.us/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/928?f=application/geo+json",
      "rel" : "alternate",
      "type" : "application/geo+json",
      "title" : "This document as application/geo+json"
    }
  ],
  "LayerId" : 0,
  "LayerName" : "Cities",
  "id" : "928",
  "properties" : {
    "OBJECTID" : 928,
    "CITY_NAME" : "Mbaiki",
    "POP" : 67132,
    "POP_RANK" : 6,
    "POP_CLASS" : "50,000 to 99,999",
    "LABEL_FLAG" : 0
  },
  "geometry" : {
    "type" : "Point",
    "coordinates" : [
      17.99407958984375,
      3.8660888671875
    ]
  }
}