{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Poole Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.428696,
            51.534467
          ],
          [
            -0.428801,
            51.53452
          ],
          [
            -0.428906,
            51.534573
          ],
          [
            -0.429113,
            51.534673
          ],
          [
            -0.42932,
            51.534772
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "768011650, UB4 8LG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4286959217762312,
          51.534467379473334
        ]
      }
    }
  ]
}