Opened 14 years ago

Closed 14 years ago

#1241 closed defect (fixed)

Selection is not displayed in basic or flexible layouts for tiled maps

Reported by: chrisclaydon Owned by: chrisclaydon
Priority: high Milestone: 2.2
Component: Rendering Service Version: 2.1.0
Severity: major Keywords:
Cc: trevorwekel, brucedechant External ID: 1295545

Description

Using the Sheboygan tiled sample map, create a new basic or flexible layout. Preview the layout, zoom in until the parcels layer is visible. Select a parcel.

Result: The selected parcel is not highlighted in blue, as it should be.

Attachments (1)

TiledSelectionPatch.patch (1.6 KB ) - added by chrisclaydon 14 years ago.
Patch to resolve issue

Download all attachments as: .zip

Change History (7)

comment:1 by chrisclaydon, 14 years ago

Cc: trevorwekel added

This submission was caused by submission http://trac.osgeo.org/mapguide/changeset/3905 against ticket #1002.

The batch load of identity properties only processes dynamic layers. This prevents selection filter generation from working for base map (tiled) layers.

by chrisclaydon, 14 years ago

Attachment: TiledSelectionPatch.patch added

Patch to resolve issue

comment:2 by chrisclaydon, 14 years ago

I have attached a patch to move the call to bulk load the identity properties to a place in the code after the base map layers have been added to the m_layers collection. Please review and submit comments.

comment:3 by trevorwekel, 14 years ago

Cc: brucedechant added

Hi Chris, your patch looks correct. Will this be backported to adsk/2.1 and branches/2.1?

comment:4 by chrisclaydon, 14 years ago

Fixed in adsk/2.2gp by submission:

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

Fix to trunk will follow later today.

comment:5 by chrisclaydon, 14 years ago

External ID: 1295545

comment:6 by chrisclaydon, 14 years ago

Resolution: fixed
Status: newclosed

Ported fix to trunk code stream with submission:

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

I am not planning to port this back to adsk/2.1 or branches/2.1 at this time

Note: See TracTickets for help on using tickets.