{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Alliance Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.397041,
            54.909609
          ],
          [
            -1.396611,
            54.909706
          ],
          [
            -1.39618,
            54.909802
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45134921, SR4 6DY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.397056537777398,
          54.90960887453682
        ]
      }
    }
  ]
}