comments
This commit is contained in:
parent
a523cc7c63
commit
0178d1c2d1
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Provides L.Map with convenient shortcuts for W3C geolocation.
|
||||
*/
|
||||
|
||||
L.Map.include({
|
||||
locate: function() {
|
||||
if (navigator.geolocation) {
|
||||
|
Loading…
Reference in New Issue
Block a user