{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Towyn Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.117834,
            51.512027
          ],
          [
            -3.118257,
            51.512261
          ],
          [
            -3.118681,
            51.512495
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014199491, CF3 3PE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1186807977823157,
          51.51249532507982
        ]
      }
    }
  ]
}