-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AA - set_measures behavior #237
Comments
help is wrong, only sets the measures on the feature.
|
I think we should extend this method, Be easy to support EndField or StartField|EndField. If these fields exist, the values from these fields would be used for the start and end distances on SetAndInterpolateMsBetween method. I would guess only an hour of coding as these types of checks are in other methods, would just need to move them to this method |
Removed and addressed in Pull request https://github.com/ArcGIS/arcgis-solutions-website/pull/7256/files |
I did not see it in that PR |
Strange behavior with Github Desktop, it should be visible now. |
Per this question on GeoNet, it's unclear what the
SET_MEASURES
method does. Looking at the source code, it just interpolates M values at all vertices.The documentation here refers to populating a field.
Is this method intended to be used only to recalculate M-values for vertices, i.e., the documentation needs to remove references storing field values?
The text was updated successfully, but these errors were encountered: