maxzoom 16
1 parent 017730a commit 674c8a3afb62339e2d4b0daa339f7ca27ea54881
@yuu yuu authored on 8 Nov 2017
Showing 1 changed file
View
2
■■■
coverage/busstop.js
//OSMレイヤー追加
var osm = L.tileLayer(
'http://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png', {
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a>',
maxZoom: 18
maxZoom: 16
}
);
osm.addTo(map);