Skip to content

Instantly share code, notes, and snippets.

@is
Created March 7, 2016 02:45
Show Gist options
  • Select an option

  • Save is/aac427180713ae2ebd60 to your computer and use it in GitHub Desktop.

Select an option

Save is/aac427180713ae2ebd60 to your computer and use it in GitHub Desktop.
Leaflet Gaode Layer
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