Hi:
I use some gif files as symbols on a map ( e.g.. wildlife spotting at a point shows a moose) --- since upgrading to 4.8beta1 (php map script)  shrinking of the images does not occur.  Has this happened to anyone else -- or am I using a broken feature which was fixed.
 
MAP FILE:
 IMAGETYPE png
.......
 layer
  debug off
  name "Wildlife Sightings"
  group "Wildlife Sightings"
  connection "WILDLIFE\Wildlife Sightings\Wildlife_Sightings_Working_Copy.TAB"
  connectiontype OGR
  metadata
   description "Wildlife Sightings"
   RESULT_FIELDS "Species Comments Date Time"
  end
  status off
  type point
  TOLERANCE 80
  TOLERANCEUNITS meters
  classitem Species
 class
   _expression_ 'Moose'
   name "Wildlife Sightings - moose"
   template "x.html"
   color 255 128 255
   symbol 'moose'
   size 15
  end
.....
end
 
 
SYMBOLS.SYM file:
symbol
 name 'moose'
 type pixmap
 image 'moose.gif'
 transparent 0
end
 
    Mike Merrett
   
 

Reply via email to