#785 closed defect (fixed)
Adding a layer with a parent results in execution of layer query twice
Reported by: | stevedang | Owned by: | stevedang |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | Mapping Service | Version: | 2.0.1 |
Severity: | minor | Keywords: | |
Cc: | External ID: | 1166018 |
Description
Create an app using Geospatial API with the following.
- Create a platform layer for any feature class in an Oracle data store, but don't add it to layer collection of the map.
- Create a platform group and add it to group collection of the map.
- Set the group in step 2 as the group of layer in step 1.
- Add the layer to the layer collection of the map.
Result: Layer query gets executed twice. You should see the cache dialog twice. Expected: Layer query gets executed only once.
Change History (3)
comment:1 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by submission <<<http://trac.osgeo.org/mapguide/changeset/3501>>>.