groundtruth/PoziMobile

View on GitHub
js/layers/WMS.js

Summary

Maintainability
A
0 mins
Test Coverage
define(["openlayers", "js/proj"], function(OpenLayers, proj) {

    return function(options) {
        var that = this;

        this.layer = OpenLayers.Layer.WMS.doNew(options.name, options.url, options.params, options.options);

    };

});