{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Walker Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.993819,
            53.354256
          ],
          [
            -2.994332,
            53.354031
          ],
          [
            -2.994845,
            53.353807
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42185520, CH62 5EF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.994845298172238,
          53.35380663947084
        ]
      }
    }
  ]
}