ol3 is now internal, ol is now external

As discussed with @ahocevar, @elemoine and @tschaub.
This commit is contained in:
Tom Payne
2012-08-29 19:53:46 +02:00
parent 1eddf91996
commit 4aff22e980
116 changed files with 3953 additions and 3939 deletions

View File

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