{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Police Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.972994,
            57.67337
          ],
          [
            -2.972137,
            57.67361
          ],
          [
            -2.97128,
            57.67385
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "133064447, AB56 1QJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9729938883631983,
          57.67336984395887
        ]
      }
    }
  ]
}