{
  "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/330?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/330?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/330?f=application/geo+json",
      "rel" : "alternate",
      "type" : "application/geo+json",
      "title" : "This document as application/geo+json"
    }
  ],
  "LayerId" : 0,
  "LayerName" : "Cities",
  "id" : "330",
  "properties" : {
    "OBJECTID" : 330,
    "CITY_NAME" : "San Salvador",
    "POP" : 525990,
    "POP_RANK" : 3,
    "POP_CLASS" : "500,000 to 999,999",
    "LABEL_FLAG" : 1
  },
  "geometry" : {
    "type" : "Point",
    "coordinates" : [
      -89.2001953125,
      13.70147705078125
    ]
  }
}