{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Middle Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.014168,
            52.301179
          ],
          [
            -2.01415,
            52.30062
          ],
          [
            -2.014253,
            52.300402
          ],
          [
            -2.01475,
            52.299685
          ],
          [
            -2.015748,
            52.298244
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000219125, B60 3BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0157481654360545,
          52.29824432724149
        ]
      }
    }
  ]
}