{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thames Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.220479,
            54.702503
          ],
          [
            -1.218171,
            54.702695
          ],
          [
            -1.215863,
            54.702887
          ],
          [
            -1.215459,
            54.702889
          ],
          [
            -1.215056,
            54.702891
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009718689, TS24 0RE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.215226361878087,
          54.702891936761276
        ]
      }
    }
  ]
}