-
Notifications
You must be signed in to change notification settings - Fork 2
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
📗OpenCelliD PMTiles #497
Comments
@hfu UN Smart MapsのSource Cooperativeに置かせていただきたいです 🙏 |
@hfu ありがとうございます!私の方でフォローアップして、 cell_towers.pmtiles を Source Cooperative の smartmaps の下にアップロードするようにします! |
実際にやってみましたところ、私の手元では表示がうまくいかなかったこともあり、tippecanoe のパラメータを調整しつつ、csv.gz から直接 tippecanoe に行くような方式で変換する参考用プロトタイプを作ってみました。 MakefileAs in https://github.com/optgeo/opencellid/blob/main/Makefile: SRC_PATH = ../foil4g/tmp/opencellid.org/cell_towers.csv.gz
DST_PATH = cellid.pmtiles
GZCAT = gzcat
all:
$(GZCAT) ${SRC_PATH} | \
tippecanoe -o ${DST_PATH} -f \
-L'{"file": "", "format": "csv"}' PMTiles file on Source CooperativeData pagehttps://beta.source.coop/smartmaps/opencellid/cellid.pmtiles Direct access (for PMTiles Viewer, MapLibre GL JS, etc.)https://data.source.coop/smartmaps/opencellid/cellid.pmtiles On PMTiles Viewer |
I am closing this as successfully completed! |
Maybe I should develop PMTiles for OpenCelliD.
https://www.opencellid.org/
The text was updated successfully, but these errors were encountered: