Opened 12 years ago
Last modified 12 years ago
#24 new defect
UnsupportedParameterException: pm parameter is not supported
Reported by: | donvip | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | FUTURE |
Component: | core library | Version: | |
Keywords: | Cc: |
Description
Hi, We are using Proj4j in an experimental JOSM plugin (JOSM being the Java OpenStreetMap Editor, see http://josm.openstreetmap.de)
We are facing two tickets linked to the same exception:
org.osgeo.proj4j.UnsupportedParameterException: pm parameter is not supported at org.osgeo.proj4j.parser.Proj4Keyword.checkUnsupported(Proj4Keyword.java:108) at org.osgeo.proj4j.parser.Proj4Keyword.checkUnsupported(Proj4Keyword.java:115) at org.osgeo.proj4j.parser.Proj4Parser.parse(Proj4Parser.java:31) at org.osgeo.proj4j.CRSFactory.createFromParameters(CRSFactory.java:120) at org.osgeo.proj4j.CRSFactory.createFromName(CRSFactory.java:78)
In both cases, French projections are involved. See:
http://josm.openstreetmap.de/ticket/6144#comment:1 http://josm.openstreetmap.de/ticket/8450#comment:1
Note:
See TracTickets
for help on using tickets.
Yes, the +pm parameter is not yet supported.