<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16447">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi all,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>maybe one of you can give me a hint how
to</FONT></DIV>
<DIV><FONT size=2 face=Arial>solve following task:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>For the GIS app i am developing i need to add ESRI
mxd maps.</FONT></DIV>
<DIV><FONT size=2 face=Arial>Mxd is a container which adds several vector/raster
layers to a map.</FONT></DIV>
<DIV><FONT size=2 face=Arial>With ESRI ArcObjects sdk it is possible to crunch
the mxd maps into</FONT></DIV>
<DIV><FONT size=2 face=Arial>map tiles.</FONT></DIV>
<DIV><FONT size=2 face=Arial>These map tiles are similar to osm tiles, the main
difference is that</FONT></DIV>
<DIV><FONT size=2 face=Arial>the tiling schema created by the ArcObjects sdk
does not match to</FONT></DIV>
<DIV><FONT size=2 face=Arial>tiling schemas used by osm, google or other online
maps.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>for example:</FONT></DIV>
<DIV><FONT size=2 face=Arial>regardles if you use osm or google or nokia
maps,</FONT></DIV>
<DIV><FONT size=2 face=Arial>a map tile located in the
same folder:</FONT></DIV>
<DIV><FONT size=2 face=Arial>\zoom folder\longitude index folder\latitude index
tile name</FONT></DIV>
<DIV><FONT size=2 face=Arial>are allways describing the same area in
geocoordinates.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>The ArcObject sdk also creates such
folder structure:</FONT> </DIV>
<DIV><FONT size=2 face=Arial>\zoom folder\longitude index folder\latitude index
tile name</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>But regardless if you crunch a worldmap or a city
map,</FONT></DIV>
<DIV><FONT size=2 face=Arial>the created zoom folder allways starts with
0 to n.</FONT></DIV>
<DIV><FONT size=2 face=Arial>For example when i crunch a munich city map, the
first map tile</FONT></DIV>
<DIV><FONT size=2 face=Arial>showing the whole city is located </FONT><FONT
size=2 face=Arial>in: </FONT></DIV>
<DIV><FONT size=2 face=Arial>.\L0\R0000\c00000000.png</FONT></DIV>
<DIV><FONT size=2 face=Arial>Next level is:</FONT></DIV>
<DIV><FONT size=2 face=Arial>.\L1\R0000\</FONT></DIV>
<DIV><FONT size=2 face=Arial> \R0001\</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Now i was wondering if it is possible to config a
dml file the way,</FONT></DIV>
<DIV><FONT size=2 face=Arial>that this folder structure can be used to load the
map tiles,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>thanks for support,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>konrad</FONT></DIV>
<DIV><FONT size=2 face=Arial> </FONT></DIV></BODY></HTML>