@CommanderStorm commented on this pull request.


> +        tiles: expandedUrls,
+        tileSize: 256,
+        maxzoom: maxzoom
+      }
+    },
+    layers: [
+      {
+        id: "raster",
+        type: "raster",
+        source: "raster"
+      }
+    ]
+  };
+};
+
+OSM.MapLibre.Styles.Mapnik = () => createRasterStyle(19, 
"https://tile.openstreetmap.org/{z}/{x}/{y}.png";);

None of this is dynamic code.
It should be static, assuming that I could figure out the yank loading issue.

That is where I am currently a bit at stuck.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6683#discussion_r2680636930
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/6683/review/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to