Adding mapbox-gl branch
This commit is contained in:
8
mapbox-gl/examples/overviewmap-custom-require.js
Normal file
8
mapbox-gl/examples/overviewmap-custom-require.js
Normal file
@@ -0,0 +1,8 @@
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
goog.require('ol.control');
|
||||
goog.require('ol.control.OverviewMap');
|
||||
goog.require('ol.interaction');
|
||||
goog.require('ol.interaction.DragRotateAndZoom');
|
||||
goog.require('ol.layer.Tile');
|
||||
goog.require('ol.source.OSM');
|
||||
Reference in New Issue
Block a user