{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blind Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.826625,
            50.83207
          ],
          [
            -2.824871,
            50.832255
          ],
          [
            -2.824513,
            50.832292
          ],
          [
            -2.823168,
            50.832017
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013013183, DT8 3RS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.820506805812131,
          50.829757542750336
        ]
      }
    }
  ]
}