Opened 15 years ago

Closed 15 years ago

#782 closed defect (fixed)

Flexible web layout not working on Linux installation

Reported by: ronnielouie Owned by: ronnielouie
Priority: high Milestone:
Component: Fusion Version: 2.0.1
Severity: critical Keywords:
Cc: External ID: 1170613

Description

  1. Preview a Flexible Web Layout.

RESULT: The layout is partially rendered but the map and legend are not displayed.

Change History (1)

comment:1 by ronnielouie, 15 years ago

Resolution: fixed
Status: newclosed

Viewing a flexibe web layout was causing segmentation fault in Apache, and as a result, the map is not displayed. This is caused by the retrieval of the ApplicationDefinition in json format. An investigation of the stack trace identified that that the methods to output json as failing due to unchecked null values. The solution is to add a check for null before attempting to use the parameter.

After the fix, viewing flexible layout on Internet Explorer and Firefox is successfull. Also peformed some quick pan, zooom and selection of features.

http://trac.osgeo.org/mapguide/changeset/3495

Note: See TracTickets for help on using tickets.