[Mapserver-users] Symbol-Pixmap not showing

Jenu Abraham jenu_ab at hotmail.com
Tue Jun 1 00:25:33 EDT 2004


I'm trying to get a north pointing compas image fixed on my map...
I tried using the Symbol Pixmap feature as shown in the code below...
I can see the state layer, but not the n_arrow layer which is the compass , 
onthe output image ...

this is the first time i have tried to use the symbol feature....I cant 
figure out what i'm doing wrong

---------------------------------------------------------------------------------
MAP
  NAME           e-test-rd-jbox-vsd_
  IMAGETYPE      GIF
  EXTENT          -2236857.50 -1744057.00  2786329.50 29069.36

  SIZE           800 600
  SHAPEPATH      "C:\cgi-bin\data\"

  FONTSET        "C:\cgi-bin\fonts\fonts.list"

  WEB
    TEMPLATE 'e-test-rd-jbox.html'
    IMAGEPATH 'C:\cgi-bin\tmp\'
    IMAGEURL  '/tmp/'
  END

  PROJECTION
    "init=epsg:2163"
   END

SYMBOL
	NAME nort
	TYPE PIXMAP
	IMAGE "C:\cgi-bin\symbols\images\north.gif"
END




  LAYER # States polygon layer begins here
    NAME         states
    DATA         statesp020
    STATUS       DEFAULT
   TYPE         POLYGON
    PROJECTION
      "init=epsg:4326"
     END
     CLASS
        COLOR      240 240 100
    END
  END # States polygon layer ends here


LAYER
    NAME n_arrow
    STATUS DEFAULT
    TRANSFORM FALSE
    TYPE POINT
    FEATURE
       POINTS
	300 300
      END
  END
    CLASS
         SYMBOL nort
    END
END


# End of LAYER DEFINITIONS
END # end of map file

_________________________________________________________________
MSN Toolbar provides one-click access to Hotmail from any Web page – FREE 
download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/




More information about the mapserver-users mailing list