{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Duke Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.360885,
            53.492237
          ],
          [
            -2.360811,
            53.492112
          ],
          [
            -2.360738,
            53.491986
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Duke Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.360738,
            53.491986
          ],
          [
            -2.360651,
            53.491838
          ],
          [
            -2.360564,
            53.49169
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007890977, M30 8AY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3605637826139825,
          53.49168988772906
        ]
      }
    }
  ]
}