{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Soar Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.234282,
            52.802241
          ],
          [
            -1.233955,
            52.802444
          ],
          [
            -1.233904,
            52.802475
          ],
          [
            -1.233723,
            52.802689
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3040067276, LE12 5HB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2340933179743336,
          52.80232677263994
        ]
      }
    }
  ]
}