{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Powell Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.848989,
            52.675167
          ],
          [
            -1.849488,
            52.675349
          ],
          [
            -1.849987,
            52.675532
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094737812, WS13 6UP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8490141668747084,
          52.67517900137329
        ]
      }
    }
  ]
}