Export ol.source.wms.ServerType.*
This commit is contained in:
4
src/ol/source/wmssource.exports
Normal file
4
src/ol/source/wmssource.exports
Normal 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
|
||||
@@ -10,8 +10,8 @@ goog.require('goog.uri.utils');
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.source.wms.ServerType = {
|
||||
MAPSERVER: 'mapserver',
|
||||
GEOSERVER: 'geoserver',
|
||||
MAPSERVER: 'mapserver',
|
||||
QGIS: 'qgis'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user