{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Richard Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.412536,
            51.689828
          ],
          [
            -3.41231,
            51.69001
          ],
          [
            -3.412084,
            51.690193
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023814580, CF44 6BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4120984315926446,
          51.690183863222956
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100100707750, CF44 6BG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.412468007985676,
          51.68997260741963
        ]
      }
    }
  ]
}