Cool video Rene! Dites the geometry engine service detects and transforms the spatial reference of both compared geometry object automatically or do you have to specify the spr for each?
Great video Rene! I was exploring your codepen, when drawn a line at high level zoom, after zoom-in newly created points were "not exactly at the intersecting locations". Can you please help to explain this behavior. Thank you.
I'm not watching for scale changes, so when you zoom in, the features copied from the layerview were at a more generalized scale. you could recapture features as scale changes and update the behavior if you need to
Not sure. The linked sample still works and it's in the documentation developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#intersectLinesToPoints so should be properly typed for TypeScript
Still in recovery from a cold here, sorry for my sick voice, ha!
Wishing you a speedy recovery. Thanks for the videos!
Cool video Rene! Dites the geometry engine service detects and transforms the spatial reference of both compared geometry object automatically or do you have to specify the spr for each?
All the input spatial references have to be the same, GE will not reproject for you
Great video Rene! I was exploring your codepen, when drawn a line at high level zoom, after zoom-in newly created points were "not exactly at the intersecting locations". Can you please help to explain this behavior. Thank you.
I'm not watching for scale changes, so when you zoom in, the features copied from the layerview were at a more generalized scale. you could recapture features as scale changes and update the behavior if you need to
I keep getting "Property 'intersectLinesToPoints' does not exist on type 'geometryEngine'." Any idea why?
Not sure. The linked sample still works and it's in the documentation developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#intersectLinesToPoints so should be properly typed for TypeScript
@@odoenet Haha yeah I'm just dumb. I realized shortly after this that my app is using an older version of the API.