[Mapserver-users] RE: Graticule

Eric Bridger eric at gomoos.org
Mon Nov 24 09:38:34 EST 2003


Important Note: The GRID keyword has been moved from the FEATURE block
to the LAYER block.

http://lists.gis.umn.edu/pipermail/mapserver-dev/2003-February/000150.html

Here's an example:
LAYER
  NAME "graticule"
  TYPE LINE   
  STATUS OFF
  GRID
    #LABELFORMAT "DDMM"
    # these are in proj=latlong, i.e. DD
    MININTERVAL 1.0
    MAXINTERVAL .25
  END
  PROJECTION
    "proj=latlong"
  END
  CLASS
    COLOR 200 200 200
    LABEL
      TYPE BITMAP
      SIZE TINY 
      COLOR 0 0 0
    END
  END
END



On Mon, 2003-11-24 at 19:01, YC Nyon wrote:
> I'm looking ways to draw graticule on the map. A search on the mailing list
> indicates it's a feature of MS. However, I can't seem to find further info
> on it.
> 
> Can anyone help me out?
> 
> Regards
> Nyon
> 
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
> 





More information about the mapserver-users mailing list