Skip to content

Conversation

@amirsalkhori
Copy link

I've modified line 138 of vendor/creof/doctrine2-spatial/lib/CrEOF/Spatial/DBAL/Types/AbstractSpatialType.php line

if (is_string($value) && ctype_alpha($value) || is_array($value) && count($value) > 0 && ctype_alpha($value[0])) {
return $this->getSpatialPlatform($platform)->convertStringToPHPValue($this, $value);
}

return $this->getSpatialPlatform($platform)->convertBinaryToPHPValue($this, $value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants