[openstreetmap/openstreetmap-website] Add Shortbread-based vector tile layer (PR #6137)
Tom Hughes
notifications at github.com
Sun Jul 13 11:01:26 UTC 2025
@tomhughes commented on this pull request.
> L.extend(L.LatLngBounds.prototype, {
getSize: function () {
return (this._northEast.lat - this._southWest.lat) *
(this._northEast.lng - this._southWest.lng);
}
});
+if (OSM.SHORTBREAD_STYLE_URL) {
Yes I was looking at that earlier but as far as I can tell we don't actually use that... Plus as you say it's only used in embed...
Looking further it was used for a few months in late 2020 when we were moving the CDN to fastly to point embed at the fastly CDN instead of our old CDN for testing I think.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6137#discussion_r2203339161
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6137/review/3014109662 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250713/4bdfd03f/attachment.htm>
More information about the rails-dev
mailing list