{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Priest Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.115601,
            53.543592
          ],
          [
            -2.115608,
            53.543408
          ],
          [
            -2.115615,
            53.543223
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000117557, OL1 1NQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.115600957598777,
          53.54358290862818
        ]
      }
    }
  ]
}