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
Additionaly it would be nice if we could use the properties field eg by defining a variable in our model to specify columns which will be added to the properties field
@sribna thank you for reporting this.
You're absolutely right, the documentation is inaccurate: toJson() actually returns the geometry part of the Feature.
Adding toGeoJson() and updating the documentation sounds like a good idea.
Readme says I can use
toJson()
method to get a GeoJSON stringIn reality it returns
{"type":"Point","coordinates":[-73.9878441,40.7484404]}
whish is't a valid GeoJson formatMaybe add
toGeoJson
method?The text was updated successfully, but these errors were encountered: