Opened 20 years ago

Last modified 13 years ago

#828 assigned defect

MapScript hangs when using MAXINTERVAL in a grid — at Initial Version

Reported by: b.veldkamp@… Owned by: sdlime
Priority: high Milestone: 6.0 release
Component: MapServer C Library Version: 4.3
Severity: normal Keywords:
Cc: jnovak@…, aboudreault

Description

This layer works, but MapScript hangs when I uncomment MAXINTERVAL:

LAYER
  NAME "Grid"
  PROJECTION
    "init=epsg:28992"
  END
  METADATA
    WMS_TITLE "Graticule"
  END
  TYPE LINE
  STATUS on
  CLASS
    COLOR 128 128 128
    LABEL
      TYPE truetype
      FONT arial
      SIZE 7
      COLOR 0 0 0
      PARTIALS FALSE
    END
  END
  GRID
    LABELFORMAT "%5.0f"
    MAXARCS 10
#    MAXINTERVAL 10
    MAXSUBDIVIDE 2
  END
END

Change History (0)

Note: See TracTickets for help on using tickets.