qgis / qgis4.0_api

Tracker for QGIS 4.0 API related issues and developer discussion
3 stars 1 forks source link

Fix inconsistency by renaming QgsGeometry exportToWkt/geoJSON to as* #81

Closed elpaso closed 6 years ago

elpaso commented 6 years ago

We currently have:

I suggest to change the first two to asWkt and asGeoJson, but renaming asWkb is also an option.

m-kuhn commented 6 years ago

+1, asWkt sounds good to me

luipir commented 6 years ago

+1

wonder-sk commented 6 years ago

Hasn't this been addressed some time ago? :-)

https://github.com/qgis/QGIS/blob/master/src/core/geometry/qgsgeometry.h#L879

elpaso commented 6 years ago

Oh, sorry for the noise