From ca8d6fb57df879b7eabca95f3fc1342652b32a1c Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Tue, 4 Feb 2020 09:12:17 +0800 Subject: [PATCH] Add multipolygon type #319 --- config/packages/doctrine.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index b1b6d947..c154fbc2 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -19,6 +19,7 @@ doctrine: point: CrEOF\Spatial\DBAL\Types\Geometry\PointType polygon: CrEOF\Spatial\DBAL\Types\Geometry\PolygonType linestring: CrEOF\Spatial\DBAL\Types\Geometry\LineStringType + multipolygon: CrEOF\Spatial\DBAL\Types\Geometry\MultiPolygonType orm: auto_generate_proxy_classes: '%kernel.debug%' naming_strategy: doctrine.orm.naming_strategy.underscore