Work with new ol.projection package

This commit is contained in:
Tim Schaub
2013-03-03 16:09:00 +01:00
parent 5a73529da5
commit d3c4869917
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ describe('ol.layer.Vector', function() {
it('groups equal symbolizers', function() {
var layer = new ol.layer.Vector({
source: new ol.source.Vector({
projection: ol.Projection.getFromCode('EPSG:4326')
projection: ol.projection.getFromCode('EPSG:4326')
}),
style: new ol.style.Style({
rules: [