{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rhys Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.430912,
            51.634845
          ],
          [
            -3.430668,
            51.634893
          ],
          [
            -3.430424,
            51.634941
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023816393, CF43 3LP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.430925760222566,
          51.63482689476473
        ]
      }
    }
  ]
}