{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Eastway",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.953741,
            52.462153
          ],
          [
            -1.953612,
            52.462086
          ],
          [
            -1.953483,
            52.462018
          ],
          [
            -1.953134,
            52.461847
          ],
          [
            -1.952785,
            52.461676
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023495388, B17 9DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9537411514736038,
          52.46215315726638
        ]
      }
    }
  ]
}