{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Banks",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.787061,
            53.601218
          ],
          [
            -1.786822,
            53.601029
          ],
          [
            -1.786582,
            53.600839
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83210150, HD9 6NS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.78707622103098,
          53.60121785821687
        ]
      }
    }
  ]
}