Changes between Version 1 and Version 2 of Ticket #2526


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2526 – Description

    v1 v2  
    3535I located the old code in function msSaveImageIM and it now reads like this:
    3636
     37{{{
    3738          } else {
    3839            msIO_fprintf(stream, "<map name=\"%s\" width=\"%d\" height=\"%d\">\n", mapName, img->width, img->height);
     
    5051                          /* msIO_fprintf(stream, "</map>"); */
    5152              msIO_fwrite("</map>", 6, 1, stream);
     53}}}
    5254
    5355and now the imagemap is fixed on my website. I have attached my new version of mapimagemap.c