Ignore unused requires in MVT examples
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
goog.require('ol.Attribution');
|
/* eslint-disable openlayers-internal/no-unused-requires */
|
||||||
goog.require('ol.Map');
|
goog.require('ol.Map');
|
||||||
goog.require('ol.View');
|
goog.require('ol.View');
|
||||||
goog.require('ol.format.MVT');
|
goog.require('ol.format.MVT');
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
goog.require('ol.Attribution');
|
/* eslint-disable openlayers-internal/no-unused-requires */
|
||||||
goog.require('ol.Map');
|
goog.require('ol.Map');
|
||||||
goog.require('ol.View');
|
goog.require('ol.View');
|
||||||
goog.require('ol.format.MVT');
|
goog.require('ol.format.MVT');
|
||||||
|
|||||||
Reference in New Issue
Block a user