{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kyle Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.109394,
            53.372394
          ],
          [
            -2.109564,
            53.372389
          ],
          [
            -2.109733,
            53.372383
          ],
          [
            -2.109936,
            53.372377
          ],
          [
            -2.110138,
            53.37237
          ],
          [
            -2.110272,
            53.372365
          ],
          [
            -2.110407,
            53.372361
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007622952, SK7 6AZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.11044644672557,
          53.37236635135425
        ]
      }
    }
  ]
}