Hello, ThinkGeo team! I have a question about the EditInteractiveOverlay and TrackInteractiveOverlay.
In the wiki you have an example of snapping a point in EditInteractiveOverlay (wiki.thinkgeo.com/wiki/File:DesktopEditionSample_SnapToLayer_CS_091209.zip).
I need the same logic and TrackInteractiveOverlay. Of course, you can simply use the same functions, and they just put in the necessary event handlers in TrackInteractiveOverlay, but it would be a more general way. How can I make a snapping point logic in the simplest way to work for both layers at once? Do you have an example?