Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: WMS
-
Labels:None
-
Number of attachments :
Description
GeoServer (or the Geotool's renderer, I guess) paints labels after all features have been drawn. That means (as far as I can tell) there is no way to implement something like Google's push-pins, which appear on the map over everything, including labels. It would be wonderful if there were a way to do this (maybe a way to specify that a specific layer is "special" and should be rendered after everything else is done?). What do other's think?
You would be able to pull this off with some client software such as Coimmunity MapBuilder. It will render features for you, and you can put them on top of other layers and labels.
But I do believe that geoserver renders each layer in order, no matter what labels have been rendered. So in effect you would get your pushpins if you made a second layer and had it render after the first layer.