You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiling my project together with OL the GeoJson parser, json properties are not identifiable.
For example, in the parser class you get object properties like this:
json.features
and probably it should be like this, to keep reference:
json["features"]
found here - ol.parser.GeoJSON.prototype.parseFeatureCollection_
The text was updated successfully, but these errors were encountered:
After compiling my project together with OL the GeoJson parser, json properties are not identifiable.
For example, in the parser class you get object properties like this:
json.features
and probably it should be like this, to keep reference:
json["features"]
found here - ol.parser.GeoJSON.prototype.parseFeatureCollection_
The text was updated successfully, but these errors were encountered: