Added option to the ol.format.GeoJSON to allow the reading of the geometry_name from the geojson.

This commit is contained in:
Alexandre Silva
2017-10-16 14:51:55 +01:00
parent 382c6b9832
commit 011285aefe
3 changed files with 26 additions and 0 deletions

View File

@@ -140,6 +140,11 @@ GeoJSONFeature.prototype.id;
GeoJSONFeature.prototype.properties;
/**
* @type {string|undefined}
*/
GeoJSONFeature.prototype.geometry_name;
/**
* @constructor