[maplab-users] problem displaying big raster in maplab...

djilali82 at gmail.com djilali82 at gmail.com
Sun Feb 15 10:48:33 EST 2009


hi you can try this
  LAYER
    NAME "background"
    STATUS ON
    DATA "../data/minut/all_raster"
    TYPE RASTER
  END
  LAYER
    NAME "ATM"
    STATUS ON
    DATA "../data/minut/shape/atm"
    TYPE POINT
    CLASS

or

  LAYER
    NAME "background"
    STATUS ON
    DATA "all_raster"
    TYPE RASTER
  END
  LAYER
    NAME "ATM"
    STATUS ON
    DATA "atm"
    TYPE POINT
    CLASS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/maplab-users/attachments/20090215/b9bf3a06/attachment.htm 


More information about the Maplab-users mailing list