[OpenLayers-Users] Z-ordering of geometries within a collection.

Vivien Deparday vivien.deparday at gmail.com
Thu Jul 16 10:06:08 EDT 2009


Hi Tom,
Did you have a look at this example: 
http://openlayers.org/dev/examples/ordering.html ?
Then you can use a custom context function like in this example: 
http://openlayers.org/dev/examples/styles-context.html to modify the 
graphicZIndex according to your geometry type.
This is how I went about that but there might be a more elegant solution.

Cheers,

Vivien


Tom Chase wrote:
> Morning all.
>
> What would be the best way to go about setting the relative z-indices of 
> individual geometries within a geometry collection? I have a feature 
> with a geometry collection consisting of a multilinestring and a point; 
> I would like the point to consistently be above the line. I've tried 
> adding the individual components to the geometry collection in various 
> orders to achieve this, but to no avail. From what I've learnt from my 
> poking, it seems like I may have to do something cunning with the 
> renderers - is this the case, or is there a simpler way I've overlooked?
>
> Thanks for your time!
>
> Tom
>
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>
>   




More information about the Users mailing list