Changes between Initial Version and Version 1 of Ticket #2526


Ignore:
Timestamp:
Mar 3, 2008, 11:56:58 AM (16 years ago)
Author:
dmorissette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2526

    • Property Status newassigned
    • Property Milestone5.0.3 release
  • Ticket #2526 – Description

    initial v1  
    66I reported this to the mapserver-dev list under the subject "Is there a size limit on ImageMaps, and if so can I increase it?" on February 24, 2008 and Daniel Morisette responded with a fix for MapServer 5. Here is his fix:
    77
     8{{{
    89--- mapimagemap.c       (revision 7396)
    910+++ mapimagemap.c       (working copy)
     
    2829                   if (dxf == 2)
    2930                           msIO_fprintf(stream, "END");
     31}}}
    3032
    3133Since I was working with MapServer 4.10.2 I had to figure out how to implement it for that version, here are my comments as per the posting to the list: