matsugaoka / web / map / test.yuuji /
@HIROSE Yuuji HIROSE Yuuji authored on 23 Aug 2019
..
html5video Add README for html5movie map module 4 years ago
README.md Add comment 4 years ago
swipemap.html add swipemap.html 4 years ago
test-dual.html AHE style files and sample files added 4 years ago
test-multi.html dual-map fixed 4 years ago
test-multi.js dual-map fixed 4 years ago
test-s1.geojson Dual Map initial version complete. 4 years ago
test-s2.geojson Dual Map initial version complete. 4 years ago
README.md

マルチマップ作成メモ

同一ページ上に複数マップ

L.tileLayerで生成するマップをマップごとに個別生成しないとだめ。 よって、genBaseLayers() でその都度新規にオブジェクトを返している。 そこに貼り付けるコントロールレイヤも別々に生成する。

とにかくオブジェクトの使いまわしはだめ。 Object.assign() や Object.create() を利用する。

動画との同期

html5video で試験中(まだまだ)

リンク集

プラグイン