{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Windus Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.750155,
            53.452414
          ],
          [
            -2.750036,
            53.452505
          ],
          [
            -2.749917,
            53.452595
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Windus Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.750393,
            53.452233
          ],
          [
            -2.750274,
            53.452323
          ],
          [
            -2.750155,
            53.452414
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39203363, WA10 2PN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.749932277553333,
          53.452595249260895
        ]
      }
    }
  ]
}