Wraparound is enabled, when we request a polygon shape and draw it across the date line it wraps the polygon around the earth. For polylines we implemented a custom solution to normalize the lines, but this is not ideal and it is complicated and doesn't work that well. Is this something that is planned to be fixed? FreeHand, rectangles, ellipses work correctly
Solved! Go to Solution.
It looks like this may have been fixed in 10.2.6, however with the major CompositeSymbol bug, we are reluctant to upgrade. Is there a timeline when that will be fixed?
Hi Keith,
What version you are using? And does the drawing order make any difference?
We are using 10.2.5 and no, it does not make a difference which order the drawing is done, and normalizing does not help. Even the lines from the editor wrap around
Keith MacIntyre wrote:
For polylines we implemented a custom solution to normalize the lines...
Are you not using the GeometryEngine.NormalizeCentralMeridian Method to perform the normalization?
Yes, that is what we are using, but we've had to turn off the default Editor lines that display when you add points to the map, and adjusting them if they cross the meridian and then normalize. It's very cumbersome.
In the samples app, Symbology->Line and Fill symbols you will see that your editor does not work across the dateline.
It looks like this may have been fixed in 10.2.6, however with the major CompositeSymbol bug, we are reluctant to upgrade. Is there a timeline when that will be fixed?
Which "major composite symbol bug" ?
Changes to an existing CompositeSymbol
(adding, removing, or updating the symbols it contains) are not reflected in the display.