I'm trying to use the javascript query function. Take this fictional example, 
executed from inside the task pane:

 

Var options = {};

Options.layers = 'roads_layer';

Options.filter = 'road_width > 5';

Parent.Fusion.getWidgetById('Map').query(options);

 

This works nicely when the "roads_layer" is actually visible, but not when the 
map is zoomed out far enough. What I finally want to achieve is: User clicks on 
an asp.net generated list of objects -> query and select -> zoom extents to 
selection.

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to