{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Welsh Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.604187,
            55.508968
          ],
          [
            -4.603401,
            55.508944
          ],
          [
            -4.602616,
            55.508921
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "141069058, KA9 2PB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.603298214636679,
          55.50894218181561
        ]
      }
    }
  ]
}