be88ex / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
1 stars 0 forks source link

Draw order control for LineStrings #289

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What should this feature enhancement do?
This feature would allow the user to specify a draw order or a z-index for
line strings.  For example, a line string geometry with a z-index of 9 will
appear over the top of a line string with a z-index of 8. This would be
nice for all geometries and would be really nice if you could specify a
z-index for MultiGeometry.

Are there any known workarounds that produce the similar results?
There is a workaround for polygons but not for line strings.  If you set
the altitude mode to ClampToGround but still assign altitudes to every
coordinate, the Earth API will place the polygon with higher altitudes on
top of the polygons with lower altitudes.

Original issue reported on code.google.com by kyle_ein...@yahoo.com on 17 Jul 2009 at 5:03

GoogleCodeExporter commented 8 years ago
Hi, can you refile this in http://code.google.com/p/kml-samples/issues/list ? 
This
seems like a general KML/Google Earth issue that could be propagated down to the
plugin/API world.

Original comment by api.roman.public@gmail.com on 17 Jul 2009 at 5:38