{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Evelyn Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.481241,
            53.711668
          ],
          [
            -2.481475,
            53.711635
          ],
          [
            -2.48171,
            53.711603
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010318964, BB3 0AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4816930907046393,
          53.71146834245504
        ]
      }
    }
  ]
}