{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hillcrest Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.440108,
            53.512771
          ],
          [
            -2.440081,
            53.513081
          ],
          [
            -2.440054,
            53.513391
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064129, M29 8PX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.440080791618388,
          53.51309462339171
        ]
      }
    }
  ]
}