new ol.format.TopoJSON(opt_options)
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Options.
|
Extends
Methods
-
readFeatures(source){Array.<ol.Feature>}
-
Read all features from a TopoJSON source.
Name Type Description source
ArrayBuffer | Document | Node | Object | string Source.
Returns:
Features.
-
readProjection(object){ol.proj.Projection}
-
Read the projection from a TopoJSON source.
Name Type Description object
ArrayBuffer | Document | Node | Object | string Source.
Returns:
Projection.