{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wild Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.5073,
            54.521386
          ],
          [
            -1.506545,
            54.521332
          ],
          [
            -1.505988,
            54.521291
          ],
          [
            -1.506005,
            54.521174
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003076512, DL1 4PZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5073004329704283,
          54.52138638659483
        ]
      }
    }
  ]
}