-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathosmwms.map
88 lines (77 loc) · 1.68 KB
/
osmwms.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#
# Mapscript for OSM WMS to be read by mapscript
#
# $Id$
#
#
MAP
NAME OSM-WMS
FONTSET "/osm/wms/fonts.list"
STATUS ON
UNITS METERS
WEB
METADATA
"wms_title" "openstreetmap.de WMS-Server"
"wms_onlineresource" "to_be_replaced_by_wms.py"
"wms_srs" "EPSG:4326 EPSG:3857"
"wms_enable_request" "*"
"wms_feature_info_mime_type" "text/html"
"wms_format" "image/png"
END
END
EXTENT 11.1747901 48.7403310 13.1960986 50.0685678
PROJECTION
"init=epsg:4326"
END
IMAGETYPE jpeg
SHAPEPATH "/osm/wms/"
OUTPUTFORMAT
NAME png
DRIVER "AGG/PNG"
MIMETYPE "image/png"
IMAGEMODE RGBA
EXTENSION "png"
END
WEB
IMAGEPATH "/osm/wms_tmp/"
END
INCLUDE "raba/raba3000.map"
INCLUDE "raba/raba.map"
INCLUDE "raba/rabaSplits.map"
INCLUDE "gurs/building-outlines.map"
INCLUDE "gurs/road-lines.map"
INCLUDE "gurs/vlv.map"
INCLUDE "gurs/vdv.map"
INCLUDE "dolines/dolines.map"
INCLUDE "martin_dornfelder/luftbilder.map"
###################
# COPYRIGHT LAYER
###################
LAYER
METADATA
"wms_title" "Copyright Notice"
"ows_service" "none"
END
NAME copyright
STATUS DEFAULT
TYPE point
TRANSFORM ll #set the image origin to be lower left
FEATURE
POINTS
128 -10 #set the offset from lower left position in pixels
END
END
CLASS
TEXT "to be set from mapscript"
LABEL #defines the font, colors etc. of the text
FONT arial-bold
TYPE TRUETYPE
SIZE 10
BUFFER 1
COLOR 255 0 0
FORCE TRUE
END
END
UNITS PIXELS #sets the units for the feature object
END
END