Make sure that ol.source.wms.ServerType is documented

This commit is contained in:
Andreas Hocevar
2014-05-15 17:06:19 +02:00
parent 97bae045db
commit 0d10314d4f
2 changed files with 7 additions and 0 deletions

View File

@@ -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',

View File

@@ -0,0 +1,3 @@
/**
* @namespace ol.source.wms
*/