dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

how do to manage to choose the display order to superimpose lines #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I created points to draw lines, and I would like to know how do to manage
to choose the display order to superimpose lines with different widths and
colors. 

Thanks, and sorry for my bad English, i am French...

Original issue reported on code.google.com by florian....@gmail.com on 27 Apr 2009 at 9:44

GoogleCodeExporter commented 8 years ago
KML itself has no such concept unfortunately, hence libkml has no control
to offer for it.  This is a known enhancement request for the KML language
itself (and its implementation in Google Earth and Google Maps).

One trick that has been employed is to use very slightly different altitudes
to indicate that one geometric object should be drawn "on top of" another,
but there's no guarantee for this behavior as it is unspecified.  Also, 
strictly speaking
altitudinal stacking is not the same as draw order.

Original comment by kml.b...@gmail.com on 20 May 2009 at 11:20