Skip to content

Commit 650c2f1

Browse files
committed
fix: Fix lat,lng for Montreal in example
1 parent 79fd662 commit 650c2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
var lp = new locationPicker(map, {
3333
setCurrentPosition: true, // You can omit this, defaults to true
3434
lat: 45.5017,
35-
lng: 73.5673
35+
lng: -73.5673
3636
}, {
3737
zoom: 15 // You can set any google map options here, zoom defaults to 15
3838
});

0 commit comments

Comments
 (0)