Changes between Version 3 and Version 4 of MapGuideRfc13


Ignore:
Timestamp:
Feb 8, 2007, 3:48:44 PM (17 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc13

    v3 v4  
    2323== Overview ==
    2424
    25 Provide a mechanism to set the size of the tiles created and served from MapGuide.
     25Provide a mechanism to set the size of the tiles created and served from !MapGuide.
    2626
    2727== Motivation ==
     
    3333== Proposed Solution ==
    3434
    35 Add two parameters to the TileService section in serverconfig.ini
    36 TileSizeX = 300
    37 TileSizeY = 300
     35Add new parameters to the !TileService section in serverconfig.ini
     36[[BR]]TileSizeX = 300
     37[[BR]]TileSizeY = 300
     38[[BR]]!ImageFormat = PNG
    3839
    3940If not specified, the Server will default to 300x300.
    4041
    4142Add two additional APIs to !MgTileService
    42 INT32 GetTileSizeX();
    43 INT32 GetTileSizeY();
     43[[BR]]INT32 GetDefaultTileSizeX();
     44[[BR]]INT32 GetDefaultTileSizeY();
    4445
    4546Modify mapframe.php, mapframe.jsp, mapframe.aspx, and ajaxmappane.templ to pull the tile size from the !MgTileService instead of simply hard coding the value.