Sorry, I don't have any example, but in a kml structure, you can see:
...
                <Polygon>
                        <extrude>1</extrude>
                        <tessellate>1</tessellate>
                        <altitudeMode>absolute</altitudeMode>
                        <outerBoundaryIs>
                                <LinearRing>
                                        <coordinates>
1.172400895756915,43.25434912250147,11203
3.769878314156856,42.71834741421591,11203
5.252476554043282,45.706048626342,11203
1.328115714984122,46.07879377079806,11203
1.172400895756915,43.25434912250147,11203 </coordinates>
                                </LinearRing>
                        </outerBoundaryIs>
                </Polygon>
...
Where:
altitudeMode: Give you 3D
coordinates x,y,z: Z is your attrib value.

Now you have to do a kml parser in your favourite language.

Good Luck!
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/MapGuide-to-KMZ-example-tp5776631p5776924.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to