{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nijinsky Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.504368,
            53.769558
          ],
          [
            -1.504791,
            53.769638
          ],
          [
            -1.50515,
            53.769707
          ],
          [
            -1.505625,
            53.769797
          ],
          [
            -1.505869,
            53.769672
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72642114, LS10 1DD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5044439897373976,
          53.76956723231132
        ]
      }
    }
  ]
}