Replies: 1 comment 1 reply
-
What version are you using? Jeah the config is used to convert the object to string when it is casted for example. But there might be a bug, can you try to reproduce this on the latest version? And maybe try some simple conversion in tinker and send the code snippet? Otherwise ill take a look at this in some weeks as im currently busy with finishing university |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the library. It's great!
One problem I'm having, though, is getting anything but the binary representation out of the models by default. I can obviously do a raw query and use ST_AsText or ST_AsGeoJson. But I tried setting the
string_generator
inconfig/magellan.php
to use the GeoJson generator by default and as far as I can tell it doesn't do anything. Am I misunderstanding what the config is supposed to do?Beta Was this translation helpful? Give feedback.
All reactions