{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Leyburn Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.924239,
            52.475084
          ],
          [
            -1.923928,
            52.475327
          ],
          [
            -1.923723,
            52.475488
          ],
          [
            -1.923561,
            52.475524
          ],
          [
            -1.923469,
            52.475583
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023493636, B16 8SN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.924238584208918,
          52.47508357477313
        ]
      }
    }
  ]
}