Update wmts-hidpi, add nicer-api-docs
This commit is contained in:
11
nicer-api-docs/examples/icon-require.js
Normal file
11
nicer-api-docs/examples/icon-require.js
Normal file
@@ -0,0 +1,11 @@
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.Overlay');
|
||||
goog.require('ol.View2D');
|
||||
goog.require('ol.geom.Point');
|
||||
goog.require('ol.layer.Tile');
|
||||
goog.require('ol.layer.Vector');
|
||||
goog.require('ol.source.TileJSON');
|
||||
goog.require('ol.source.Vector');
|
||||
goog.require('ol.style.Icon');
|
||||
goog.require('ol.style.Style');
|
||||
Reference in New Issue
Block a user