Make WMSServerType appear in API docs
This commit is contained in:
@@ -9,8 +9,24 @@
|
|||||||
* @enum {string}
|
* @enum {string}
|
||||||
*/
|
*/
|
||||||
export default {
|
export default {
|
||||||
|
/**
|
||||||
|
* HiDPI support for [Carmenta Server](https://www.carmenta.com/en/products/carmenta-server)
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
CARMENTA_SERVER: 'carmentaserver',
|
CARMENTA_SERVER: 'carmentaserver',
|
||||||
|
/**
|
||||||
|
* HiDPI support for [GeoServer](https://geoserver.org/)
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
GEOSERVER: 'geoserver',
|
GEOSERVER: 'geoserver',
|
||||||
|
/**
|
||||||
|
* HiDPI support for [MapServer](https://mapserver.org/)
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
MAPSERVER: 'mapserver',
|
MAPSERVER: 'mapserver',
|
||||||
|
/**
|
||||||
|
* HiDPI support for [QGIS](https://qgis.org/)
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
QGIS: 'qgis'
|
QGIS: 'qgis'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user