{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rossiter Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.807078,
            51.534864
          ],
          [
            0.806509,
            51.535228
          ],
          [
            0.805939,
            51.535593
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012962035, SS3 9SR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.8059391412293173,
          51.53559269849904
        ]
      }
    }
  ]
}