{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dunsley Bank Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.797394,
            53.557508
          ],
          [
            -1.797246,
            53.557829
          ],
          [
            -1.797097,
            53.558151
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83203831, HD9 2AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7920114914300074,
          53.56240606327029
        ]
      }
    }
  ]
}