Dear GRASS users,

I have been using ps.map for plotting my maps. I am using the instructions below. When I use "eps" to place an external eps file inside my map, the text and scalebar disappear. I am sure they are not overlapping, but still I can't see them as soon as I turn on "eps"

Are there any ideas on what the problem might be? Do you know of any interesting source for collections of ps.map templates? I would be very grateful for any help.

All the best,

Jose Miguel

   paper
      width 13.46cm
      height 10cm
      end
   vareas vect3
      fcolor none
      color brown
      width 2
      end
   vlines vect2
      color aqua
      width 1
      end
   vlines vect1
      color 139:105:20
      width 0.8
      end
   labels lab1
      font Helvetica-Oblique
      end
   geogrid 10 s
      color grey
      numbers 5 black
      end
   scalebar s
      where 2.4 5.8
      length 400
      segment 4
      end
   rectangle 0% 0% 30% 100%
      fcolor white
      width 2
      end
   rectangle 0% 0% 100% 100%
      fcolor none
      width 2
      end
   text 13.5% 27% SCALE: 1:100,000
      background white
      fontsize 15
      end
   eps -18780 -58300
      epsfile ./ref_map.eps
      end
   end

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to