{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Eider Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.520562,
            55.022775
          ],
          [
            -1.520125,
            55.022601
          ],
          [
            -1.519687,
            55.022426
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "47244345, NE27 0ND",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5205379006287085,
          55.02273899337608
        ]
      }
    }
  ]
}