Custom Query (278 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 278)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1 fixed ReadOSM tool "spatialite_osm_net" crash Jeff McKenna Jeff McKenna
Description
#2 fixed Esri's FileGDB SDK not available for MSVC 2015 compiler Jeff McKenna Jeff McKenna
Description
#3 fixed SVG Symbol Support for MapServer Jeff McKenna Jeff McKenna
Description
  • building libsvg and libsvg-cairo in the MS4W 3.1.0 build environment compiles MapServer successfully, but when trying to use a .map file with an SVG symbol, mapserv.exe crashes
  • this is related to an earlier report by an MS4W user:
  SVG symbols are not drawn with MS4W 6.2 - beta4

Map file example :

MAP
 STATUS ON
 EXTENT 0 0 100    100
 SIZE 1024 768
 IMAGETYPE PNG
 UNITS METERS
 RESOLUTION 96
 DEFRESOLUTION 96

 WEB
  IMAGEPATH "c:/ms4w/tmp/ms_tmp/"
  IMAGEURL "/ms_tmp/"
 END

 INCLUDE "symbol1.map"

 LAYER
  NAME "TEST"
  STATUS DEFAULT
  TYPE POINT
  FEATURE
   POINTS
    10 30
   END
  END
  CLASS
   NAME "TEST"
   STYLE
    SYMBOL "symbol1"
    SIZE 50
   END
  END
 END    
END

symbol MapFile example :  

SYMBOL
 NAME "symbol1"
 TYPE svg
 IMAGE "testsvg.svg"
END

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.