Original User: merlich
Figured it out, the spatial reference is set to WGS_1984_Web_Mercator_Auxiliary_Sphere. Can this be set to normal WGS 1984 for the tile format?
Here is the confusion. Mpk files keep the WGS 1984 used with the project. Tpk files create the packs using WGS_1984_Web_Mercator_Auxiliary_Sphere. We will use several layers on the map consisting of both mpk and tpk files.
If I only use an mpk file and add a symbol, I can set it with a mappoint using the actual lat/lon values.
If I only use a tpk file and add a symbol, I have WebMercator.FromGeographic to translate the lat/lon values so they display in the correct location.
If I load a tpk file, then an mpk file to layer on top, both layers display properly (the mpk appears to be translated to use the web_mercator) and WebMercator.FromGeographic is required to translate the lat/lon of symbols.
If I load the mpk, then layer a tpk on top, the tpk doesn't get displayed at all.
So, is there something I'm overlooking in setting up the layers, or should they use the same projection? Can the tiling be changed to not use the web_mercator, or should the project be changed to use the web_mercator projection so the mpk also uses the projection?