{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rosser Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.445288,
            51.657727
          ],
          [
            -3.445084,
            51.657796
          ],
          [
            -3.44488,
            51.657864
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023816432, CF43 4SW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.444879496380632,
          51.657855053387564
        ]
      }
    }
  ]
}