{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lindsay Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.914812,
            52.546286
          ],
          [
            -1.914686,
            52.546583
          ],
          [
            -1.91456,
            52.546879
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023496328, B42 2RG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9148115731705435,
          52.546286287951894
        ]
      }
    }
  ]
}