Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
geolocation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
geolocation
Merge requests
!80
Issue
#3371201
: Support importing WKT into a Geolocation Geometry - MultiPolygon field with Migrate
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3371201
: Support importing WKT into a Geolocation Geometry - MultiPolygon field with Migrate
issue/geolocation-3371201:3371201-support-importing-wkt
into
4.x
Overview
0
Commits
1
Pipelines
3
Changes
2
Merged
Christian Adamski
requested to merge
issue/geolocation-3371201:3371201-support-importing-wkt
into
4.x
6 months ago
Overview
0
Commits
1
Pipelines
3
Changes
2
Expand
Closes
#3371201
0
0
Merge request reports
Compare
4.x
4.x (base)
and
latest version
latest version
84370a47
1 commit,
6 months ago
2 files
+
39
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/migrate/process/CoordinatesToGeometryPoint.php
→
modules/geolocation_geometry/
src/Plugin/migrate/process/CoordinatesToGeometryPoint.php
+
1
−
1
Options
<?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