{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Northgate",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.265704,
            52.66326
          ],
          [
            1.265153,
            52.662911
          ],
          [
            1.264602,
            52.662562
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009926127, NR6 5PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.2646015492100522,
          52.66256226594207
        ]
      }
    }
  ]
}