[OpenLayers-Users] Base Layers and maxResoution/minResolution

2010-06-24 Thread David Alda Fernandez de Lezea
Hi list, I was wondering if it's possible to get the same effect of switching on/off some layers depending on maxResolution/minResolution values but in base layers. Has anyone achieve this task?? Thanks. Un saludo,

Re: [OpenLayers-Users] Base Layers and maxResoution/minResolution

2010-06-24 Thread Eric Lemoine
On Thu, Jun 24, 2010 at 1:11 PM, David Alda Fernandez de Lezea da...@ikt.es wrote: Hi list, I was wondering if it's possible to get the same effect of switching on/off some layers depending on maxResolution/minResolution values but in base layers. Has anyone achieve this task?? Hi. You

[OpenLayers-Users] Format.KML/GML with projections

2010-06-24 Thread Dipl. Inf. Carsten Eider
Hi list, I am having some trouble with a strange behaviour using Formt.KML/GML and different projections: Code var _writer=new OpenLayers.Format.KML({ internalProjection:MAP_PROJECTION, externalProjection:proj4326 }); var _kml=_writer.write(_tmpFeatures); Situation

Re: [OpenLayers-Users] Format.KML/GML with projections

2010-06-24 Thread Bart van den Eijnden
This used to be the case in proj4js, but it's not anymore. I believe the check has been removed. Upgrade to the latest release of proj4js. Bart On Jun 24, 2010, at 3:04 PM, Dipl. Inf. Carsten Eider wrote: I just deepdebugged OpenLayers. In proj4j.js lin 78 it says: if

[OpenLayers-Users] right way for Spatial filtering

2010-06-24 Thread Vito Tafuni
I would like to draw a shape on the map and to display only that marks which are under the shape. i think i have to use Filter.Spatial + Rule + Style but i can't find the right way to do it! any tips? thanks -Vito- -- --- Tafuni Vito v...@vitotafuni.com

[OpenLayers-Users] WFS Google overlay reprojection problem

2010-06-24 Thread Alex Zeit
Dear All, I am trying to overlay some points with google satellite layer and access the attributes of these points using OpenLayers.Protocol.WFS and GeoExt Popup. It only works if I use native projection of the point layer without overlay with google. I tried to reproject point layer to google

[OpenLayers-Users] fractional zoom and tilecache

2010-06-24 Thread AndyT
Hi, Very easy question i'm sure... If using fractional zoom, is this still showing a set number of mapping levels but allowing the user to see enlarged/reduced views of the tiles between the official levels. I'm guessing this is the case to allow something like tilecache to work? Thanks Andy

Re: [OpenLayers-Users] fractional zoom and tilecache

2010-06-24 Thread christopher.schmidt
On Jun 24, 2010, at 12:21 PM, ext AndyT wrote: Hi, Very easy question i'm sure... If using fractional zoom, is this still showing a set number of mapping levels but allowing the user to see enlarged/reduced views of the tiles between the official levels. Huh? No. This is not how it

Re: [OpenLayers-Users] fractional zoom and tilecache

2010-06-24 Thread AndyT
Hi Chris, Oh - that's a pity, it would be good to allow users to effectively be zooming in on the same tiles before passing a limit which takes them to the next set of tiles in the zoom range - the benefit being that whilst the mapping might not be specifically rendered for that viewing scale

Re: [OpenLayers-Users] right way for Spatial filtering

2010-06-24 Thread Vito Tafuni
found! ;-D -- --- Tafuni Vito v...@vitotafuni.com - Verba volant, scripta manent... data corrupted 2010/6/24 Vito Tafuni v...@vitotafuni.com I would like to draw a shape on the map and to display only that marks which are under the shape.

Re: [OpenLayers-Users] filter markers on a vector layer with a vector feature

2010-06-24 Thread Vito Tafuni
solved with a spatial filter in the style rule -- --- Tafuni Vito v...@vitotafuni.com - Verba volant, scripta manent... data corrupted 2010/6/23 Vito Tafuni v...@vitotafuni.com any idea?? -Vito- -- --- Tafuni Vito