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