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

Simplify coordinate transformation dependencies #10

Open
mlipper opened this issue Jan 19, 2016 · 1 comment
Open

Simplify coordinate transformation dependencies #10

mlipper opened this issue Jan 19, 2016 · 1 comment
Milestone

Comments

@mlipper
Copy link
Member

mlipper commented Jan 19, 2016

The Geosupport "address" function (1B) used by Geoclient returns the following point data in New York State Plane (EPSG:2263) feet:

  • Y coordinate (from 1E)
  • X coordinate (from 1E)
  • Internal label Y coordinate (from 1A)
  • Internal label X coordinate (from 1A)

Recent versions of Geosupport also return the first two elements above in "lat/long" (EPSG:4326). Geoclient adds lat/long point data for the third and fourth elements above using in-line sources from the legacy gis-common-geometry project which depends on GeoTools API's which, themselves, depend on several external libraries.

Investigate a simpler solution involving less code and dependencies.

@mlipper mlipper added the bug label Jan 19, 2016
@mlipper mlipper added this to the 2.0.0 milestone Jan 19, 2016
@mlipper mlipper modified the milestones: 2.0.1, 2.0.0 Sep 6, 2016
@mlipper
Copy link
Member Author

mlipper commented Sep 6, 2016

Although this is still a worthy goal, there's no single compelling alternative solution that I've found. Pushing this out to the next release.

@mlipper mlipper added enhancement and removed bug labels Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant