Feature request #15840
Support EWKT in geom_from_wkt expression
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Expressions | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 23758 |
Description
To use EWKT in an expression, it's currently necessary to remove the E-part:
geom_from_wkt( replace( "start_point" ,'SRID=4326;','') )
Could we just make the function ignore everything before the semicolon?
History
#1 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No