[OpenLayers-Users] Need help understanding UTM

2007-11-09 Thread Linda Rawson
I keep coming back to the fact I need a map layer that is a meter projection. In UTM there are several different projections: EPSG: 32611 EPSG: 32612 EPSG: 32613 These are based on zone. Whatever longitude you are at would determine the zone. Is there anyway to get the map in me

Re: [OpenLayers-Users] Handler.Keyboard in IE?

2007-11-09 Thread Jeff Dege
Thanks. > -Original Message- > From: Christopher Schmidt [mailto:[EMAIL PROTECTED] > Sent: Friday, November 09, 2007 4:19 PM > To: Jeff Dege > Cc: users@openlayers.org > Subject: Re: [OpenLayers-Users] Handler.Keyboard in IE? > > On Fri, Nov 09, 2007 at 04:11:45PM -0600, Jeff Dege wrote

Re: [OpenLayers-Users] Handler.Keyboard in IE?

2007-11-09 Thread Christopher Schmidt
On Fri, Nov 09, 2007 at 04:11:45PM -0600, Jeff Dege wrote: > I'm taking a first look at Control.ModifyFeature, in 2.5, and the delete > key doesn't work in IE. > > Works fine in Firefox, but in both IE6 and IE7, > ModifyFeature.handleKeypress() is never called at all. On exploring a > bit, it see

[OpenLayers-Users] Handler.Keyboard in IE?

2007-11-09 Thread Jeff Dege
I'm taking a first look at Control.ModifyFeature, in 2.5, and the delete key doesn't work in IE. Works fine in Firefox, but in both IE6 and IE7, ModifyFeature.handleKeypress() is never called at all. On exploring a bit, it seems that Handler.Keyboard.handleKeyEvent() is never being called. I'm r

Re: [OpenLayers-Users] Newbie: accessing Arcweb data

2007-11-09 Thread Stewart Nimmo
Chris , Richard: Thanks for the info. It has confirmed my thoughts and I have better understanding now. The Arcweb services layer class may be something we look at. We also have an alternate data service that maybe accessible via the KaMap class. Our challenge is accessing a street data source an

[OpenLayers-Users] (no subject)

2007-11-09 Thread drk mattr
Eric, that was very timely as I was going to ask that question. I've added the info, but I'm getting a javascript error. Line: 518Char: 54Error: 'this.center' is null or not an object Now I've set: var lat = 596558; var lon = 4195115;var zoom = 6; and I'm using:

Re: [OpenLayers-Users] Reading an XML Format

2007-11-09 Thread Tim Schaub
Hey- Matthew Pulis wrote: > Hi, > > Basically I just got to know about this project from another OpenSource > project : PGrouting. According to their tutorial site, using PHP and > PGRoute, you can create an XML document which as I understood correctly > can be passed to the OpenLayers project

Re: [OpenLayers-Users] Problems loading layers

2007-11-09 Thread Eric Lemoine
On Nov 9, 2007 4:47 PM, Xavier Rayo <[EMAIL PROTECTED]> wrote: > > > Hi all! Hi Xavier, > i have a problem with my openlayers map because most of times needs a lot > of time to load all my wms layers. I'm using MapServer 4 Windows - version > 2.2.4 and openlayers 4. I guess you mean OpenLayers

Re: [OpenLayers-Users] Getting up and running with OpenLayers

2007-11-09 Thread drk mattr
Richard, that was a huge help. It didn't dawn on me to look at that example, but it helps very much. Thanks for your help!David > Date: Fri, 9 Nov 2007 18:13:44 +0100> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> CC: users@openlayers.org> Subject: Re: [OpenLayers-Users] Getting > up a

Re: [OpenLayers-Users] openLayer and GML3.1 ?

2007-11-09 Thread Tim Schaub
Hey- Sébastien Geindre wrote: > hi everybody, > > It seems that OL could build GML geometry from polygon feature. > But, gml data seems to be GML2, am i wrong ? > OpenLayers doesn't currently deal correctly or completely with protocol/payload versions for WMS, WFS, KML, or GML. For example, i

Re: [OpenLayers-Users] new user question

2007-11-09 Thread Eric Lemoine
On Nov 9, 2007 5:04 PM, Greg Steffensen <[EMAIL PROTECTED]> wrote: > I recently discovered openlayers and am very impressed. But I'm > wondering what the easiest way to implement what seems like a common > need- labels for countries and/or cities. The easiest way, of course, > would be to use Goo

Re: [OpenLayers-Users] Getting up and running with OpenLayers

2007-11-09 Thread Eric Lemoine
In addition to what Richard said you will also need to call map.setCenter() or map.zoomToMaxExtent() to actually see something on the map. Take a look at the wms example (). Good luck. -- Eric On Nov 9, 2007 6:13 PM, Richard Duivenvoorde <[EMAIL PR

Re: [OpenLayers-Users] Getting up and running with OpenLayers

2007-11-09 Thread Richard Duivenvoorde
Hi David, the error you see is because openlayers is asking for a layer in the epsg:4326 (default latlon) projection. You can do two things: - either add EPSG:4326 to your WMS_SRS "EPSG:32616" line in the WEB part of your mapserver map file if your mapserver and proj lib are ok, this will make

[OpenLayers-Users] Getting up and running with OpenLayers

2007-11-09 Thread drk mattr
I've been reading about OpenLayers on James Fee's blog and I'm really interested in working with it. I'm a long time ArcIMS developer so the concepts here are close to what I'm used to using (well I'm not used to using JavaScript which is my problem). I've got a mapfile up and running. MAPN

[OpenLayers-Users] new user question

2007-11-09 Thread Greg Steffensen
I recently discovered openlayers and am very impressed. But I'm wondering what the easiest way to implement what seems like a common need- labels for countries and/or cities. The easiest way, of course, would be to use Google/Yahoo/Multi maps as the background layer, but I'm going to have to serv

[OpenLayers-Users] Problems loading layers

2007-11-09 Thread Xavier Rayo
Hi all! i have a problem with my openlayers map because most of times needs a lot of time to load all my wms layers. I'm using MapServer 4 Windows - version 2.2.4 and openlayers 4. I'm loading 6 shapefiles in 4 openlayers.layers because that is how i can see it better and i don't know if this is

Re: [OpenLayers-Users] theme: null = vanished buttons!?

2007-11-09 Thread Christopher Schmidt
On Fri, Nov 09, 2007 at 01:11:45AM -0800, R. Ortner wrote: > > Hi, > > I have a really annoying problem with my map. > > I have a application where I have nearly every mapcontrol outside the map. > Everything worked fine (except the black background behind the overview) > till i used {theme:nul

[OpenLayers-Users] theme: null = vanished buttons!?

2007-11-09 Thread R. Ortner
Hi, I have a really annoying problem with my map. I have a application where I have nearly every mapcontrol outside the map. Everything worked fine (except the black background behind the overview) till i used {theme:null} within my options to remove the background from my overviewmap. After th