{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "North St Andrew Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.105231,
            57.150147
          ],
          [
            -2.105214,
            57.150107
          ],
          [
            -2.105197,
            57.150066
          ],
          [
            -2.105163,
            57.149963
          ],
          [
            -2.105129,
            57.14986
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "9051306479, AB25 1LE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1052309189634792,
          57.1502099773616
        ]
      }
    }
  ]
}