Advertisement
Guest User

Untitled

a guest
Aug 19th, 2011
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Map name="monxmlmapfile" xmlns="http://www.mapserver.org/mapserver" status="ON" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mapserver.org/mapserver ../mapfile.xsd" version="6.0">
  3.     <debug>2</debug>
  4.     <defResolution>72</defResolution>
  5.     <extent>-7.745328 42.136123 10.892048 51.323191</extent>
  6.     <imageColor red="0" green="255" blue="255"/>
  7.     <imageType>png</imageType>
  8.     <maxSize>2048</maxSize>
  9.         <OutputFormat name="PNG">
  10.           <driver>AGG/PNG</driver>
  11.           <extension>png</extension>
  12.           <formatOption>TILED=YES</formatOption>
  13.           <imageMode>RGBA</imageMode>
  14.           <mimeType>image/png</mimeType>
  15.           <transparent>ON</transparent>
  16.         </OutputFormat>
  17.     <projection>
  18.           init=epsg:4326
  19.         </projection>
  20.     <resolution>72</resolution>
  21.     <scaleDenom>24000</scaleDenom>
  22.     <ScaleBar status="EMBED">
  23.         <align>CENTER</align>
  24.         <backgroundColor red="244" green="43" blue="22"/>
  25.         <color red="244" green="43" blue="22"/>
  26.         <imageColor red="0" green="255" blue="255"/>
  27.         <intervals>5</intervals>
  28.         <Label type="TRUETYPE">
  29.             <align>CENTER</align>
  30.             <angle>10</angle>
  31.             <antialias>FALSE</antialias>
  32.             <buffer>2</buffer>
  33.             <colorAttribute>[myColor]</colorAttribute>
  34.             <encoding>ISO 8859-1</encoding>
  35.             <font>serif</font>
  36.             <force>TRUE</force>
  37.             <maxLength>244</maxLength>
  38.             <maxSize>244</maxSize>
  39.             <minDistance>24</minDistance>
  40.             <minFeatureSize>AUTO</minFeatureSize>
  41.             <minSize>6</minSize>
  42.             <offset x="12" y="33"/>
  43.             <outlineColor red="244" green="43" blue="22"/>
  44.             <outlineWidth>13</outlineWidth>
  45.             <partials>TRUE</partials>
  46.             <position>LL</position>
  47.             <priority>5</priority>
  48.             <shadowColor red="244" green="43" blue="22"/>
  49.             <shadowSize x="15" y="14"/>
  50.             <size>SMALL</size>
  51.             <wrap>\n</wrap>
  52.         </Label>
  53.         <outlineColor red="12" green="45" blue="12"/>
  54.         <position>LR</position>
  55.         <postLabelCache>TRUE</postLabelCache>
  56.         <size x="90" y="8"/>
  57.         <style>0</style>
  58.                 <transparent>ON</transparent>
  59.         <units>NAUTICALMILES</units>
  60.     </ScaleBar>
  61.     <shapePath>/home/anr_care/donnees</shapePath>
  62.     <size x="800" y="800"/>
  63.     <symbolSet>example.sym</symbolSet>
  64.     <units>DD</units>
  65.     <Web>
  66.         <imagePath>/tmp/</imagePath>
  67.         <imageUrl>/tmp/</imageUrl>
  68.     </Web>
  69.     <LayerSet>
  70.         <Layer name="layer1" type="RASTER" status="DEFAULT">
  71.             <debug>ON</debug>
  72.             <connection>http://iceds.ge.ucl.ac.uk/cgi-bin/icedswms?</connection>
  73.             <connectionType>WMS</connectionType>
  74.         </Layer>
  75.     </LayerSet>
  76. </Map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement