{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tower Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.318724,
            51.065666
          ],
          [
            -1.318254,
            51.065546
          ],
          [
            -1.317785,
            51.065426
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000101575, SO23 8TH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.318467662161148,
          51.0656011139502
        ]
      }
    }
  ]
}