Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/arcgis.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAP
"init=epsg:4326"
END
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"ows_enable_request" "*"
"ows_srs" "EPSG:4326 EPSG:3857"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/clusters.map
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MAP
END
FONTSET "data/fonts/fontset.txt"
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"ows_enable_request" "*"
"ows_srs" "EPSG:4326 EPSG:3857"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/config.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAP
END
IMAGECOLOR "#37929E"
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
#"ms_enable_modes" "!*" # !* disables all CGI requests
# "wms_enable_request" "*"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/contours.map
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MAP
END

WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"ows_enable_request" "*"
"ows_srs" "EPSG:4326 EPSG:3857"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/countries.map
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MAP
END

WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
END

# the extent of the map in the projection
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/direction.map
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAP
"epsg:3857"
END
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"ows_enable_request" "*"
"ows_srs" "EPSG:3857 EPSG:4326"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/gdalg.map
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAP
"epsg:4326"
END
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"ows_enable_request" "*"
"ows_srs" "EPSG:4326 EPSG:3857"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/lakes.map
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAP
END
FONTSET "data/fonts/fontset.txt"
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"ows_enable_request" "*"
"ows_srs" "EPSG:4326 EPSG:3857"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/lines.map
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MAP
END

WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"ows_enable_request" "*"
"ows_srs" "EPSG:4326 EPSG:3857"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/points.map
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAP
END
FONTSET "data/fonts/fontset.txt"
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"wms_enable_request" "*"
"wms_srs" "EPSG:4326 EPSG:3857"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/polygons.map
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAP
"epsg:4326"
END
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
METADATA
"ows_title" "OSM Buildings"
"ows_enable_request" "*"
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/raster-pipeline.map
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAP
SIZE 800 800
EXTENT 977816 6742006 998431 6755017
WEB
IMAGEPATH "/etc/mapserver/tmp/"
IMAGEPATH "/tmp/mapserver-data/"
END

PROJECTION
Expand Down
2 changes: 1 addition & 1 deletion workshop/exercises/mapfiles/timisoara.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAP
"EPSG:4326"
END
WEB
IMAGEPATH "/etc/mapserver/tmp/" # end-slash is important!
IMAGEPATH "/tmp/mapserver-data/" # end-slash is important!
METADATA
"ows_enable_request" "*"
"ows_srs" "EPSG:4326 EPSG:3857"
Expand Down