We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty geometries (not the null geometries) like LINESTRING EMPTY have their SRID not converted.
LINESTRING EMPTY
For example:
SELECT ST_SRID(ST_GeomFromEWKB(ST_Fineltra(ST_SetSRID(ST_GeomFromText('LINESTRING EMPTY'),21781),'chenyx06.chenyx06_triangles', 'the_geom_lv03', 'the_geom_lv95')))
returns 21781 while it should be 2056.
21781
2056
The text was updated successfully, but these errors were encountered:
I have encountered the same problem, what's the status about this issue ?
Sorry, something went wrong.
If not fixed, you're up to filtering the empty geometry and use ST_SetSRID on them.
No branches or pull requests
Empty geometries (not the null geometries) like
LINESTRING EMPTY
have their SRID not converted.For example:
returns
21781
while it should be2056
.The text was updated successfully, but these errors were encountered: