<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>Hi,</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I just discovered OpenLayers and I think it's great. Thanks to all contributors.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I'm having trouble getting my kamap layer to work. It seems there is no scale value being sent with tile requests:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>My set up looks like:</DIV><DIV>var map = new OpenLayers.Map("map", {maxExtent: new OpenLayers.Bounds(-373976.58, -604526.09, 540015.4, 450070.88), maxResolution: "auto", units: 'meters', projection: "EPSG:65538"});</DIV><DIV>var cv = new OpenLayers.Layer.KaMap( "CalView", "<A href="http://casil.ucdavis.edu/geofinder/tile.php">http://casil.ucdavis.edu/geofinder/tile.php</A>", {g: "CalView", map: "calview"}, 'meters', 72);</DIV><DIV>map.addLayer(cv); </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I get the pink squares. Looking at tile img properties reveals that s=NaN</DIV><DIV>If I substitute a s value in the tile url, I do get an image.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Anyone have suggestion?</DIV><DIV>Thanks</DIV><DIV><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV><BR class="khtml-block-placeholder"></DIV><BR class="Apple-interchange-newline"></SPAN></SPAN> </DIV><BR></BODY></HTML>