FSX KML Tutorial: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
No edit summary |
|||
| Line 6: | Line 6: | ||
== Creating landclass tiles == | == Creating landclass tiles == | ||
* Land class tiles may be created tagging a polygon with a land class tag. | |||
* FSX KML will process land class polygons in the order the appear in the KML thus allowing "layering" of land classes. | |||
<!-- | |||
See this sample KML which does the following:- | |||
* Covers the entire Philippines islands with degraded tropical forest | |||
* Overlays some degraded tropical forest areas with tropical forest | |||
* Overlays some degraded tropical forest areas with paddy fields | |||
* Overlays some paddy field areas with urban areas | |||
--> | |||
== Creating landclass polygons == | == Creating landclass polygons == | ||
Revision as of 20:44, 19 August 2007
Introduction
This is the tutorial for FSX KML.
FSX KML is a freeware scenery design tool for Microsoft Flight Simulator X (FSX).
Creating landclass tiles
- Land class tiles may be created tagging a polygon with a land class tag.
- FSX KML will process land class polygons in the order the appear in the KML thus allowing "layering" of land classes.