{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kilnsey Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.730584,
            53.792237
          ],
          [
            -1.730623,
            53.792089
          ],
          [
            -1.730662,
            53.79194
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591192, BD3 9TY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7306304463033284,
          53.79205722661081
        ]
      }
    }
  ]
}