0

按照关于 tut 的图层简单示例的说明:http ://tombatossals.github.io/angular-leaflet-directive/#!/examples/layers-simple

包含以下内容已成功加载到页面上,但未生成用于切换不同图层的右上角的图标。回购中没有提供任何方向来确保它被生产出来。

$scope.layers = {
    baselayers: {
        osm: {
            name: 'OpenStreetMap',
            url: 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
            type: 'xyz'
        },
        mapbox_light: {
            name: 'Foo',
            url: 'http://{s}.basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}.png',
            type: 'xyz'
        }
    }
},
4

1 回答 1

1

这似乎是当前 0.8.1 版本的 angular-leaflet-directive 中的一个错误。今天我遇到了同样的问题。回到 0.7.15,图层控制再次可见。

于 2015-05-22T12:08:10.070 回答