{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jura Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.389585,
            55.864939
          ],
          [
            -4.389731,
            55.864783
          ],
          [
            -4.389877,
            55.864626
          ],
          [
            -4.389825,
            55.864487
          ],
          [
            -4.389772,
            55.864347
          ],
          [
            -4.389705,
            55.864247
          ],
          [
            -4.389638,
            55.864147
          ],
          [
            -4.389552,
            55.864016
          ],
          [
            -4.389466,
            55.863885
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "123101515, PA4 0NZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.3895774492072945,
          55.86494673223428
        ]
      }
    }
  ]
}