{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Tram",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.753332,
            54.328675
          ],
          [
            -2.753045,
            54.328529
          ],
          [
            -2.752758,
            54.328382
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034111273, LA9 4PH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7533322131045668,
          54.32867530026371
        ]
      }
    }
  ]
}