Re: [OpenLayers-Users] change projection layer dynamically

2009-04-26 Thread toni hernández
hi, I hadn't thought of that. So far I have tried with one layer. But maybe I could also try defining three different layers with three different projections. The valid projections are: epsg:23029 (east), epsg:23030 (interior), epsg:23031 (west) and This is the layer var sigpaclayer

Re: [OpenLayers-Users] change projection layer dynamically

2009-04-26 Thread Roald de Wit
Hi Toni, I tried the WMS service but could not get *any* useful imagery out of it (not with OL nor with uDIG). Have you got an OL configuration that zooms to extents that I can use to test my config in MapServer, preferably with 3 extents: one for every region? Cheers, Roald toni hernández

[OpenLayers-Users] please help to understand loading of geojson layers

2009-04-26 Thread Timmie
Hello, I found a exciting map here: Open Source Activity Map - http://www.redhat.com/about/where-is-open-source/activity/ Can you help me to understand how they load the statistical data? It is done within the world_borders layer by GeoJSON fromat. But where and how to they get the file?

[OpenLayers-Users] Change Layer Vis outside of LayerSwitcher

2009-04-26 Thread Stephen Woodbridge
Hi, If I change the visibility of a layer in JavaScript, How do I get that reflected in LayerSwitcher? Or maybe the question should be: How do tell LayerSwitcher in JavaScript that I want to change layers selected? Thanks, -Steve ___ Users mailing

Re: [OpenLayers-Users] Change Layer Vis outside of LayerSwitcher

2009-04-26 Thread Bart van den Eijnden (OSGIS)
Steve, this should be automatic since the LayerSwitcher control listens to the changelayer event and will redraw itself. Best regards, Bart Stephen Woodbridge wrote: Hi, If I change the visibility of a layer in JavaScript, How do I get that reflected in LayerSwitcher? Or maybe the

Re: [OpenLayers-Users] Change Layer Vis outside of LayerSwitcher

2009-04-26 Thread Christopher Schmidt
On Sun, Apr 26, 2009 at 11:43:24AM -0400, Stephen Woodbridge wrote: Hi, If I change the visibility of a layer in JavaScript, How do I get that reflected in LayerSwitcher? Or maybe the question should be: How do tell LayerSwitcher in JavaScript that I want to change layers selected? If you

Re: [OpenLayers-Users] Change Layer Vis outside of LayerSwitcher

2009-04-26 Thread Stephen Woodbridge
Christopher Schmidt wrote: On Sun, Apr 26, 2009 at 11:43:24AM -0400, Stephen Woodbridge wrote: Hi, If I change the visibility of a layer in JavaScript, How do I get that reflected in LayerSwitcher? Or maybe the question should be: How do tell LayerSwitcher in JavaScript that I want to

Re: [OpenLayers-Users] Change Layer Vis outside of LayerSwitcher

2009-04-26 Thread Christopher Schmidt
On Sun, Apr 26, 2009 at 01:13:47PM -0400, Stephen Woodbridge wrote: Christopher Schmidt wrote: On Sun, Apr 26, 2009 at 11:43:24AM -0400, Stephen Woodbridge wrote: Hi, If I change the visibility of a layer in JavaScript, How do I get that reflected in LayerSwitcher? Or maybe the question

[OpenLayers-Users] Location is Full error, loading kmz file locally.

2009-04-26 Thread Nicholas Efremov-Kendall
Hi, I'm trying to load a local kmz file onto a Mapserver layer. I'm getting an error in Firebug which reads location is full. Any suggestions? Here is my code script type=text/javascript !-- var map, layer, bounds; function init(){ map

Re: [OpenLayers-Users] Location is Full error, loading kmz file locally.

2009-04-26 Thread Arnd Wippermann
Hi, You can not load kmz-files with OpenLayers only kml-files. Arnd _ Von: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] Im Auftrag von Nicholas Efremov-Kendall Gesendet: Sonntag, 26. April 2009 20:01 An: users@openlayers.org Betreff: [OpenLayers-Users] Location

Re: [OpenLayers-Users] please help to understand loading of geojson layers

2009-04-26 Thread Roald de Wit
Hi Timmie, Timmie wrote: Can you help me to understand how they load the statistical data? It is done within the world_borders layer by GeoJSON fromat. But where and how to they get the file? http://www.redhat.com/about/where-is-open-source/world_borders.js ('View Source' and FireBug [1]

Re: [OpenLayers-Users] Location is Full error, loading kmz file locally.

2009-04-26 Thread Christopher Schmidt
On Sun, Apr 26, 2009 at 02:01:01PM -0400, Nicholas Efremov-Kendall wrote: Hi, I'm trying to load a local kmz file onto a Mapserver layer. I'm getting an error in Firebug which reads location is full. Any suggestions? Here is my code I've never heard of or seen this message before. Got a URL

Re: [OpenLayers-Users] How to use OpenLayers requesting WFS with Spatial Operations

2009-04-26 Thread Ingo Weinzierl
Hi Myeonghun, On Saturday 25 April 2009 08:03:24 Myeong Hun Jeong wrote: Hi Roald, There are two things I want to know. 1. How to send WFS requests to server with openlayers? I know the way to load WFS layers when I initialize map, but after loading layers, I don't know how to request WFS