Opened 13 years ago
Closed 9 years ago
#7495 closed enhancement (fixed)
support custom projections (PROJ.4 parameter syntax)
Reported by: | bastiK | Owned by: | wiktorn |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | projection | Cc: |
Description (last modified by )
It should be possible to enter a custom projection using an ellipsoid (a=..., b=...), datum transformation (grid file or 7-parameter transformation) and one of the implemented base projections (Mercator, SwissObliqueMercator, TransverseMercator, LambertConformalConic). I would suggest PROJ.4 parameter syntax for the config string.
Libraries, I am aware of are Proj4J, Java Map Projection Library and GeoTools. The first two are derived from PROJ.4. Proj4J seems to be quite buggy and Java Map Projection Library is unfinished (e.g. no datum transformation).
Currently, my plan is to not use any libs, but code this manually and add to JOSM core. Then a plugin could simply provide more base projections and grid files.
Attachments (0)
Change History (8)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Description: | modified (diff) |
---|
comment:3 by , 13 years ago
comment:5 by , 10 years ago
Milestone: | → 15.09 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Add all the projections to JOSM projection definition from:
https://github.com/OSGeo/proj.4/blob/master/nad/epsg
comment:8 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In 5066/josm: