Created
March 7, 2016 02:45
-
-
Save is/aac427180713ae2ebd60 to your computer and use it in GitHub Desktop.
Leaflet Gaode Layer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function autonaviTileLayer() { | |
| var opts = { | |
| subdomains:["1","2","3","4"], | |
| attribution: '高德地图' | |
| } | |
| return L.tileLayer('http://webrd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}', opts) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment