{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sabrina Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.254328,
            53.498138
          ],
          [
            -2.254258,
            53.498162
          ],
          [
            -2.254188,
            53.498185
          ],
          [
            -2.253979,
            53.498255
          ],
          [
            -2.253769,
            53.498324
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023068829, M8 8DY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2543281326787823,
          53.498147415904036
        ]
      }
    }
  ]
}