8 lines
217 B
JavaScript
8 lines
217 B
JavaScript
goog.require('ol.Graticule');
|
|
goog.require('ol.Map');
|
|
goog.require('ol.View');
|
|
goog.require('ol.format.GeoJSON');
|
|
goog.require('ol.layer.Vector');
|
|
goog.require('ol.proj.Projection');
|
|
goog.require('ol.source.Vector');
|