{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kirkham Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.672326,
            55.016224
          ],
          [
            -1.671816,
            55.016447
          ],
          [
            -1.671306,
            55.01667
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510713891, NE3 2UY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6723263055663151,
          55.01622376686104
        ]
      }
    }
  ]
}