Do you have to use 13 or 14 decimal places (16 numerals)? I got it down to 8 decimals before it stopped working. This would suggest the use of a float variable instead of a double (sorry I had to use a JAVA example).

This does work (8 decimal):
http://cabin.cciw.ca/cabin_ows.asp?version=1.1.1&service=WMS&request=GetMap&layers=CABINPoints&styles=&bbox=-141.00000000,35.18749999,-51.99999999,90.81250000&format=image/png&srs=EPSG:4326&width=500&height=300

This does not work (9 decimals):
http://cabin.cciw.ca/cabin_ows.asp?version=1.1.1&service=WMS&request=GetMap&layers=CABINPoints&styles=&bbox=-141.000000002,35.187499998,-51.999999997,90.812500001&format=image/png&srs=EPSG:4326&width=500&height=300

Even this does not work (11 numerals each):
http://cabin.cciw.ca/cabin_ows.asp?version=1.1.1&service=WMS&request=GetMap&layers=CABINPoints&styles=&bbox=-141.00000000,35.187499998,-51.999999997,90.812500001&format=image/png&srs=EPSG:4326&width=500&height=300

Hope this helps you

Richard C Orth


Pascoe,Tim [Burlington] wrote:

Wierd.  Even this works:

http://cabin.cciw.ca/cabin_ows.asp?version=1.1.1&service=WMS&request=GetMap&layers=CABINPoints

And even this works:

http://cabin.cciw.ca/cabin_ows.asp?version=1.1.1&service=WMS&request=GetMap&layers=CABINPoints&styles=&bbox=-150,40,-50,80&format=image/png&srs=EPSG:4326&width=500&height=300

But this don't:

http://cabin.cciw.ca/cabin_ows.asp?version=1.1.1&service=WMS&request=GetMap&layers=CABINPoints&styles=&bbox=-141.0000000021858,35.18749999863386,-51.99999999781418,90.81250000136613&format=image/png&srs=EPSG:4326&width=500&height=300

???

...the only difference between the last two requests is the coordinates.  You 
may want to pass this to the list as a follow up to your thread.

..Tom




         -----Original Message-----
From: Pascoe,Tim [Burlington] Sent: Friday, 14 October, 2005 14:43
        To:     Kralidis,Tom [Burlington]
        Subject:        Huh?

        Tom,

                Why is it this works, and not the other request?

        
http://cabin.cciw.ca/cabin_ows.asp?version=1.1.1&service=WMS&request=GetMap&layers=CABINPoints&sld=http%3A%2F%2Fcabin.cciw.ca%2Fcabin%2Fmaps%2Fstudy_sld_script.php%3FSLDFilterValue%3D108%26SLDParameter%3Dstudyid

        Timothy Pascoe

        Environment Canada / Environnement Canada
        Canada Centre for Inland Waters / Centre Canadien des Eaux Intérieures
        867 Lakeshore Road / 867, chemin Lakeshore
        Burlington, Ontario / Burlington (Ontario)
        L7R 4A6
        
        Tel/Tél: (905) 336-6239
        Fax/Téléc: (905) 336-4699
        E-mail/C. élec: [EMAIL PROTECTED]
        Government of Canada/Gouvernement du Canada
        This e-mail represents the opinions and views solely held by its author 
and in no manner may be considered as representing those of his/her employer.

Reply via email to