Export ol.source.wms.ServerType.*

This commit is contained in:
Frederic Junod
2013-12-19 16:30:28 +01:00
parent 1277b0ffd3
commit 5f3d018476
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
@exportSymbol ol.source.wms.ServerType
@exportProperty ol.source.wms.ServerType.GEOSERVER
@exportProperty ol.source.wms.ServerType.MAPSERVER
@exportProperty ol.source.wms.ServerType.QGIS

View File

@@ -10,8 +10,8 @@ goog.require('goog.uri.utils');
* @enum {string}
*/
ol.source.wms.ServerType = {
MAPSERVER: 'mapserver',
GEOSERVER: 'geoserver',
MAPSERVER: 'mapserver',
QGIS: 'qgis'
};