-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Error: Unsupported PostGIS modifier --> ? #47
Comments
Weird... Line 5 in babcd58
Should that have been 32? The type modifier is 4 bytes (32 bits); I wonder why we always expect the first byte to be zero. Here's the comment where we detail the reverse engineering of the type modifier value. Lines 10 to 14 in babcd58
And the comment in the PostGIS source:
Maybe it's that you're using a different SRID than we expect? I only tested it with 4326. |
I believe it's the SRID.
Currently after the quoted lines, it says:
|
Yeah definitely sounds like it’s the first byte issue then. Have a go at editing the logic linked above and see if that fixes it; hopefully it’s a simple fix 🤞 |
so just a quick console log, I'm getting a type modifier Plugging that in: ```
|
Summary
what is _
Error: Unsupported PostGIS modifier
_ inSteps to reproduce
Versioning (latest & greatest?)
Error:
Expected results
Plugin loads
Actual results
Plugin "unsupported"
Additional context
Recently built postgis with postgresql database. Far as I can tell, everything is up to date. The error appears related to the specific code bit, without any comment on the context of the
allZeroesHopefully
.Definitely willing to debug further if guidance is provided.
The text was updated successfully, but these errors were encountered: