{
  "type" : "Feature",
  "links" : [
    {
      "href" : "https://gis.chomutov.cz/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items?f=application%2fjson",
      "rel" : "collection",
      "type" : "application/geo+json",
      "title" : "The collection document"
    },
    {
      "href" : "https://gis.chomutov.cz/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/359?f=json",
      "rel" : "self",
      "type" : "application/geo+json",
      "title" : "This document as JSON"
    },
    {
      "href" : "https://gis.chomutov.cz/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/359?f=text/html",
      "rel" : "alternate",
      "type" : "text/html",
      "title" : "This document as text/html"
    },
    {
      "href" : "https://gis.chomutov.cz/arcgis/rest/services/SampleWorldCities/OGCFeatureServer/collections/0/items/359?f=application/geo+json",
      "rel" : "alternate",
      "type" : "application/geo+json",
      "title" : "This document as application/geo+json"
    }
  ],
  "LayerId" : 0,
  "LayerName" : "Cities",
  "id" : "359",
  "properties" : {
    "OBJECTID" : 359,
    "CITY_NAME" : "Rivas",
    "POP" : 30293,
    "POP_RANK" : 7,
    "POP_CLASS" : "Less than 50,000",
    "LABEL_FLAG" : 1
  },
  "geometry" : {
    "type" : "Point",
    "coordinates" : [
      -85.8330078125,
      11.43212890625
    ]
  }
}