暫定: 地図の既定ズームを 6 に(Geolonia 低ズームタイル障害の回避)#32
Merged
Conversation
Geolonia のベクタタイル(v3)がズーム 0〜5 で 500 を返す障害中で、全国表示
(z5)だと地図タイルが描画されない(マーカーのみ表示)。z6 以上は 200 のため、
既定ズームを 6・中心を中部日本にして地図が出るようにする暫定対応。
- 再現: tileserver.geolonia.com/v3/tiles/{0..5}/… が 500 {"error":true}
(map.coderdojo.jp / localmap.jp 両キーで再現、キー非依存)
- localmap.jp は各ページ z14 のため無傷、DojoMap は全国 z5 のため直撃
- Geolonia 復旧後は data-zoom を 5 に戻す。恒久対策(GSIラスタ等)は別途調査
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的(ASAP 暫定対応)
本番の地図タイルが表示されない不具合の即時ワークアラウンド。既定ズームを 5→6 にして地図が描画されるようにする。
原因(再現済み)
Geolonia のベクタタイル
tileserver.geolonia.com/v3/tiles/{z}/{x}/{y}.mvtが ズーム 0〜5 で 500 を返している({"error":true}/x-cache: Error from cloudfront=先方のバックエンド障害)。ズーム 6 以上は 200。map.coderdojo.jp(DojoMap)でもlocalmap.jp(LocalMap)でも同じlocalmap.jpが動くのは各ページが z14(局所ビュー)だから。map.coderdojo.jpは全国 z5 のため低ズームの壊れたタイルを踏む変更
index.html:data-zoom="5" → "6"、中心を中部日本(36.5, 138.0)に調整して z6 でより広く日本が見えるように。トレードオフ / 注意
フォローアップ(別途調査・恒久対策)
マージ後
data-zoom="5"に戻すのは Geolonia 復旧後。