{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gables Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.213693,
            51.316649
          ],
          [
            -0.213585,
            51.316539
          ],
          [
            -0.212899,
            51.316532
          ],
          [
            -0.212007,
            51.316524
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002050527, SM7 1BT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.2120782998959623,
          51.31653404564797
        ]
      }
    }
  ]
}