{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Argyle Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.080308,
            53.478009
          ],
          [
            -1.079604,
            53.47785
          ],
          [
            -1.079117,
            53.477602
          ],
          [
            -1.078909,
            53.477496
          ],
          [
            -1.078578,
            53.47713
          ],
          [
            -1.078502,
            53.476882
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006605993, DN11 0PF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0803005779072168,
          53.47801950923305
        ]
      }
    }
  ]
}