Change format name to WMSGetFeatureInfo
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
goog.provide('ol.format.GetFeatureInfo');
|
goog.provide('ol.format.WMSGetFeatureInfo');
|
||||||
|
|
||||||
goog.require('goog.array');
|
goog.require('goog.array');
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
+3
-3
@@ -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() {
|
describe('#readFormat', function() {
|
||||||
|
|
||||||
@@ -200,4 +200,4 @@ describe('ol.format.GetFeatureInfo', function() {
|
|||||||
|
|
||||||
|
|
||||||
goog.require('goog.dom');
|
goog.require('goog.dom');
|
||||||
goog.require('ol.format.GetFeatureInfo');
|
goog.require('ol.format.WMSGetFeatureInfo');
|
||||||
Reference in New Issue
Block a user