Adding float-no-zero branch hosted build
This commit is contained in:
10
float-no-zero/examples/vector-osm-require.js
Normal file
10
float-no-zero/examples/vector-osm-require.js
Normal file
@@ -0,0 +1,10 @@
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View2D');
|
||||
goog.require('ol.layer.Tile');
|
||||
goog.require('ol.layer.Vector');
|
||||
goog.require('ol.source.BingMaps');
|
||||
goog.require('ol.source.OSMXML');
|
||||
goog.require('ol.style.Circle');
|
||||
goog.require('ol.style.Fill');
|
||||
goog.require('ol.style.Stroke');
|
||||
goog.require('ol.style.Style');
|
||||
Reference in New Issue
Block a user