fix: darken land background (#eaeaea)
Some checks failed
Deploy Internet for Kids / Build & Push (push) Successful in 9s
Deploy Internet for Kids / Deploy (push) Successful in 5s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / Promote to Latest (push) Has been cancelled
Deploy Internet for Kids / Rollback (push) Has been cancelled
Deploy Internet for Kids / Audit (push) Has been cancelled
Deploy Internet for Kids / IndexNow Ping (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-04-03 16:03:23 +03:00
parent a936222be1
commit adf51d7bf1

View File

@@ -69,7 +69,7 @@ function ifkInitMap() {
var style = window._ifkMap.getStyle();
style.layers.forEach(function(l) {
if (l.id === 'background') {
window._ifkMap.setPaintProperty(l.id, 'background-color', '#ffffff');
window._ifkMap.setPaintProperty(l.id, 'background-color', '#eaeaea');
return;
}
if (l.type === 'fill' && l.id.indexOf('water') >= 0) {