Fixed hdmap tiling and LocationToLatLng
This commit is contained in:
parent
674b92003c
commit
8b40a9761b
6 changed files with 136 additions and 152 deletions
|
|
@ -1,4 +1,7 @@
|
|||
var DynmapProjection = L.Class.extend({
|
||||
initialize: function(options) {
|
||||
L.Util.setOptions(this, options);
|
||||
},
|
||||
fromLocationToLatLng: function(location) {
|
||||
throw "fromLocationToLatLng not implemented";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue