{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fox Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.300219,
            53.697174
          ],
          [
            -1.300123,
            53.696898
          ],
          [
            -1.300103,
            53.696841
          ],
          [
            -1.300097,
            53.696823
          ],
          [
            -1.299975,
            53.696471
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63174768, WF8 2JG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2999753024539136,
          53.69647136794261
        ]
      }
    }
  ]
}