{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stony Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.458344,
            53.000539
          ],
          [
            -1.458149,
            53.000334
          ],
          [
            -1.458039,
            53.000218
          ],
          [
            -1.457884,
            53.000174
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000252291, DE56 0TA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4572076683651447,
          53.00019106656634
        ]
      }
    }
  ]
}