|   Leaflet 調(diào)用國內(nèi)各種地圖的功能十分復(fù)雜,幸好有 leaflet.ChineseTmsProviders 這個(gè)插件,這四種地圖直接就可以加載進(jìn)來,十分方便。  Current options suitable for tile layers are:   TianDiTu       TianDiTu.Normal.MapTianDiTu.Normal.AnnotionTianDiTu.Satellite.MapTianDiTu.Satellite.AnnotionTianDiTu.Terrain.MapTianDiTu.Terrain.AnnotionGaoDe       GaoDe.Normal.Map (include Annotion)GaoDe.Satellite.MapGaoDe.Satellite.AnnotionGoogle       Google.Normal.Map (include Annotion)Google.Satellite.MapGeoq       Geoq.Normal.MapGeoq.Normal.ColorGeoq.Normal.PurplishBlueGeoq.Normal.GrayGeoq.Normal.WarmGeoq.Normal.Cold L.tileLayer        .chinaProvider("TianDiTu.Satellite.Map", {          maxZoom: 18,          minZoom: 5        })        .addTo(map);
     |