{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Methven Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.007679,
            56.472348
          ],
          [
            -3.007235,
            56.472334
          ],
          [
            -3.006791,
            56.47232
          ],
          [
            -3.006208,
            56.472326
          ],
          [
            -3.005625,
            56.472332
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "9059097862, DD2 3FD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.007548125640561,
          56.47230403756114
        ]
      }
    }
  ]
}