{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Old Pond",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.345921,
            53.007668
          ],
          [
            -1.345635,
            53.007828
          ],
          [
            -1.345591,
            53.007934
          ],
          [
            -1.34545,
            53.008267
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009830885, DE75 7BP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3456038897341926,
          53.007926666648565
        ]
      }
    }
  ]
}