{
  "type" : "Feature",
  "links" : [
    {
      "href" : "https://collectordev.dot.state.oh.us/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items?f=application%2fjson",
      "rel" : "collection",
      "type" : "application/geo+json",
      "title" : "The collection document"
    },
    {
      "href" : "https://collectordev.dot.state.oh.us/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/347?f=json",
      "rel" : "self",
      "type" : "application/geo+json",
      "title" : "This document as JSON"
    },
    {
      "href" : "https://collectordev.dot.state.oh.us/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/347?f=text/html",
      "rel" : "alternate",
      "type" : "text/html",
      "title" : "This document as text/html"
    },
    {
      "href" : "https://collectordev.dot.state.oh.us/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/347?f=application/geo+json",
      "rel" : "alternate",
      "type" : "application/geo+json",
      "title" : "This document as application/geo+json"
    }
  ],
  "LayerId" : 0,
  "LayerName" : "Cities",
  "id" : "347",
  "properties" : {
    "OBJECTID" : 347,
    "CITY_NAME" : "Comayagua",
    "POP" : 58784,
    "POP_RANK" : 6,
    "POP_CLASS" : "50,000 to 99,999",
    "LABEL_FLAG" : 1
  },
  "geometry" : {
    "type" : "Point",
    "coordinates" : [
      -87.64300537109375,
      14.4541015625
    ]
  }
}