<div dir="ltr"><p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU">Yahoo !! I made some progress, </span><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: Mangal; mso-bidi-font-family: &#39;Times New Roman&#39;; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU"></span></p>


<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU"> </span></p>


<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU">I actually didn’t know that I have to create a layer for the map object. I now created one later and added it to map object. Excellent. It worked. I got my map. But, I am not happy with the quality/resolution of the map. I then set the maxResolution property of the map from 0.73 to 1. That didn’t help me either. Is there anything else I should do to improve it’s quality ? The same WMS direct call results in a high quality map from my server. </span></p>


<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU"> </span></p>


<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU">Any help is greatly appreciated. </span></p>


<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU"> </span></p>


<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU">Thanks,</span></p>


<div class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU">Kalyan</span></div>


<div class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><span style="FONT-SIZE: 10pt; COLOR: #163c46; FONT-FAMILY: &#39;Segoe UI&#39;,&#39;sans-serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-fareast-language: EN-AU"></span><br>

 </div>
<div class="gmail_quote">On Wed, Jun 30, 2010 at 1:41 PM, Kalyan Kamepalli <span dir="ltr">&lt;<a href="mailto:kalyan.kamepalli@gmail.com">kalyan.kamepalli@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div dir="ltr">Hi group, <br>
<div class="im"> <br>I do have a WMS service with my product, I am actually trying to use Smallworld Geospatial Server with WMS service. I just found one example using WMS service and trying to edit it to work with my service call. I changed the script section as follows <br>

 <br>&lt;script type=&quot;text/javascript&quot;&gt;<br>            var map = new OpenLayers.Map(&#39;map&#39;,{maxResolution: 0.703125} );<br>            var wmscURL = [<br>                        &quot;<a href="http://localhost:8080/gss/ogc?request=GetMap&amp;service=WMS&amp;version=1.3.0&amp;width=600&amp;height=600&amp;format=image/jpeg&amp;bbox=545130525,258147752,546437807,259455034&amp;crs=sw:uk_british_national_grid_mm" target="_blank">http://localhost:8080/gss/ogc?request=GetMap&amp;service=WMS&amp;version=1.3.0&amp;width=600&amp;height=600&amp;format=image/jpeg&amp;bbox=545130525,258147752,546437807,259455034&amp;crs=sw:uk_british_national_grid_mm</a>&quot;<br>

                                                //&quot;<a href="http://wmsc1.terrapages.net/getmap" target="_blank">http://wmsc1.terrapages.net/getmap</a>?&quot;,<br>                                                //&quot;<a href="http://wmsc2.terrapages.net/getmap" target="_blank">http://wmsc2.terrapages.net/getmap</a>?&quot;,<br>

                                                //&quot;<a href="http://wmsc3.terrapages.net/getmap" target="_blank">http://wmsc3.terrapages.net/getmap</a>?&quot;,<br>                                                //&quot;<a href="http://wmsc4.terrapages.net/getmap" target="_blank">http://wmsc4.terrapages.net/getmap</a>?&quot;<br>

                                                ];<br>            //var terrapagesStreetLayer = new OpenLayers.Layer.WMS( &#39;TerraPages Street&#39;,wmscURL, {layers: &#39;UnprojectedStreet&#39;, format: &#39;image/jpeg&#39; }, {buffer: 1, isBaseLayer: true} );<br>

            //map.addLayer(terrapagesStreetLayer);<br>            map.zoomToMaxExtent();                 <br>&lt;/script&gt;<br> <br>As I don’t want to display any other map, I commented those 4 map requests and included my request. But, It doesn’t give me any map. What could be reason for that ??<br>

If I use the same URL directly from a browser, I could see a map.  Is there something I am missing ? or is it not the way to call a map service ??<br> <br>Thanks,<br>Kalyan<br><br></div>
<div>
<div></div>
<div class="h5">
<div class="gmail_quote">On Tue, Jun 29, 2010 at 5:05 PM, Zac Spitzer <span dir="ltr">&lt;<a href="mailto:zac.spitzer@gmail.com" target="_blank">zac.spitzer@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">have a look thru the examples<br><br><a href="http://www.openlayers.org/dev/examples/" target="_blank">http://www.openlayers.org/dev/examples/</a><br>

<br>that should be a good starting point, use view source to see how things are done<br><br>z<br>
<div>
<div></div>
<div><br>On 29 June 2010 13:44, Kalyan Kamepalli &lt;<a href="mailto:kalyan.kamepalli@gmail.com" target="_blank">kalyan.kamepalli@gmail.com</a>&gt; wrote:<br>&gt; Hello Everyone,<br>&gt;<br>&gt;<br>&gt;<br>&gt; I am new to Java Script and thus Open Layers. I have an application server<br>

&gt; that provides a map service and many other services like select, zoom in<br>&gt; zoom out.I wanted to map them on to Open layers and finally embed open<br>&gt; layers on to a website. The map service is an XML based and it generates an<br>

&gt; XML response.I also have WMS services that respond in WMS format.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Could someone share me the procedure to make the above process to work<br>&gt; please. I know a bit of Java Script. Like how it works and how to code in it<br>

&gt; and the function,Object structure of it. But, I never worked on it.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Regards,<br>&gt;<br>&gt; Kalyan<br>&gt;<br>&gt;<br>&gt;<br></div></div>&gt; _______________________________________________<br>

&gt; Users mailing list<br>&gt; <a href="mailto:Users@openlayers.org" target="_blank">Users@openlayers.org</a><br>&gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>

&gt;<br>&gt;<br><font color="#888888"><br><br><br>--<br>Zac Spitzer<br>Solution Architect / Director<br>Ennoble Consultancy Australia<br><a href="http://www.ennoble.com.au/" target="_blank">http://www.ennoble.com.au</a><br>

<a href="http://zacster.blogspot.com/" target="_blank">http://zacster.blogspot.com</a><br>+61 405 847 168<br></font></blockquote></div><br></div></div></div></blockquote></div><br></div>