12 lines
360 B
JavaScript
12 lines
360 B
JavaScript
goog.require('ol.Map');
|
|
goog.require('ol.View');
|
|
goog.require('ol.events.condition');
|
|
goog.require('ol.interaction.DragBox');
|
|
goog.require('ol.interaction.Select');
|
|
goog.require('ol.layer.Tile');
|
|
goog.require('ol.layer.Vector');
|
|
goog.require('ol.source.GeoJSON');
|
|
goog.require('ol.source.OSM');
|
|
goog.require('ol.style.Stroke');
|
|
goog.require('ol.style.Style');
|