LoginSignup
0
0

More than 5 years have passed since last update.

angular-leaflet-directive比較

Posted at

下書き中です。

下書きをどうやればPC間で共有できるんでしょうか?

オリジナルのangular-leaflet-directive

https://github.com/tombatossals/angular-leaflet-directive
http://tombatossals.github.io/angular-leaflet-directive/

angular: 1.4.7
leaflet : "0.7.7",
leaflet-plugins : "1.3.12",
angular-leaflet-directive: 0.9.5
apiのキー:無し(http://maps.google.com/maps/api/js?v=3&sensor=false

引き継いだ angular-ui-leaflet

https://github.com/angular-ui/ui-leaflet
サンプル (http://angular-ui.github.io/ui-leaflet/)
angular: 1.4.7
leaflet : "0.7.7",
leaflet-plugins : "1.3.12",
angular-leaflet-directive: 0.9.5

IE対応

IE11で動かすには以下のポリフィルが必用

<script src="https://unpkg.com/es6-promise@4.0.5/dist/es6-promise.min.js"></script>
<script>ES6Promise.polyfill();</script>

leaflet-plugins

leaflet-plugins のGoogleレイヤーは現在削除されたもよう
https://github.com/shramov/leaflet-plugins/issues/250

Leaflet.GridLayer.GoogleMutant

https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant
こちらではLeafletベースでのGoogleMapレイヤーの使用をできるように開発継続中の模様
LeafletのFAQにもGmapを使いたければこれ使えと書いてありました。
https://github.com/Leaflet/Leaflet/blob/master/FAQ.md

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0