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
>
>
>//var map = new OpenLayers.Map('map',{maxResolution: 1000} );
>var map = new OpenLayers.Map('map', {
>
Hi Group,
I am trying to configure my WMS service with OpenLayers. My script looks
below
//var map = new OpenLayers.Map('map',{maxResolution: 1000} );
var map = new OpenLayers.Map('map', {
maxExtent: new OpenLayers.Bounds(
-638480920.244,-188017611.367,665489491.580,1019789790.73), m
Hello Group,
I am facing a validation problem with one of the parameters openlayers try
to request along with WMS request.
*Validation failed for parameter
[exception], value [application/vnd.ogc.se_inimage].*
I am getting the image/map response when I use the same URL at browser and
getting the
> Thanks for the reply. I just placed my html file in the openLayers
> folder and it came out with the default zoom and pan controls on the
> map. But, the real problem is that, it's not sending any WMS requests
> to my Web server. I wonder, I may have done something wrong. But,
> couldn't fin
Robert,
Yes. I did get images with WMS service from my server. I have JBOSS running
on my machine as a web server. I'll place my html and openlayers.jc in
htdocs and give it a go.
On Tue, Jul 6, 2010 at 12:24 PM, Robert Sanson <
robert.san...@asurequality.com> wrote:
> Hi Kalyan
>
> Can you g
Another problem with the configuration,
I got heaps of the following xml files in my OGC resources folder
http://www.opengis.net/ogc*"; xmlns:xlink="*
http://www.w3.org/1999/xlink*"; xmlns:xsi="*
http://www.w3.org/2001/XMLSchema-instance*"; version="*1.3.0*"xsi:schemaLocation
="*http://www.opengi
Hi Robert,
Thanks for the reply. I just placed my html file in the openLayers folder
and it came out with the default zoom and pan controls on the map. But, the
real problem is that, it's not sending any WMS requests to my Web server. I
wonder, I may have done something wrong. But, couldn't find i
Hi Group,
There are few security concerns at my organization and due to that, I can
not directly access openlayers.org for OpenLayers.js. So, I installed it and
changed my script as below
//var map = new OpenLayers.Map('map',{maxResolution: 1000} );
var map = new OpenLayers.Map('
> but the google satellite map is not beeing reprojected...
>
As far as I know, you can reproject your vector features on the fly (say
from 3003 to 900913) but you cannot
reproject imagery of any sort on the fly. If you use google imagery, you
are stuck with getting everything else
into that
Did anyone ever tried using a "proper" object
as a Style context ?
What I'm trying to do is create a class of style
contexts and pass instances of them (for parametrized
styles) as a Style.context, but 'this', within the
callbacks, seem to always evaluate to the top of DOM.
Example code:
MyCon
Hello everyone,
Long time no see :)
I want to add a "save" button to my editingToolbar (which was
customized) in order to manually save changes. I am using the following
code:
//overload the EditingToolbar initialize function:
OpenLayers.Control.EditingToolbar.prototype.initialize =
f
I've seen in "http://trac.openlayers.org/ticket/2187"; that this can be a
bug?
Thanks!
2010/7/2 JuKiM
> Hi,
>
> I have a page where a user can select some diferent items, and when an item
> is selected, a div with a map is displayed showing where the item is..
> The div that contains the map is
I'm making some progress.. but nothing appens
I downloaded proj4js and added these references:
I created the file the EPSG3003.js
Proj4js.defs["EPSG:3003"] = "+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996+x_0=0
+y_0=0 +ellps=intl +a=6378388.0 +rf=297.00601+units=m +no
13 matches
Mail list logo