Make sure that ol.source.wms.ServerType is documented
This commit is contained in:
@@ -3,7 +3,11 @@ goog.provide('ol.source.wms.ServerType');
|
||||
|
||||
|
||||
/**
|
||||
* Available server types: `'carmentaserver'`, `'geoserver'`, `'mapserver'`,
|
||||
* `'qgis'`. These are servers that have vendor parameters beyond the WMS
|
||||
* specification that OpenLayers can make use of.
|
||||
* @enum {string}
|
||||
* @todo api
|
||||
*/
|
||||
ol.source.wms.ServerType = {
|
||||
CARMENTA_SERVER: 'carmentaserver',
|
||||
|
||||
3
src/ol/source/wmssource.jsdoc
Normal file
3
src/ol/source/wmssource.jsdoc
Normal file
@@ -0,0 +1,3 @@
|
||||
/**
|
||||
* @namespace ol.source.wms
|
||||
*/
|
||||
Reference in New Issue
Block a user