SpaeroGIS / DPP

DPP
3 stars 5 forks source link

Display info about intersection between profile and supplemental layers on the graph #112

Open 40copoka opened 5 years ago

40copoka commented 5 years ago

image

There are 4 supplemental layers

40copoka commented 5 years ago
  1. The titles for intersection should not be on the graph

  2. To get intersection between a profile line and a features should be used the native Polylines. Path them into the methods to calculate intersections internal void InvokeGetIntersectionLines(int lineId) { IntersectionLinesDrawing?.Invoke(_profileSession.Segments.First(segment => segment.LineId == lineId)); } image

  3. Move methods to get intersections form GraphicsLayerManager into the EsriTools class

40copoka commented 5 years ago
DemonScarlett commented 4 years ago

Time 30h and 8h for changes