Re: [OpenLayers-Users] WMS Map request

2010-07-06 Thread Bart van den Eijnden (OSGIS)
Hi, use singleTile: true and ratio: 1 in your layer options. Best regards, Bart Hi Group, I am trying to configure my WMS service with OpenLayers. My script looks below script type=text/javascript //var map = new OpenLayers.Map('map',{maxResolution: 1000} ); var map = new

Re: [OpenLayers-Users] WMS Map request

2010-07-06 Thread Kalyan Kamepalli
I Solved it. It's the problem with resolution. I changed the resolution from 1000 to 800 and that solved my problem. Is there a start/begin document for Open Layers ? other than that example developments ?? On Tue, Jul 6, 2010 at 4:02 PM, Bart van den Eijnden (OSGIS) bart...@osgis.nl