「Creating the Map File」の版間の差分

提供: OSGeo.JP Wiki
移動: 案内検索
(ページの作成: <H3> Creating the Map File </H3> <P> The tool msexport to export a QGIS project file to a MapServer map file is installed in your QGIS binary directory and can be used independ…)
 
(ページの置換: '--~~~~このページは削除予定です。')
 
行1: 行1:
<H3>
+
--[[利用者:Sanak|Sanak]] 2009年10月5日 (月) 13:54 (UTC)このページは削除予定です。
Creating the Map File
+
</H3>
+
 
+
<P>
+
The tool msexport to export a QGIS project file to a MapServer map
+
file is installed in your QGIS binary directory and can be used independently of QGIS.
+
To use it from within QGIS, you need to enable the MapServer Export Plugin first using the Plugin Manager (see Section [[#sec:load_core_plugin]]).
+
 
+
<P>
+
 
+
<DIV ALIGN="CENTER"><A NAME="fig:mapserver_export_dialog"></A><A NAME="32"></A>
+
<TABLE>
+
<CAPTION ALIGN="BOTTOM"><STRONG>Figure:</STRONG>
+
Export to MapServer Dialog </CAPTION>
+
<TR><TD>
+
<DIV ALIGN="CENTER">
+
</DIV>
+
<P></P>
+
<DIV ALIGN="CENTER">  [clip=true, width=9cm]mapserver_export_dialog
+
 
+
</DIV></TD></TR>
+
</TABLE>
+
</DIV>
+
 
+
<P>
+
<DL>
+
<DT><STRONG>Map file</STRONG></DT>
+
<DD>
+
<BR>
+
Enter the name for the map file to be created. You can use the button at the
+
right to browse for the directory where you want the map file created.
+
</DD>
+
<DT><STRONG>Qgis project file</STRONG></DT>
+
<DD>
+
<BR>
+
Enter the full path to the QGIS project file (.qgs) you want to export. You can
+
use the button at the right to browse for the QGIS project file.
+
</DD>
+
<DT><STRONG>Map Name</STRONG></DT>
+
<DD>
+
<BR>
+
A name for the map. This name is prefixed to all images generated by the mapserver.
+
</DD>
+
<DT><STRONG>Map Width</STRONG></DT>
+
<DD>
+
<BR>
+
Width of the output image in pixels.
+
</DD>
+
<DT><STRONG>Map Height</STRONG></DT>
+
<DD>
+
<BR>
+
Height of the output image in pixels.
+
</DD>
+
<DT><STRONG>Map Units</STRONG></DT>
+
<DD>
+
<BR>
+
Units of measure used for output
+
</DD>
+
<DT><STRONG>Image type</STRONG></DT>
+
<DD>
+
<BR>
+
Format for the output image generated by MapServer
+
</DD>
+
<DT><STRONG>Web Template</STRONG></DT>
+
<DD>
+
<BR>
+
Full path to the MapServer template file to be used with the map file
+
</DD>
+
<DT><STRONG>Web Header</STRONG></DT>
+
<DD>
+
<BR>
+
Full path to the MapServer header file to be used with the map file
+
</DD>
+
<DT><STRONG>Web Footer</STRONG></DT>
+
<DD>
+
<BR>
+
Full path to the MapServer footer file to be used with the map file
+
</DD>
+
</DL>
+
 
+
<P>
+
Only the Map file and QGIS project file inputs are
+
required to create a map file, however by omitting the other parameters,
+
you may end up creating a non-functional map file, depending on your intended use.
+
Although QGIS is good at creating a map file from your project file,
+
it may require some tweaking to get the results you want.
+
For this example, we will create a map file using the project file
+
mapserverproject.qgs we just created
+
(see Figure&nbsp;[[#fig:mapserver_export_dialog|59]]):
+
 
+
<P>
+
 
+
<OL>
+
<LI>Start the MapServer dialog (see
+
Figure [[#fig:mapserver_export_dialog|59]]) by clicking the mapserver_exportMapServer Export icon in the toolbar menu.
+
</LI>
+
<LI>Enter the name (e.g., qgisproject.map) for your new map file.
+
</LI>
+
<LI>Browse and find the QGIS project file (e.g., mapserverproject.qgs)
+
  you previously saved.
+
</LI>
+
<LI>Enter a name (e.g., MyMap) for the map.
+
</LI>
+
<LI>Enter the width and height (e.g., 600 for the width and 400 for the height) for your output image.
+
</LI>
+
<LI>For this example, the layers are in meters, so we change the units to meters.
+
</LI>
+
<LI>Choose ``png'' for the image type.
+
</LI>
+
<LI>Click OK to generate the new map file qgisproject.map.
+
  QGIS displays the success of your efforts.
+
</LI>
+
</OL>
+
 
+
<P>
+
You can view the map file in any text editor or visualizer. If you
+
take a look, you'll notice that the export tool adds the metadata needed
+
to enable our map file for WMS.
+
 
+
<P>
+

2009年10月5日 (月) 22:54時点における最新版

--Sanak 2009年10月5日 (月) 13:54 (UTC)このページは削除予定です。