Add support for OSM vector tiles

This commit is contained in:
Andreas Hocevar
2015-12-04 16:46:44 +01:00
parent 952a282756
commit a940cdd6a7
10 changed files with 229 additions and 17 deletions

View File

@@ -69,6 +69,7 @@ describe('ol.proj', function() {
});
expect(ol.proj.equivalent(proj1, proj2)).to.not.be.ok();
});
});
describe('identify transform', function() {