{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sandpit Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.808608,
            51.538182
          ],
          [
            0.807702,
            51.538427
          ],
          [
            0.807223,
            51.538557
          ],
          [
            0.807017,
            51.538297
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012962061, SS3 9SS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.8070348482601962,
          51.538633372467515
        ]
      }
    }
  ]
}