{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nicholas Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.417657,
            53.58381
          ],
          [
            -2.41778,
            53.583759
          ],
          [
            -2.417903,
            53.583707
          ],
          [
            -2.41809,
            53.58363
          ],
          [
            -2.418238,
            53.583568
          ],
          [
            -2.418276,
            53.583552
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070910000, BL2 2AH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4176443468787583,
          53.58381500628681
        ]
      }
    }
  ]
}