Media layer with "control-points"
Hello,
I would like to create a media layer with control points. I now have the 4 image coordinates in pixels and the corresponding coordinates in the map system. The example workflow lists the option of using “extend-and-rotation” for fitting. This also works well.
I just don't know how to set it up with “control-points” in the workflow.
Does anyone here have an example?
Media layer with “extend-and-rotation” :
"Create Media Layer"
source:
={
spatialReference: {
wkid: 25832
},
xmin: $extent.xmin,
ymin: $extent.ymin,
xmax: $extent.xmax,
ymax: $extent.ymax
}
properties:
={
type: “image”,
image:$imageUrl.result,
georeference: {
type: “extent-and-rotation”,
extent: $imageExtent.geometry,
rotation: 0
}
}
Media layer for “control-points”
source?
properties?
Please sign in to leave a comment.
Comments
0 comments