TilesSquare
jQueryの軽量な地図表示プラグイン
- OpenStreetMapを利用したい。
- jQueryを使用していないものは、再利用性、クロスブラウザ性で劣る。
- 既存のものは重かったり、モバイル機器対応がいまいちだったりで、自分で作ることを決意するに至った。
- MITライセンス。
- 主要モダンブラウザとiOS、Androidで動作確認しているが、広く使われるにはAPIが練れておらず、変更の可能性を注意する意味でα版。
- 現在のところ地図、マーカー、ポップアップ表示のみで、図形描画は未実装。
Lightweight, jQuery plugin for displaying maps
- I want to utilize OpenStreetMap.
- Plugins don't use jQuery are inferior about reusablity and cross-browserness.
- I decided to write down this plugin, because plugins already exist are too heavy or don't enough perform in mobile devices.
- MIT license.
- I confirmed it work in modern browsers, iOS and Android, but it is alpha-state. Because it mainly designed for my personal use for now.
- Displaying maps, markers, popups are implemented. Drawing figures is to develop.
GitHub
demo1 - 日本のテレビ放送局マップ(The map of television broadcasting in Japan)
demo2 - マウス操作によるルート作成(Drawing a route by mouse action)