[Mapguide-trac] [mapguide-trac] #2340: MgCooker using scaleindexes backwards while rendering tiles
MapGuide Open Source
trac_mapguide at osgeo.org
Wed Aug 14 02:19:51 PDT 2013
#2340: MgCooker using scaleindexes backwards while rendering tiles
----------------------------+-----------------------------------------------
Reporter: Gyufi | Owner:
Type: task | Status: new
Priority: high | Milestone:
Component: Tile Service | Version: 2.5.0
Severity: major | Keywords:
External_id: |
----------------------------+-----------------------------------------------
Using
- MapGuide Open Source 2.5.0.7449
- Installed MapGuide Maestro 5.0.0.7213 and MapGuide Maestro 5.0.0.7698
on a Windows Server 2008 R2 Enterprise SP1 x64 server.
I tried to prerender tiles with MgCooker with these scales:
1:90000,
1:45000,
1:25000,
1:15000,
1:8000,
1:4000,
1:2000,
1:1000,
1:500,
1:250. (10 scales)
When I using MgCooker to render tiles in 1:90000 scale, it creates tiles
to subdirectories of Repositories/TileCache/<FolderName>_<MapName>/S0
directory.
When I using (Ajax or Fusion) Viewer to render tile on-the fly, it creates
tiles to subdirectories of
Repositories/TileCache/<FolderName>_<MapName>/S9 directory.
BaseMap FiniteDisplayScales are fine, but MapGuide waiting scaleindexes
backwards when calling mapguide.fcgi with GETTILEIMAGE operation.
I made some modifications in
- OSGeo.MapGuide.MaestroAPI/Tile/BatchSettings.cs
- MgCooker/SetupRun.cs
files.
With these modifications tile rendering working fine, but I don't think
this is the best way to solve the problem.
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2340>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list