File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
< meta name ='viewport ' content ='width=device-width, user-scalable=no initial-scale=1, maximum-scale=1 '>
7
7
8
- < link rel ="stylesheet " href ="https://unpkg.com/leaflet@1.2.0 /dist/leaflet.css " />
8
+ < link rel ="stylesheet " href ="https://unpkg.com/leaflet@latest /dist/leaflet.css " />
9
9
< link rel ="stylesheet " href ="../dist/Control.Geocoder.css " />
10
10
11
- < script src ="https://unpkg.com/leaflet@1.2.0 /dist/leaflet-src.js "> </ script >
11
+ < script src ="https://unpkg.com/leaflet@latest /dist/leaflet-src.js "> </ script >
12
12
< script src ="../dist/Control.Geocoder.js "> </ script >
13
13
< style type ="text/css ">
14
14
body {
26
26
27
27
< script type ="text/javascript ">
28
28
var map = L . map ( 'map' ) . setView ( [ 0 , 0 ] , 2 ) ,
29
- geocoder = L . Control . Geocoder . mapzen ( 'search-DopSHJw' ) ,
29
+ geocoder = L . Control . Geocoder . nominatim ( ) ,
30
30
control = L . Control . geocoder ( {
31
31
geocoder : geocoder
32
32
} ) . addTo ( map ) ,
You can’t perform that action at this time.
0 commit comments