{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Parkers Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.198964,
            52.04655
          ],
          [
            -0.19839,
            52.046474
          ],
          [
            -0.198179,
            52.046415
          ],
          [
            -0.197433,
            52.046206
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023326453, SG7 5HE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.19888139937698185,
          52.04656197893241
        ]
      }
    }
  ]
}