Change format name to WMSGetFeatureInfo

This commit is contained in:
Florent gravin
2014-11-04 09:39:19 +01:00
parent c0f2187310
commit 0f99f113e3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
goog.provide('ol.format.GetFeatureInfo');
goog.provide('ol.format.WMSGetFeatureInfo');
goog.require('goog.array');
goog.require('goog.asserts');

View File

@@ -1,6 +1,6 @@
goog.provide('ol.test.format.GetFeatureInfo');
goog.provide('ol.test.format.WMSGetFeatureInfo');
describe('ol.format.GetFeatureInfo', function() {
describe('ol.format.WMSGetFeatureInfo', function() {
describe('#readFormat', function() {
@@ -200,4 +200,4 @@ describe('ol.format.GetFeatureInfo', function() {
goog.require('goog.dom');
goog.require('ol.format.GetFeatureInfo');
goog.require('ol.format.WMSGetFeatureInfo');