如何将MapQuest tile与leaflet指令一起使用

时间:2016-01-13 05:12:10

标签: angularjs ionic leaflet openstreetmap mapquest

我有以下代码来使用开放街道图块来显示地图

angular.extend($scope, {
                center: {
                    lat: myLat,
                    lng: myLon,
                    zoom: 3
                },

                events: {
                    markers: {
                        enable: ['dragend']
                    }
                },
                layers: {
                    baselayers: {
                        osm: {
                            name: 'OpenStreetMap',
                            url: 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
                            type: 'xyz'
                        }
                    }
                }
            });

如何更改它以使用MapQuest图块?

干杯

1 个答案:

答案 0 :(得分:1)

除非您愿意为Mapquest的tileservice(thnx @ghybs :)付费,否则我建议不要使用Mapquest磁贴,因为他们会逐步淘汰他们的磁贴提供服务。正如您在自己的地图应用程序中看到的那样,他们已开始使用Mapbox图块,请检查右下角的归因:http://www.mapquest.com/