{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tredegar Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.390758,
            51.947334
          ],
          [
            -3.390577,
            51.947442
          ],
          [
            -3.390395,
            51.947551
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023789862, LD3 7JP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.3904001287616152,
          51.94754841049339
        ]
      }
    }
  ]
}