{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Adelaide Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.796081,
            51.995494
          ],
          [
            -3.796339,
            51.995426
          ],
          [
            -3.796598,
            51.995358
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023606856, SA20 0YD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.7960770415964165,
          51.99548590746884
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200001841286, SA20 0YH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.796195659965801,
          51.99553804850982
        ]
      }
    }
  ]
}