{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rosemary Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.150581,
            53.408697
          ],
          [
            -2.150644,
            53.408573
          ],
          [
            -2.150627,
            53.408452
          ],
          [
            -2.150591,
            53.408201
          ],
          [
            -2.150549,
            53.408032
          ],
          [
            -2.150507,
            53.407863
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009667205, SK1 4BT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.150584741738202,
          53.40869017598852
        ]
      }
    }
  ]
}