{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Washington Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.860836,
            54.072958
          ],
          [
            -2.8611,
            54.07319
          ],
          [
            -2.861201,
            54.073236
          ],
          [
            -2.861677,
            54.073453
          ],
          [
            -2.861753,
            54.073496
          ],
          [
            -2.86183,
            54.073538
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009290153, LA4 5HP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.861115463054914,
          54.07318954151321
        ]
      }
    }
  ]
}