hi,there:
I have a map that I successed publish a service in ArcGIS Server,from the ArcGIS Server Manager URL and clicked rest URL to view in ArcGIS JavaScript which map ,cache,tiling and all is good.But when I use Tile Package tool to create a tile package, chose a tiling schema file that generated in an existing service in ArcGIS Server,the error occured.
Attachment 32344
For the same issues some people gave the solution like this:"We did solve the problem. It turned out to be a wacky WKID issue. In the tiling schema XML, I was using a custom projection (not linked to a WKID) so that the <WKID> tags weren't being populated. When I added the <WKID> tag, it was fine. The upshot is that the WKID tag seems to be mandatory...hope that helps."........
the trouble is i do not know how to add the <WKID> tag.I tried to add in xml file(Conf.xml,a tiling schema file) like this,but failed
............WKT>PROJCS["CSCS",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Gauss_Kruger"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Scale_Factor",1.0],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]</WKT>
<WKID>4326</WKID>...........
Cheers,
ouou
I have a map that I successed publish a service in ArcGIS Server,from the ArcGIS Server Manager URL and clicked rest URL to view in ArcGIS JavaScript which map ,cache,tiling and all is good.But when I use Tile Package tool to create a tile package, chose a tiling schema file that generated in an existing service in ArcGIS Server,the error occured.
Attachment 32344
For the same issues some people gave the solution like this:"We did solve the problem. It turned out to be a wacky WKID issue. In the tiling schema XML, I was using a custom projection (not linked to a WKID) so that the <WKID> tags weren't being populated. When I added the <WKID> tag, it was fine. The upshot is that the WKID tag seems to be mandatory...hope that helps."........
the trouble is i do not know how to add the <WKID> tag.I tried to add in xml file(Conf.xml,a tiling schema file) like this,but failed
............WKT>PROJCS["CSCS",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Gauss_Kruger"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Scale_Factor",1.0],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]</WKT>
<WKID>4326</WKID>...........
Cheers,
ouou