{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sanraya Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.973925,
            53.787395
          ],
          [
            -2.973946,
            53.787803
          ],
          [
            -2.974027,
            53.788005
          ],
          [
            -2.974268,
            53.788611
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013594426, FY4 5NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.974174598768024,
          53.78807652581138
        ]
      }
    }
  ]
}