{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gladstone Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.988496,
            53.41378
          ],
          [
            -2.988464,
            53.413659
          ],
          [
            -2.988431,
            53.413538
          ],
          [
            -2.988352,
            53.41339
          ],
          [
            -2.988273,
            53.413242
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38256909, L3 6DR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.98849624522085,
          53.41377087159971
        ]
      }
    }
  ]
}