{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Vale Of Neath Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.908518,
            51.621271
          ],
          [
            -3.908548,
            51.62136
          ],
          [
            -3.90845,
            51.621452
          ],
          [
            -3.908371,
            51.621472
          ],
          [
            -3.907993,
            51.621567
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010051154, SA1 8PA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.908546205496725,
          51.621324093862974
        ]
      }
    }
  ]
}