{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lucknow Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.368469,
            54.909464
          ],
          [
            -1.368169,
            54.909683
          ],
          [
            -1.36787,
            54.909902
          ],
          [
            -1.367578,
            54.910115
          ],
          [
            -1.367285,
            54.910329
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45137866, SR1 2DP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3684686213538484,
          54.90946374266531
        ]
      }
    }
  ]
}