World street map in ARCGIS Server 10.1 limted zoom levels(Only 10 LODS)

450
0
05-23-2014 09:19 AM
HelenAraya1
New Contributor
I deployed ARCGIS 10.1 Worlstreet map using the service definition file(World_street_map.sd) which came with the DVD (Data and Maps for server). I am having a problem with the zoom levels.

I need 20 zoom levels the same as the one in the ESRI web service.  How can I deploy my service so that I can have the same zoom levels as the on ESRI have in below
http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer?f=pjson


Here is the levels i get when I open my url from what I deployed using ARCGIS manager(ONLY 10 zoom levels is not working for me when I want to zoom in)
http://myservice/arcgis/rest/services/World_Street_Map/MapServer?f=pjson


{
"currentVersion": 10.1,
"serviceDescription": "",
"mapName": "Layers",
"description": "This map presents a street map with highway-level data for the world. The street map includes highways, major roads, railways, water features, administrative boundaries, cities, major parks, and protected areas, overlaid on shaded relief imagery for added context. The street map was developed by Esri using Esri basemap data, DeLorme basemap layers, U.S. Geological Survey (USGS) elevation data, and Intact Forest Landscape (IFL) data for the world.",
"copyrightText": "Sources: Esri, DeLorme, USGS, Intermap, NRCAN",
"supportsDynamicLayers": false,
"layers": [
  {
   "id": 0,
   "name": "World Street Map",
   "parentLayerId": -1,
   "defaultVisibility": true,
   "subLayerIds": null,
   "minScale": 0,
   "maxScale": 0
  }
],
"tables": [],
"spatialReference": {
  "wkid": 102100,
  "latestWkid": 3857
},
"singleFusedMapCache": true,
"tileInfo": {
  "rows": 256,
  "cols": 256,
  "dpi": 96,
  "format": "JPEG",
  "compressionQuality": 90,
  "origin": {
   "x": -2.0037508342787E7,
   "y": 2.0037508342787E7
  },
  "spatialReference": {
   "wkid": 102100,
   "latestWkid": 3857
  },
  "lods": [
   {
    "level": 0,
    "resolution": 156543.03392800014,
    "scale": 5.91657527591555E8
   },
   {
    "level": 1,
    "resolution": 78271.51696399994,
    "scale": 2.95828763795777E8
   },
   {
    "level": 2,
    "resolution": 39135.75848200009,
    "scale": 1.47914381897889E8
   },
   {
    "level": 3,
    "resolution": 19567.87924099992,
    "scale": 7.3957190948944E7
   },
   {
    "level": 4,
    "resolution": 9783.93962049996,
    "scale": 3.6978595474472E7
   },
   {
    "level": 5,
    "resolution": 4891.96981024998,
    "scale": 1.8489297737236E7
   },
   {
    "level": 6,
    "resolution": 2445.98490512499,
    "scale": 9244648.868618
   },
   {
    "level": 7,
    "resolution": 1222.992452562495,
    "scale": 4622324.434309
   },
   {
    "level": 8,
    "resolution": 611.4962262813797,
    "scale": 2311162.217155
   },
   {
    "level": 9,
    "resolution": 305.74811314055756,
    "scale": 1155581.108577
   }
  ]
},
"initialExtent": {
  "xmin": -3.6221647390638724E7,
  "ymin": -8967835.330757743,
  "xmax": 3.6221647390638724E7,
  "ymax": 2.178903740520048E7,
  "spatialReference": {
   "wkid": 102100,
   "latestWkid": 3857
  }
},
"fullExtent": {
  "xmin": -2.0037507067161843E7,
  "ymin": -1.9971868880408604E7,
  "xmax": 2.0037507067161843E7,
  "ymax": 1.99718688804085E7,
  "spatialReference": {
   "wkid": 102100,
   "latestWkid": 3857
  }
},
"minScale": 5.91657527591555E8,
"maxScale": 1128.497176,
"units": "esriMeters",
"supportedImageFormatTypes": "PNG32,PNG24,PNG,JPG,DIB,TIFF,EMF,PS,PDF,GIF,SVG,SVGZ,BMP",
"documentInfo": {
  "Title": "World Street Map",
  "Author": "Esri",
  "Comments": "",
  "Subject": "streets, highways, major roads, railways, water features, administrative boundaries, cities, parks, protected areas, landmarks ",
  "Category": "transportation(Transportation Networks) ",
  "AntialiasingMode": "None",
  "TextAntialiasingMode": "Force",
  "Keywords": "World,Global,2011"
},
"capabilities": "Map,Query,Data",
"supportedQueryFormats": "JSON, AMF",
"maxRecordCount": 1000,
"maxImageHeight": 2048,
"maxImageWidth": 2048
}
Tags (2)
0 Kudos
0 Replies