{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.777532,
            50.968086
          ],
          [
            -3.774195,
            50.968549
          ],
          [
            -3.77346,
            50.968651
          ],
          [
            -3.771234,
            50.969575
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012105419, EX36 4NR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.7741689331365995,
          50.968546891521285
        ]
      }
    }
  ]
}