{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kings Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.904806,
            51.541071
          ],
          [
            -0.905415,
            51.540823
          ],
          [
            -0.906023,
            51.540574
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033019593, RG9 2DW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.907300121400785,
          51.539828502914006
        ]
      }
    }
  ]
}