diff options
| author | user <user@node5.net> | 2024-04-07 19:52:37 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-04-07 19:52:37 +0200 |
| commit | 54123e3447c6f62e79272d9f81c2f8c8e4d8fa38 (patch) | |
| tree | 54406222ff3d1e6deaf2cf28ba02f9729d66bc6b | |
| parent | c5626ead999675e8b8765db29a082e87f4e767e2 (diff) | |
center unknown marker
| -rw-r--r-- | src/static/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/main.js b/src/static/main.js index 5308f34..26ba90b 100644 --- a/src/static/main.js +++ b/src/static/main.js @@ -21,7 +21,7 @@ async function fetchChains() { icons["Unknown"] = L.icon({ iconUrl: 'icons/Unknown.png', iconSize: [10, 16], - iconAnchor: [16, 16], + iconAnchor: [5, 8], }); for (let known_store_chain in known_store_chains) { icons[known_store_chain] = L.icon({ |
