Export ol.source.wms.ServerType.*
This commit is contained in:
@@ -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}
|
* @enum {string}
|
||||||
*/
|
*/
|
||||||
ol.source.wms.ServerType = {
|
ol.source.wms.ServerType = {
|
||||||
MAPSERVER: 'mapserver',
|
|
||||||
GEOSERVER: 'geoserver',
|
GEOSERVER: 'geoserver',
|
||||||
|
MAPSERVER: 'mapserver',
|
||||||
QGIS: 'qgis'
|
QGIS: 'qgis'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user