Skip to content

Commit

Permalink
Add missing test mapfile
Browse files Browse the repository at this point in the history
Should have gone with 722716c
  • Loading branch information
rouault committed Jan 5, 2017
1 parent 722716c commit ea7d4a0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions msautotest/gdal/lon_wrap_180.map
@@ -0,0 +1,36 @@
# Test behaviour with a projection with lon_wrap=180

MAP

NAME TEST
STATUS ON
SIZE 40 20
EXTENT -180 -89.9999 180 90
IMAGECOLOR 0 0 0

PROJECTION
"init=epsg:4326"
END

OUTPUTFORMAT
NAME "png"
DRIVER AGG/PNG
MIMETYPE "image/png"
IMAGEMODE RGBA
EXTENSION "png"
END

LAYER
NAME test
TYPE RASTER
STATUS default
DATA "data/lon_wrap_180.asc"
PROJECTION
"proj=longlat"
"datum=WGS84"
"lon_wrap=180"
"no_defs"
END
END

END # of map file

0 comments on commit ea7d4a0

Please sign in to comment.