Issues
- GeodeticCalculator projects wrong longitude from polar originGEOT-6026Resolved issue: GEOT-6026
- ExtractBoundsFilterVisitor fails with AND'd DURING filterGEOT-5478Resolved issue: GEOT-5478
- Investigate alternatives to javax.media:jai* packagesGEOT-5368Resolved issue: GEOT-5368Jody Garnett
- Complex feature WFS client breaks GeoServer external WFS data storeGEOT-5361Resolved issue: GEOT-5361Ben Caradoc-Davies
- SimpleDateFormat string has MONTH (MM) and Minutes (mm) swapped in GeoPackageGEOT-5355Resolved issue: GEOT-5355
- ReferencedEnvelope3D.distance incorrect when this.minZ>other.maxZGEOT-5354Resolved issue: GEOT-5354
- UnsupportedOperationException in SpatialIndexFeatureCollection.subCollection(filter) methodGEOT-5310Resolved issue: GEOT-5310Ian Turton
- Support predefined app-schema interpolation properties for mapping file and parent directoryGEOT-5308Resolved issue: GEOT-5308
- Unset global/local value for EnvFunction not possibleGEOT-5302Resolved issue: GEOT-5302Frank Gasdorf
- Add more checks on dimensions/coordinates/attributes setsGEOT-5301Resolved issue: GEOT-5301Daniele Romagnoli
- Upgrade to EJML 0.32GEOT-5300Resolved issue: GEOT-5300
- Changes in MemoryDataStore breaks MemoryFeatureReaderGEOT-5298Resolved issue: GEOT-5298Frank Gasdorf
- Support sinusoidal projection in GeoTIFFGEOT-5294Resolved issue: GEOT-5294Daniele Romagnoli
- LabelPainter setLabel fails when rendering text with only consecutive newlinesGEOT-5290Resolved issue: GEOT-5290Andrea Aime
- Use java.util.ServiceLoader instead of javax.imageio.spi.ServiceRegistryGEOT-5289Resolved issue: GEOT-5289Jody Garnett
- Render fails to ignore empty geometries in some very specific casesGEOT-5287Resolved issue: GEOT-5287
- ArcSDE plugin does not retrieve new featuresGEOT-5276Resolved issue: GEOT-5276
- The encode of LineStringPropertyType in GMLComplexType verify the class of value like a pointGEOT-5273Resolved issue: GEOT-5273
- DB2 plugin does not store z values for coordinatesGEOT-5268Resolved issue: GEOT-5268Christian Mueller
- GeoTIFF not painting within JMapFrameGEOT-5265Resolved issue: GEOT-5265Ian Turton
- [jdbc-spatialite] Datastore removeSchema doesn't delete geometry_columns record for dropped tableGEOT-5261Resolved issue: GEOT-5261
- [jdbc-spatialite] Error creating FeatureTypes for some SQL TypesGEOT-5260Resolved issue: GEOT-5260Jody Garnett
- Improve parameters parsing in imageWorker scaling opsGEOT-5259Resolved issue: GEOT-5259Daniele Romagnoli
- ArcSDE plugin crash when feature class has empty extentGEOT-5257Resolved issue: GEOT-5257
- Implement DataStore.removeSchema on MemoryDataStoreGEOT-5256Resolved issue: GEOT-5256Frank Gasdorf
- Fix readers disposal in ImageMosaicGEOT-5253Resolved issue: GEOT-5253Daniele Romagnoli
- App-schema can't set string value to complex type extending anyTypeGEOT-5251Resolved issue: GEOT-5251Stefano Costa
- Complex feature WFS client fails to parse nested featuresGEOT-5246
- CSS SLD TranslationGEOT-5244Resolved issue: GEOT-5244
- coverage-multidim: support time dimensions with different names across datasetsGEOT-5241Resolved issue: GEOT-5241Daniele Romagnoli
- Transforming feature source does not honor naming convention on FIDGEOT-5240Resolved issue: GEOT-5240Stefano Costa
31 of 31
GeodeticCalculator projects wrong longitude from polar origin
Fixed
Description
Environment
None
Created May 23, 2018 at 7:12 PM
Updated August 18, 2018 at 3:12 PM
Resolved August 18, 2018 at 3:12 PM
Activity
Brad HardsAugust 18, 2018 at 10:56 AM
Corrected by geographiclib 1.49. Will add a unit test to validate.
I don't have ready access to all prior versions, but I'm fairly confident this bug emerged after 13.4 and was present by 14.1.
Consider the following (admittedly edge-) case:
For all versions, pt.y correctly computes as ~89.5523482.
For versions <= 13.4, pt.x returns ~170.
For versions >= 14.1, pt.x returns 0.