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
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:
@@ -69,7 +69,7 @@ function ifkInitMap() {
|
|||||||
var style = window._ifkMap.getStyle();
|
var style = window._ifkMap.getStyle();
|
||||||
style.layers.forEach(function(l) {
|
style.layers.forEach(function(l) {
|
||||||
if (l.id === 'background') {
|
if (l.id === 'background') {
|
||||||
window._ifkMap.setPaintProperty(l.id, 'background-color', '#ffffff');
|
window._ifkMap.setPaintProperty(l.id, 'background-color', '#eaeaea');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (l.type === 'fill' && l.id.indexOf('water') >= 0) {
|
if (l.type === 'fill' && l.id.indexOf('water') >= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user