{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ing Nook Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.756883,
            53.771177
          ],
          [
            -0.755588,
            53.771023
          ],
          [
            -0.755253,
            53.770964
          ],
          [
            -0.753652,
            53.770682
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009931887, HU15 2DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.7533642513189885,
          53.770628091123704
        ]
      }
    }
  ]
}