Merge pull request #7362 from Alexandre27/master

Added option to the ol.format.GeoJSON to allow the reading of the geometry_name from the geojson
This commit is contained in:
Andreas Hocevar
2017-11-07 22:52:30 +01:00
committed by GitHub
3 changed files with 27 additions and 0 deletions

View File

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