{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lee Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.396695,
            54.91916
          ],
          [
            -1.396548,
            54.919158
          ],
          [
            -1.396402,
            54.919157
          ],
          [
            -1.396375,
            54.91927
          ],
          [
            -1.396349,
            54.919383
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "45137720, SR5 2AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3963488355427165,
          54.91938262062623
        ]
      }
    }
  ]
}