[OpenLayers-Users] Feature Info - multiple records at the same
time
Arnd Wippermann
arnd.wippermann at web.de
Sat Sep 6 19:37:12 EDT 2008
FEATURE_COUNT is by default = 1
try
WMSLayers.mergeNewParams({ 'feature_count': 100 });
or add the parameter to your layer declaration.
Arnd Wippermann
-----Ursprüngliche Nachricht-----
Von: users-bounces at openlayers.org [mailto:users-bounces at openlayers.org] Im
Auftrag von Karsten
Gesendet: Samstag, 6. September 2008 00:16
An: users at openlayers.org
Betreff: [OpenLayers-Users] Feature Info - multiple records at the same time
Hi I am using OL as a front end for MapServer wms layers. I got the Feature
Info example
http://openlayers.org/dev/examples/getfeatureinfo.html?zoom=0&lat=0&lon=0&la
yers=B
working for my map but was wondering how I would have to change it to be
able to retrieve multiple results displayed (e.g. I identify a point feature
(addresses) that has multiple people living at the address joined to it). So
when I click on a point I want to retrieve and display the results on the
webpage
I got it working with one joined record but how can the get the
remaining ones (if there are multiple joined people).
The data in MapServer uses a select statement with a one to many join to the
inhabitant table.
Any ideas?
Im really stuck here
Karsten
--
View this message in context:
http://n2.nabble.com/Feature-Info---multiple-records-at-the-same-time-tp8422
53p842253.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
Users at openlayers.org
http://openlayers.org/mailman/listinfo/users
More information about the Users
mailing list