Add support for Carmenta Server hi-DPI WMS requests

This commit is contained in:
Tom Payne
2014-02-28 14:14:52 +01:00
parent 60bba9aa12
commit 2482a3fb9f
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ ol.source.wms.DEFAULT_VERSION = '1.3.0';
* @enum {string}
*/
ol.source.wms.ServerType = {
CARMENTA_SERVER: 'carmentaserver',
GEOSERVER: 'geoserver',
MAPSERVER: 'mapserver',
QGIS: 'qgis'