{
  "type": "Topology",
  "objects": {
    "towns": {
      "type": "GeometryCollection",
      "geometries": [
        {
          "type": "Point",
          "properties": {
            "name": "Kestrel Bay",
            "population": 4820,
            "founded": 1786
          },
          "coordinates": [
            -12.482,
            47.064
          ],
          "id": "KB"
        },
        {
          "type": "Point",
          "properties": {
            "name": "Marram",
            "population": 1180,
            "founded": 1834
          },
          "coordinates": [
            -12.3915,
            47.112
          ],
          "id": "MR"
        },
        {
          "type": "Point",
          "properties": {
            "name": "Holloway",
            "population": 2670,
            "founded": 1801
          },
          "coordinates": [
            -12.551,
            47.018
          ],
          "id": "HW"
        },
        {
          "type": "Point",
          "properties": {
            "name": "Ninepin",
            "population": 640,
            "founded": 1902
          },
          "coordinates": [
            -12.4402,
            46.9725
          ],
          "id": "NP"
        },
        {
          "type": "Point",
          "properties": {
            "name": "Quillan Cross",
            "population": 310,
            "founded": 1877
          },
          "coordinates": [
            -12.6135,
            47.0885
          ],
          "id": "QC"
        }
      ]
    }
  },
  "arcs": []
}
