{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Pauls Close",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.508071,
            50.709471
          ],
          [
            -3.507974,
            50.709424
          ],
          [
            -3.507876,
            50.709377
          ],
          [
            -3.507511,
            50.709203
          ],
          [
            -3.507146,
            50.709028
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013043471, EX2 6BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5071426669884014,
          50.709052545345074
        ]
      }
    }
  ]
}