{
  "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/703?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/703?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/703?f=application/geo+json",
      "rel" : "alternate",
      "type" : "application/geo+json",
      "title" : "This document as application/geo+json"
    }
  ],
  "LayerId" : 0,
  "LayerName" : "Cities",
  "id" : "703",
  "properties" : {
    "OBJECTID" : 703,
    "CITY_NAME" : "Rosso",
    "POP" : 9923,
    "POP_RANK" : 7,
    "POP_CLASS" : "Less than 50,000",
    "LABEL_FLAG" : 0
  },
  "geometry" : {
    "type" : "Point",
    "coordinates" : [
      -15.79901123046875,
      16.5120849609375
    ]
  }
}