be88ex / earth-api-samples

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

tiling support and texture on polygon #247

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using GroundOverlays to mark area's of a terrain. Rather than using a
single color, I want to be able to use a high quality texture tile.
Currently the texture is scaled to fit the latlonbox but I want to be able
to use texture tiling inside the area defined by the latlonbox.

Secondly, I wonder if it is possible to apply such tiled textures to a polygon.

I'd need to be able to define x and y tiles and preferably tile rotation as
well.

Are there any known workarounds that produce the similar results?

It is possible to create a huge number of ground overlays side by side to
achieve the same effect but it kills the plugin performance.

Original issue reported on code.google.com by vandint...@gmail.com on 19 May 2009 at 9:04

GoogleCodeExporter commented 8 years ago
Hey Paul,

You may want to post similar feature requests for the KML spec at:

http://code.google.com/p/kml-samples/issues/list

since the API is based on KML.

Thanks,
Roman

Original comment by api.roman.public@gmail.com on 20 May 2009 at 1:58