[mapguide-users] Re: MapGuide to KMZ example

Jose Cerrejon gis at mapas-sll.com
Fri Nov 26 06:45:33 EST 2010


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.


More information about the mapguide-users mailing list