[OpenLayers-Users] Southeast shift in overview layer

2009-05-19 Thread Subha Ramakrishnan
Hi, I am using Google Physical map restricted to India for the Bird's eye view map. There is an option of changing the base layer to either Google Satellite/Hybrid/Streets or Yahoo Satellite/Hybrid. I want to change the bird's eye view layer to match the base layer. But when I do that, there is

[OpenLayers-Users] Message inside map in some zoom levels

2009-05-19 Thread Luis Ortiz --CompeGPS Team--
Hi, We would like to do someting like shown in the image below. Put a message inside the map when is not possible to show tiles and user has to zoom in to watch. Is a message at top right with a red background only to show when zoom is more far than 8th level. Thank you

Re: [OpenLayers-Users] Scale control outside the map

2009-05-19 Thread Jorge Gaspar Sanz Salinas
2009/5/19 Eric Lemoine eric.lemo...@camptocamp.com: On Monday, May 18, 2009, Jorge Gaspar Sanz Salinas js...@osgeo.org wrote: Hi, this is my first post on this list, I'm starting to develop with OL and the first think I've to say is that Open Layers (code and docs) is amazing. Well I've been

[OpenLayers-Users] Message inside map in some zoom levels

2009-05-19 Thread Luis Ortiz --CompeGPS Team--
Hi, We would like to put a message inside the map when is not possible to show tiles and user has to zoom in to watch them. Is a message at top right with a red background only to show when zoom is more far than 8th level. I saw this in googlemaps but i don't know how to do it in

[OpenLayers-Users] ExternalGraphic slow in IE7

2009-05-19 Thread Gernot Belger
Hi! I am rendering a Vector-layer with about 200 points, using SLD with an ExternalGraphics element. In Firefox everything is fine, but in IE7 rendering is very slow ( 10sec for every move or zoom) which is quite annoying. It is clearly the ExternalGraphics, as rendering the same layer with a

Re: [OpenLayers-Users] conversion of bounding boxes to various projections

2009-05-19 Thread Mike Adair
And you also need to include proj4js (http://trac.osgeo.org/proj4js/) and and definition for EPSG:42304. There is an example included in the recently updated graticule patch v2 for this http://trac.openlayers.org/ticket/1083 Mike Eric Lemoine wrote: On Monday, May 18, 2009,

[OpenLayers-Users] SLD questions

2009-05-19 Thread Alessandro Ferrucci
Hello, I have a few questions about SLD if anyone is kind enough to answer...I think this is the right mailing list but not 100% positive...it was between this list of geoserver-users. I checked the SLD schema but the description on there did not seem very clear. What does:SemanticTypeIdentifier

[OpenLayers-Users] rootContainer and selectFeature on many layers

2009-05-19 Thread Simone Gadenz
Hello! After one message on the list couple of days ago I tried to use the root container to enable the selectfeature on a set of defined GML layers. Has anybody managed to use the rootContainer that is into the trunk? Currently I defined the selectfeature using the following code: var

Re: [OpenLayers-Users] [OpenLayers-Dev] Getting Help Faster: Minimize Your Code

2009-05-19 Thread Jo Cook
Dear Chris, Many thanks for this email- it's possibly one of the most useful things I've read in weeks! Personally I'd like to apologise for not always following these instructions, but (and I think I speak for a lot of n00bs and relative n00bs to openlayers), learning how to ask for help

[OpenLayers-Users] [OpenLayers-Dev] Help: loadURL in IE failed

2009-05-19 Thread tanpopo
Hello all, i develope one site mit OL, it runs good in FF, but stops in IE, and maybe stops for: OpenLayers.loadURL(url, null, this, parseGetCapabilities); it returns 'Request failed'. So i tried to change, because the site should also run in IE, first : var request =

Re: [OpenLayers-Users] [OpenLayers-Dev] Help: loadURL in IE failed

2009-05-19 Thread André Mendonça
Hi, turn the error script messaging on in IE (somewhere at tools/internet options/ advanced). Then when the error occurs it will inform you the exact line of the code that is causing the error. Usually, IE has javascript problems with spaces and commas. Andre Date: Tue, 19 May 2009

Re: [OpenLayers-Users] [OpenLayers-Dev] Help: loadURL in IE failed

2009-05-19 Thread tanpopo
Hi Andre , thank you a lot! I have tried what you told, but it still errors. if i use OpenLayers.loadURL, in IE it returns 'Unhandelt request return NOT Found.', and if i use OpenLayers.Request.GET, in IE it returns 'The object doesn't support the character or the methode.' So if i want

[OpenLayers-Users] Zoom level problem

2009-05-19 Thread Robert Hicks
Hi all, I am having a hard time getting my OpenLayers web client to zoom in past Scale = 1 : 1066. Here are my map options: var options = { projection: new OpenLayers.Projection(EPSG:900913), displayProjection: new OpenLayers.Projection(EPSG:4326),

[OpenLayers-Users] Are String objects limited to 4096 characters?

2009-05-19 Thread Stephen Woodbridge
Hi all, I'm trying to parse some WKT out of an XML document in an OpenLayers application and one of my WKT text nodes is getting truncated at 4096 character! The XML document is good, but when I extract the text from the XML node it is getting truncated. It seems to work in IE 6.0.2800 and

Re: [OpenLayers-Users] Are String objects limited to 4096 characters?

2009-05-19 Thread Christopher Schmidt
On Tue, May 19, 2009 at 02:58:53PM -0400, Stephen Woodbridge wrote: Hi all, I'm trying to parse some WKT out of an XML document in an OpenLayers application and one of my WKT text nodes is getting truncated at 4096 character! The XML document is good, but when I extract the text from the

Re: [OpenLayers-Users] rootContainer and selectFeature on many layers

2009-05-19 Thread Kris Geusebroek
Hi, I'm using the selectfeature with multiple vectorlayers with wfs protocol successfully. Here's my code: var hoverOptions = { multiple: false, hover: true, toggleKey: ctrlKey, // ctrl key removes from selection multipleKey: shiftKey, // shift key adds to selection

[OpenLayers-Users] Problem with georss.js in internet explorer

2009-05-19 Thread Maxime Phaneuf
Hi guys. I succeeded in developping a georss loading with openlayers, mapfish and extjs. It works well in Firefox, and Chrome, but when I try to load a GeoRSS file, this error appears: object required in georss.js, line:147, character: 17. When someone select a specific GeoRSS file, here's