diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py
index 33e1b133bcc4e76b4b1165f5c0e3e016958c7499..5de1d531fdfb329c23177ddef7a3e69b1e193551 100644
--- a/flatland/utils/graphics_pil.py
+++ b/flatland/utils/graphics_pil.py
@@ -433,7 +433,7 @@ class PILSVG(PILGL):
                             pilTrack = self.dScenery[0]
                         else:
                             pilTrack = self.dBuildings[a]
-                    elif self.background_grid[col][row] > 5:
+                    elif self.background_grid[col][row] > 5 or ((col + row + col * row) % 10 > 7):
                         a = int(self.background_grid[col][row]) - 5
                         a = a % len(self.dScenery)
                         if (col + row + col * row) % 10 > 2:
diff --git a/notebooks/Scene_Editor.ipynb b/notebooks/Scene_Editor.ipynb
index c06bbc547c08965787a602733ef1f7db889eb9a0..250ad48a5d37bd875527abc8e6a01d6c7941827b 100644
--- a/notebooks/Scene_Editor.ipynb
+++ b/notebooks/Scene_Editor.ipynb
@@ -100,7 +100,7 @@
     {
      "data": {
       "application/vnd.jupyter.widget-view+json": {
-       "model_id": "d97b62cfb71442548d19f76225810450",
+       "model_id": "7783247e5f2146e293236d2426248f90",
        "version_major": 2,
        "version_minor": 0
       },