{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wallace Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.405536,
            55.899478
          ],
          [
            -4.405418,
            55.89958
          ],
          [
            -4.4053,
            55.899682
          ],
          [
            -4.405232,
            55.899739
          ],
          [
            -4.405164,
            55.899796
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "129054994, G81 1DY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.405583942379956,
          55.899435460557
        ]
      }
    }
  ]
}