fix typo in WMTS parser

This commit is contained in:
Bart van den Eijnden
2013-05-24 14:02:00 +02:00
parent f8ef902af4
commit 9881411090

View File

@@ -12,7 +12,7 @@ goog.require('ol.projection');
* @extends {ol.parser.XML}
*/
ol.parser.ogc.WMTSCapabilities_v1_0_0 = function() {
this.defaultNamespaceURI = 'http://www.opengis.net/wtms/1.0';
this.defaultNamespaceURI = 'http://www.opengis.net/wmts/1.0';
this.errorProperty = 'serviceIdentification';
this.readers = {
'http://www.opengis.net/wmts/1.0': {