source: ether_eccad/trunk/ECCAD_INTERFACE/mapfile/terre_test.map @ 68

Last change on this file since 68 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 613 bytes
Line 
1NAME "France"
2IMAGETYPE PNG
3SIZE 720 360
4STATUS ON
5EXTENT -180 -90 180 90
6UNITS dd
7SHAPEPATH "."
8
9WEB
10        # attention ne prend pas trop les chemins relatifs
11        # dessous penser au chemin d'acces par rapport ï¿œla racine web
12    IMAGEPATH "C:\ms4w\Apache\htdocs\PHP_MapServer\tmp\"
13    IMAGEURL "/PHP_MapServer/tmp/"
14END
15
16
17LAYER
18  NAME "fond"
19  DATA "temporaire_img.png"
20  TYPE RASTER
21  STATUS OFF
22END
23
24
25LAYER
26    NAME "monde"
27    TYPE LINE
28    STATUS ON
29    DATA "world"
30    CLASS
31        STYLE
32            #COLOR 9 57 127
33            OUTLINECOLOR 0 0 0
34            SYMBOL 0
35        END
36    END
37END
38
39
40END
Note: See TracBrowser for help on using the repository browser.