Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ベクトルタイル対応 #288

Open
halsk opened this issue Feb 16, 2020 · 2 comments
Open

ベクトルタイル対応 #288

halsk opened this issue Feb 16, 2020 · 2 comments
Labels
help wanted Extra attention is needed IMPORTANT

Comments

@halsk
Copy link
Member

halsk commented Feb 16, 2020

Google マイマップのKMLを毎回読みに行くのは重いので、XYZベクタータイルをGitHub側に保存するようにしました。

ただし、クライアント側の修正を行う必要があります。
ベクターファイルは以下のような形で置いています。
/data
たとえば、こちらのマップ の「全国」レイヤーであれば、以下のパスになります。
https://kamimap.com/data/2019-typhoon-19/japan/zxy/metadata.json

パスの定義は、それぞれのレイヤー定義ファイルから取ってきており、デプロイ時に/data/${map_id}/${source.id}/zxy/ に保存されます。

@halsk halsk added help wanted Extra attention is needed IMPORTANT labels Feb 16, 2020
@halsk
Copy link
Member Author

halsk commented Feb 16, 2020

ベクタータイルに対応するサンプルはこちら。

https://github.com/halsk/pharmacies-tiles/blob/master/index.html

MapBox Vector Tiles のページはこちら。

https://docs.mapbox.com/vector-tiles/reference/

@halsk
Copy link
Member Author

halsk commented Feb 16, 2020

Issue は分割したほうが良いかもしれない。

vector-tile-support ブランチをこちらの対応ブランチとしたいと思います。何か修正した場合そちらに Pull Request を出してください。

@halsk halsk changed the title ベクタータイル対応 ベクトルタイル対応 Feb 16, 2020
smellman added a commit to smellman/mapprint that referenced this issue Feb 17, 2020
smellman added a commit to smellman/mapprint that referenced this issue Feb 17, 2020
smellman added a commit to smellman/mapprint that referenced this issue Feb 17, 2020
halsk added a commit that referenced this issue Feb 17, 2020
smellman added a commit to smellman/mapprint that referenced this issue Feb 17, 2020
halsk added a commit that referenced this issue Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed IMPORTANT
Projects
None yet
Development

No branches or pull requests

1 participant