Opened 17 years ago

Closed 13 years ago

#2361 closed defect (fixed)

pdf OUTPUT format for inline feature not working

Reported by: qiqbal Owned by: zjames
Priority: high Milestone: 6.0 release
Component: Output-PDF Version: 4.10
Severity: normal Keywords: inline pdf output format
Cc:

Description

I was trying to get output format in pdf for inline feature line, point or polygon. It does not show the inline feature. If there are other layers from shape files, they show, but the inline feature does not show as pdf output. If it is output as jpeg, it shows the inline features.

NAME "CustomMap" SIZE 500 500 SYMBOLSET "../symbols/symbolst3.6.png" FONTSET "../symbols/fontset" EXTENT 2000314 1262974 2411062 1535287 UNITS feet TRANSPARENT OFF DEBUG OFF IMAGETYPE jpeg OUTPUTFORMAT

NAME jpeg100 DRIVER "GD/JPEG" MIMETYPE "image/jpeg" IMAGEMODE RGB EXTENSION "jpg" FORMATOPTION "QUALITY=100"

END

OUTPUTFORMAT

NAME jpeg DRIVER "GD/JPEG" MIMETYPE "image/jpeg" IMAGEMODE RGB EXTENSION "jpg" FORMATOPTION "QUALITY=100"

END

OUTPUTFORMAT

NAME pdf2 DRIVER "PDF" FORMATOPTION "QUALITY=100" MIMETYPE "application/x-pdf" IMAGEMODE RGB EXTENSION "pdf"

END

OUTPUTFORMAT

NAME svg MIMETYPE "image/svg+xml" DRIVER svg FORMATOPTION "GOSVG=TRUE" FORMATOPTION "GOSVG_ZoomInTH=20" FORMATOPTION "GOSVG_ZoomOutTH=40" FORMATOPTION "GOSVG_ScrollTH=60"

END

#* # Start of web interface definition #* WEB

TEMPLATE "map.html" IMAGEPATH "/wms/tmp/ms/" IMAGEURL "/tmp/ms/" MAXSCALE 580000 MINSCALE 250 EMPTY "/ms/error_files/empty.html" #ERROR "/ms/error_files/maperror.html" LOG "/wms/ms/logs/custommaps.log"

END

#* QUERYMAP

SIZE 500 500 STATUS OFF

END #*

#* # Start of scalebar #* SCALEBAR

IMAGECOLOR -1 -1 -1 LABEL

COLOR 0 0 0 SIZE TINY SHADOWCOLOR 255 255 255 SHADOWSIZE 1 1

END SIZE 179 2 COLOR 255 255 255 BACKGROUNDCOLOR 0 0 0 OUTLINECOLOR 0 0 0 UNITS feet INTERVALS 2 POSITION UL STATUS EMBED

END

#* # Start of legend #* LEGEND

KEYSIZE 18 12 LABEL

FONT "arial" TYPE TRUETYPE

SIZE 18

COLOR 0 0 89 POSITION UR

END STATUS ON

END

LAYER

NAME 'inline' GROUP 'inline' TYPE LINE STATUS ON FEATURE

WKT "LINESTRING(2227298.704226 1364349.190000,2228813.715774 1365349.190000)"

END

CLASS

SIZE 1

OUTLINECOLOR 220 20 2

END

END

END # MAPFILE

Change History (5)

comment:1 by sdlime, 17 years ago

Component: MapServer C LibraryOutput-PDF
Owner: changed from sdlime to mapserverbugs

comment:2 by zjames, 17 years ago

Milestone: 4.10.3 release5.2 release
Owner: changed from mapserverbugs to zjames
Status: newassigned

comment:3 by dmorissette, 16 years ago

Milestone: 5.2 release5.4 release

comment:4 by dmorissette, 15 years ago

Milestone: 5.6 release6.0 release

comment:5 by zjames, 13 years ago

Resolution: fixed
Status: assignedclosed

tested as working in the 6.0 cairo/pdf renderer.

Note: See TracTickets for help on using tickets.