Changes between Version 2 and Version 3 of MapServerTutorial
- Timestamp:
- 04/07/08 05:22:55 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MapServerTutorial
v2 v3 8 8 == Essential Concepts == 9 9 10 It is very important that you understand how !MapServer works. If you are not familiar with !MapServer and creating !Map Files, please review the !MapServer documentation ([http://mapserver.gis.umn.edu/docs]).10 It is very important that you understand how !MapServer works. If you are not familiar with !MapServer and creating map files, please review the !MapServer documentation ([http://mapserver.gis.umn.edu/docs]). 11 11 12 12 Fusion is all about creating a web application. You will need some familiarity with HTML, !JavaScript and CSS. … … 56 56 * a [wiki:Widgets/Legend Legend] widget 57 57 58 These widgets must be described in a xml file named ApplicationDefinition. This file describe the configuration of a Fusion application: map file, resources, and widgets. This file will contain aMapFile tag for !MapServer and all desired widgets (Widget tag) inside the tag [wiki:ApplicationDefinition/WidgetSet WidgetSet].58 These widgets must be described in a xml file named ApplicationDefinition. This file describe the configuration of a Fusion application: map file, resources, and [wiki:Widgets widgets]. This file will contain a !MapFile tag for !MapServer and all desired widgets (Widget tag) inside the tag [wiki:ApplicationDefinition/WidgetSet WidgetSet]. 59 59 60 60 First, create a directory for the application and extract the icons downloaded inside this directory. These icons will be used by the widgets.