{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dulnain Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.140345,
            55.818158
          ],
          [
            -4.139995,
            55.817932
          ],
          [
            -4.139646,
            55.817706
          ],
          [
            -4.13935,
            55.817479
          ],
          [
            -4.139053,
            55.817252
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484171569, G72 7YT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.1403480566914395,
          55.818164358011366
        ]
      }
    }
  ]
}