{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Apsley Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.994472,
            53.364228
          ],
          [
            -2.994481,
            53.364222
          ],
          [
            -2.994489,
            53.364217
          ],
          [
            -2.994621,
            53.364131
          ],
          [
            -2.994753,
            53.364046
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42185954, CH62 1AY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.994471978153464,
          53.364228011542146
        ]
      }
    }
  ]
}