cache tile created does not show in flex api but in javascript

608
2
02-06-2014 11:26 AM
abukhan
New Contributor III
HI:

We build a cache layer for water body in web mercator>

All Layers and Tables

Layers:
Major Lakes (0)
All Waters (1)
Description:

Copyright Text:

Spatial Reference: 102100  (3857)


Single Fused Map Cache: true

Tile Info:
Height: 256
Width: 256
DPI: 96
Levels of Detail: 16
Level ID: 0 [ Start Tile, End Tile ]
Resolution: 156543.03392800014
Scale: 5.91657527591555E8
Level ID: 1 [ Start Tile, End Tile ]
Resolution: 78271.51696399994
Scale: 2.95828763795777E8
Level ID: 2 [ Start Tile, End Tile ]
Resolution: 39135.75848200009
Scale: 1.47914381897889E8
Level ID: 3 [ Start Tile, End Tile ]
Resolution: 19567.87924099992
Scale: 7.3957190948944E7
Level ID: 4 [ Start Tile, End Tile ]
Resolution: 9783.93962049996
Scale: 3.6978595474472E7
Level ID: 5 [ Start Tile, End Tile ]
Resolution: 4891.96981024998
Scale: 1.8489297737236E7
Level ID: 6 [ Start Tile, End Tile ]
Resolution: 2445.98490512499
Scale: 9244648.868618
Level ID: 7 [ Start Tile, End Tile ]
Resolution: 1222.992452562495
Scale: 4622324.434309
Level ID: 8 [ Start Tile, End Tile ]
Resolution: 611.4962262813797
Scale: 2311162.217155
Level ID: 9 [ Start Tile, End Tile ]
Resolution: 305.74811314055756
Scale: 1155581.108577
Level ID: 10 [ Start Tile, End Tile ]
Resolution: 152.87405657041106
Scale: 577790.554289
Level ID: 11 [ Start Tile, End Tile ]
Resolution: 76.43702828507324
Scale: 288895.277144
Level ID: 12 [ Start Tile, End Tile ]
Resolution: 38.21851414253662
Scale: 144447.638572
Level ID: 13 [ Start Tile, End Tile ]
Resolution: 19.10925707126831
Scale: 72223.819286
Level ID: 14 [ Start Tile, End Tile ]
Resolution: 9.554628535634155
Scale: 36111.909643
Level ID: 15 [ Start Tile, End Tile ]
Resolution: 4.77731426794937
Scale: 18055.954822
Format: PNG8
Compression Quality: 0.0
Origin: X: -2.0037508342787E7
Y: 2.0037508342787E7

Spatial Reference: 102100  (3857)

Initial Extent:
XMin: -1.2496799196541708E7
YMin: 1.93780585302807E7
XMax: 1.2566774517173149E7
YMax: 2.1332333283786736E7
Spatial Reference: 102100  (3857)


Full Extent:
XMin: -1.995191322781414E7
YMin: 1993522.8073695921
XMax: 2.0021888548445582E7
YMax: 1.1552449932964E7
Spatial Reference: 102100  (3857)


Levels 13 , 14, and 15 are not visible in flex api application. But all other levels are shown in flex api application.

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:esri="http://www.esri.com/2008/ags"
      pageTitle="A tiled map service">



<esri:Map>
 
  <esri:ArcGISTiledMapServiceLayer url="http://m1-itmap01.frb.gov/arcgiswa/rest/services/frb/usa_water_with_labels_wm/MapServer"/>
  <esri:extent>
  <esri:Extent id="US" xmin="-18012000" ymin="1594000" xmax="-2358000" ymax="6760000"  >
   <esri:SpatialReference wkid="102100"/>
  </esri:Extent>
  </esri:extent>
 
</esri:Map>

</s:Application>

However using Javascript ,
http://m1-itmap01.frb.gov/arcgiswa/rest/services/frb/usa_water_without_labels_wm/MapServer?f=jsapi  all layers are shown.

please give a suggestion
Tags (2)
0 Kudos
2 Replies
AnthonyGiles
Frequent Contributor
Abu,

On the caching properties of your service what are the maximum and minimum cache scales set at? You may need to move the slider along to the right to show your low level scales.

Regards

Anthony
0 Kudos
abukhan
New Contributor III
Units: esriMeters

Supported Image Format Types: PNG32,PNG24,PNG,JPG,DIB,TIFF,EMF,PS,PDF,GIF,SVG,SVGZ,BMP

Document Info:
Title:
Author:
Comments:
Subject:
Category:
Keywords:
AntialiasingMode: None
TextAntialiasingMode: Force

Supports Dynamic Layers: false

MaxRecordCount: 1000

MaxImageHeight: 2048

MaxImageWidth: 2048

Supported Query Formats: JSON, AMF

Min Scale: 1.47914381897889E8

Max Scale: 144447.638572
0 Kudos