{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ainsty Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.241225,
            53.457779
          ],
          [
            -2.241209,
            53.457532
          ],
          [
            -2.241192,
            53.457286
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023061973, M14 4SS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.241192279192892,
          53.45728615523187
        ]
      }
    }
  ]
}