Files
openlayers/demos/api1/api1.js
Tom Payne 4aff22e980 ol3 is now internal, ol is now external
As discussed with @ahocevar, @elemoine and @tschaub.
2012-08-29 20:46:42 +02:00

7 lines
100 B
JavaScript

var map = ol.map({
renderTo: 'map',
layers: [ol.layer.osm()],
center: [45, 5],
zoom: 10
});