Adding mapbox-gl branch
This commit is contained in:
10
mapbox-gl/examples/regularshape-require.js
Normal file
10
mapbox-gl/examples/regularshape-require.js
Normal file
@@ -0,0 +1,10 @@
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
goog.require('ol.geom.Point');
|
||||
goog.require('ol.layer.Vector');
|
||||
goog.require('ol.source.Vector');
|
||||
goog.require('ol.style.Fill');
|
||||
goog.require('ol.style.RegularShape');
|
||||
goog.require('ol.style.Stroke');
|
||||
goog.require('ol.style.Style');
|
||||
Reference in New Issue
Block a user