{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Windmill Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.098392,
            52.515359
          ],
          [
            -2.098171,
            52.515454
          ],
          [
            -2.097949,
            52.515549
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Windmill Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.097949,
            52.515549
          ],
          [
            -2.097685,
            52.515639
          ],
          [
            -2.097421,
            52.515729
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "90208900, DY1 3HL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0974205634839262,
          52.51572882397975
        ]
      }
    }
  ]
}