{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lacy Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.157956,
            53.406218
          ],
          [
            -2.157907,
            53.406138
          ],
          [
            -2.157859,
            53.406058
          ],
          [
            -2.157781,
            53.405931
          ],
          [
            -2.157734,
            53.405853
          ],
          [
            -2.157704,
            53.405805
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009668433, SK1 9SB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1579616314190977,
          53.40622675468
        ]
      }
    }
  ]
}