{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nevison Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.955964,
            53.404166
          ],
          [
            -2.955877,
            53.404168
          ],
          [
            -2.955573,
            53.404174
          ],
          [
            -2.955182,
            53.404181
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38258296, L7 3QA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9559634382363296,
          53.404156993281546
        ]
      }
    }
  ]
}