Opened 15 years ago
Closed 14 years ago
#394 closed defect (fixed)
No map displayed if the coordinate system comes from Arbitrary X-Y Coordinate Systems
Reported by: | liuar | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 2.0 |
Component: | Widgets | Version: | 2.0.0-RC1 |
Severity: | Critical | Keywords: | |
Cc: | trevorwekel | Browser: | All |
External ID: | 1317158 | Operating System: | All |
state: | New |
Description
- Create a map definition with XY-M (Arbitrary X-Y Coordinates (Meters))which comes from Arbitrary X-Y Coordinate System category.
- Create a flexible weblayout with this map
- View this weblayout in Browser.
Result: No map displayed
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | ArbitraryXYMUnits.patch added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|---|
Version: | 1.1.1 → 2.0.0-RC1 |
I have a potential patch for this defect. Since there is no EPSG code for Arbitrary X-Y, fusion defaults to 4326. This sets the units to degrees. The attached patch switches to EPSG:900913 if there is no EPSG code and the units are meters.
If this fix is ok, could it please be rolled into this fix please get rolled into branches/fusion-2.0 and trunk?
comment:2 by , 14 years ago
Milestone: | Future → 2.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed with #395
Note:
See TracTickets
for help on using tickets.
Patch for Arbitrary X-Y Meters