Hello list,
I`m working with geoserver at the moment to view different WMS in the
openlayers or google maps Api. Everythings works fine. Now I want to display
in the api the information of different objects. Is there a possiblity to
display the information of the shape file from geoserver in the Api maybe
by pins? In GE it`s no problem.
Thank`s a lot!
Hello list,
I`m working with geoserver at the moment to view different WMS in the
openlayers or google maps Api. Everythings works fine. Now I want to display
in the api the information of different objects. Is there a possiblity to
display the information of the shape file from geoserver in the Api maybe
by pins? In GE it`s no problem.
Depicting pins in a map is no trouble using SLD and an external
image, but that won't give you the popup on click functionality GE gives you. You'll have to ask on the OpenLayers ml to see wheter this is doable or not, since that's client side functionality.
If you look in the geoserver demo section we have a little interactive
app with custom javascript that provides popups, but that's totally custom, not integrated with OpenLayers.