geoPHP
geoPHP copied to clipboard
EWKB adaptor does not support SRID on write
Looks like the read function for EWKB adaptor supports SRID. The write function does not.
Support for SRID on write is needed in order to save records to postgis in EWKB format when the SRID is set on a geometry column.
I've implemented a fix for this and have opened up a PR for it at https://github.com/phayes/geoPHP/pull/119.