add WMS 1.0.0 parsing to false by default

This commit is contained in:
Bart van den Eijnden
2013-03-07 13:53:26 +01:00
parent dfcdf75449
commit 0dab671072
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ goog.require('ol.parser.ogc.WMSCapabilities_v1_3_0');
/**
* @define {boolean} Whether to enable WMS Capabilities version 1.0.0.
*/
ol.ENABLE_WMSCAPS_1_0_0 = true;
ol.ENABLE_WMSCAPS_1_0_0 = false;
/**