wmbeers / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
1 stars 2 forks source link

Fix for issue #72, Bug 5933 #75

Closed wmbeers closed 3 years ago

wmbeers commented 3 years ago

Description

Adding a check in the RCI extract function to prevent writing out lines that only have a start point, but no other vertices or end point.

Use case

When the end milepost values entered into the extract UI, or derived from clicking on a roadway feature, are just slightly more than the M (measure) value of the ending vertex of one roadway segment.

Checklist