GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
haya4
/
www-root
Browse code
maxzoom 16
gh-pages
master
1 parent
017730a
commit
674c8a3afb62339e2d4b0daa339f7ca27ea54881
yuu
authored
on 8 Nov 2017
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
coverage/busstop.js
Ignore Space
Show notes
View
2
■
■
■■■
coverage/busstop.js
//OSMレイヤー追加
var
osm
=
L
.
tileLayer
(
'http://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png'
,
{
attribution
:
'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a>'
,
maxZoom
:
18
maxZoom
:
16
}
);
osm
.
addTo
(
map
);
Show line notes below