{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilkie Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.932897,
            53.396747
          ],
          [
            -2.932961,
            53.39665
          ],
          [
            -2.933024,
            53.396554
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38260353, L15 0EQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9330237550482745,
          53.39655410266615
        ]
      }
    }
  ]
}