Skip to content
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

Add esri Geometry PolyLine support for Arcgis #2394

Merged
merged 9 commits into from
Aug 1, 2024

Conversation

AlvaroVega
Copy link
Member

@AlvaroVega AlvaroVega commented Jul 29, 2024

#2392

  • Check geometry types
  • Add PolyLine support
  • Add Test

@AlvaroVega AlvaroVega changed the title [WIP] check geometry possible types [WIP] Add PolyLine support for Arcgis Jul 30, 2024
@AlvaroVega AlvaroVega changed the title [WIP] Add PolyLine support for Arcgis [WIP] Add esri Geometry PolyLine support for Arcgis Aug 1, 2024
@AlvaroVega AlvaroVega marked this pull request as ready for review August 1, 2024 10:56
@AlvaroVega AlvaroVega requested a review from fgalan August 1, 2024 10:57
@AlvaroVega AlvaroVega changed the title [WIP] Add esri Geometry PolyLine support for Arcgis Add esri Geometry PolyLine support for Arcgis Aug 1, 2024
Comment on lines +335 to +338
// } else if (jsonGeometry.get("points") != null) {
// // geometry = MultiPoint.createInstance(jsonGeometry);
// } else if (jsonGeometry.get("rings") != null) {
// // geometry = Polygon.createInstance(jsonGeometry);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This leftover should be removed? Or is a kind of placeholder for future extensibility? In the second case, I'd suggest to add a FIXME comment telling so.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 828d939

Copy link
Member

@fgalan fgalan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fgalan fgalan merged commit 1216124 into master Aug 1, 2024
7 checks passed
@fgalan fgalan deleted the task/add_polyline_arcgis branch August 1, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants