mapserver/server/static/js/LayerManager.js

11 lines
166 B
JavaScript
Raw Normal View History

2019-02-01 14:58:26 +03:00
'use strict';
2019-01-29 23:07:29 +03:00
2019-02-01 14:58:26 +03:00
function LayerManager(layers){
}
2019-01-29 23:07:29 +03:00
2019-02-01 14:58:26 +03:00
LayerManager.prototype.addListener = function(listener){
};
2019-01-29 23:07:29 +03:00
2019-02-01 14:58:26 +03:00
LayerManager.prototype.getCurrentLayer = function(){
2019-02-01 14:46:38 +03:00
};