{
  "type" : "Feature",
  "links" : [
    {
      "href" : "https://cteco.uconn.edu/ctmaps/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items?f=application%2fjson",
      "rel" : "collection",
      "type" : "application/geo+json",
      "title" : "The collection document"
    },
    {
      "href" : "https://cteco.uconn.edu/ctmaps/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/161?f=json",
      "rel" : "self",
      "type" : "application/geo+json",
      "title" : "This document as JSON"
    },
    {
      "href" : "https://cteco.uconn.edu/ctmaps/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/161?f=text/html",
      "rel" : "alternate",
      "type" : "text/html",
      "title" : "This document as text/html"
    },
    {
      "href" : "https://cteco.uconn.edu/ctmaps/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/161?f=application/geo+json",
      "rel" : "alternate",
      "type" : "application/geo+json",
      "title" : "This document as application/geo+json"
    }
  ],
  "LayerId" : 0,
  "LayerName" : "Cities",
  "id" : "161",
  "properties" : {
    "OBJECTID" : 161,
    "CITY_NAME" : "Vitoria",
    "POP" : 312656,
    "POP_RANK" : 4,
    "POP_CLASS" : "250,000 to 499,999",
    "LABEL_FLAG" : 0
  },
  "geometry" : {
    "type" : "Point",
    "coordinates" : [
      -40.41400146484375,
      -20.3330078125
    ]
  }
}