Allow VectorSource to load and parse data

This adds url, data and parser options to the source, and makes
EPSG:4326 the default projection. It also adds a prepareFeatures
method, which is used to load/parse data once the target
projection is known.
This commit is contained in:
ahocevar
2013-07-17 11:24:34 +02:00
parent 63c4feb6db
commit f325046a95
4 changed files with 168 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
@exportClass ol.source.Vector ol.source.SourceOptions
@exportClass ol.source.Vector ol.source.VectorOptions