{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ashdown Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.383944,
            51.003153
          ],
          [
            -1.383625,
            51.003525
          ],
          [
            -1.383307,
            51.003896
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012197987, SO53 5QD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3834072311490722,
          51.00386078621651
        ]
      }
    }
  ]
}