Opened 15 years ago
Closed 15 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)
Change History (7)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 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 , 15 years ago
Cc: | added |
---|
Hi Chris, your patch looks correct. Will this be backported to adsk/2.1 and branches/2.1?
comment:4 by , 15 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 , 15 years ago
External ID: | → 1295545 |
---|
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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
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.