Skip to content

Commit

Permalink
Ignore tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 2, 2024
1 parent 4bde2b9 commit ab52675
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 178 deletions.
20 changes: 18 additions & 2 deletions msautotest/sld/sld_styleitem.map
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# REQUIRES: INPUT=GDAL OUTPUT=PNG SUPPORTS=WMS
#
# RUN_PARMS: sld_styleitem_1.png [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.3&REQUEST=GetMap&CRS=EPSG:4326&BBOX=42,-5,52,9&FORMAT=image/png&WIDTH=200&HEIGHT=200&LAYERS=lline&STYLES=green" > [RESULT_DEMIME]
# RUN_PARMS: sld_styleitem_lline.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.3&REQUEST=GetStyles&LAYERS=lline" > [RESULT_DEMIME]
# RUN_XPARMS: sld_styleitem_1.png [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.3&REQUEST=GetMap&CRS=EPSG:4326&BBOX=42,-5,52,9&FORMAT=image/png&WIDTH=200&HEIGHT=200&LAYERS=lline&STYLES=green" > [RESULT_DEMIME]
# RUN_XPARMS: sld_styleitem_lline.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.3&REQUEST=GetStyles&LAYERS=lline" > [RESULT_DEMIME]

MAP
NAME "SLD_STYLEITEM"
Expand Down Expand Up @@ -44,4 +44,20 @@ MAP
END
END
END

# mapserv -nh QUERY_STRING="map=D:\MapServer\VS2022\mapserver\msautotest\sld\sld_styleitem.map&layer=test&mode=map&MAPEXT=0 -1 1 1" > D:\Temp\pensld.png
LAYER
NAME "test"
EXTENT 0 -1 1 1
CONNECTIONTYPE OGR
CONNECTION "data/ogrpen.csv"
DATA "ogrpen"

TYPE LINE
STATUS ON

STYLEITEM "SLD_STYLE"
CLASS
END #CLASS
END
END
Loading

0 comments on commit ab52675

Please sign in to comment.