Fix map center consistency on map changes
This commit is contained in:
parent
1d0b28c069
commit
64bd846115
5 changed files with 36 additions and 1 deletions
|
|
@ -4,6 +4,9 @@ var DynmapProjection = L.Class.extend({
|
|||
},
|
||||
fromLocationToLatLng: function(location) {
|
||||
throw "fromLocationToLatLng not implemented";
|
||||
},
|
||||
fromLatLngToLocation: function(location) {
|
||||
return null;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue