Skip to content
Snippets Groups Projects

Issue #3371201: Support importing WKT into a Geolocation Geometry - MultiPolygon field with Migrate

Merged Issue #3371201: Support importing WKT into a Geolocation Geometry - MultiPolygon field with Migrate
2 files
+ 39
1
Compare changes
  • Side-by-side
  • Inline
Files
2
<?php
<?php
namespace Drupal\geolocation\Plugin\migrate\process;
namespace Drupal\geolocation_geometry\Plugin\migrate\process;
use Drupal\geolocation_geometry\GeometryType\Point;
use Drupal\geolocation_geometry\GeometryType\Point;
use Drupal\migrate\MigrateExecutableInterface;
use Drupal\migrate\MigrateExecutableInterface;
Loading