Re: [OpenLayers-Users] New with openLayer

2008-01-04 Thread Clare Lindley
Hi Marcelo I'm fairly new to Open Layers myself, but I have found these examples to be a good starting point: http://openlayers.org/dev/examples/ And here's a link to the Open Layers documentation: http://dev.openlayers.org/docs/files/OpenLayers-js.html Cheers Clare On Jan 3, 2008 7:08 PM,

Re: [OpenLayers-Users] Historic topo maps?

2008-01-04 Thread Zhanna Maher
Thanks, Linda, but I think the Terraservice only has the current (or reasonably so) topo maps. The ones I saw before were much older. Zhanna From: Linda Rawson [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 2:23 AM To: Zhanna Maher Subject:

Re: [OpenLayers-Users] Preventing zoom out

2008-01-04 Thread Maria Panagou
I finally figured it out. All I had to do was specify, MIN_ZOOM_LEVEL, in google maps declaration which now look like: var satellite = new OpenLayers.Layer.Google( Google Satellite , {type: G_SATELLITE_MAP, MIN_ZOOM_LEVEL: 7, maxExtent:extent} ); -- View this message in context:

Re: [OpenLayers-Users] Preventing zoom out

2008-01-04 Thread Maria Panagou
I don't think this is true. In my map I have default num of zoomlevels (16). I also set the center of my map with var extent = new OpenLayers.Bounds( 20, 34.7, 28.5, 41.7) var map; function init(){ map = new OpenLayers.Map( 'map' ,

Re: [OpenLayers-Users] Build With vector Support

2008-01-04 Thread Erik Uzureau
On 12/12/07, Andrew de klerk [EMAIL PROTECTED] wrote: Ok - i think thats what i was getting at...sorry to harp on about it, but it does help to get a clearer understanding of the OL opbject model..I excluded SVG because i din't think i needed it, but needed VML..So if i am understanding

Re: [OpenLayers-Users] Build With vector Support

2008-01-04 Thread Christopher Schmidt
On Fri, Jan 04, 2008 at 01:23:09PM -0700, MilesTogoe wrote: Erik Uzureau wrote: On 12/12/07, Andrew de klerk [EMAIL PROTECTED] wrote: Ok - i think thats what i was getting at...sorry to harp on about it, but it does help to get a clearer understanding of the OL opbject model..I

Re: [OpenLayers-Users] browsers supported

2008-01-04 Thread Erik Uzureau
Supported Browsers (in theory) http://trac.openlayers.org/wiki/Browsers On 12/18/07, Andrew de Klerk [EMAIL PROTECTED] wrote: Hi all I was wondering what the supported browsers are for openlayers. I have encountered a minor bug related to IE7 and when a geometry tool is selected

Re: [OpenLayers-Users] GML/vector layers in IE

2008-01-04 Thread Christopher Schmidt
On Fri, Jan 04, 2008 at 02:54:13PM -0500, Dejung Gewissler wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html Pleaes don't send HTML email. First, the vector layer not registering itself properly on the map i.e. the features are not in their correct location. In addition

Re: [OpenLayers-Users] Build With vector Support

2008-01-04 Thread MilesTogoe
Erik Uzureau wrote: On 12/12/07, Andrew de klerk [EMAIL PROTECTED] wrote: Ok - i think thats what i was getting at...sorry to harp on about it, but it does help to get a clearer understanding of the OL opbject model..I excluded SVG because i din't think i needed it, but needed VML..So if i

Re: [OpenLayers-Users] GML/vector layers in IE

2008-01-04 Thread Christopher Schmidt
On Fri, Jan 04, 2008 at 03:18:52PM -0500, Christopher Schmidt wrote: On Fri, Jan 04, 2008 at 02:54:13PM -0500, Dejung Gewissler wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html Pleaes don't send HTML email. First, the vector layer not registering itself properly

Re: [OpenLayers-Users] GML/vector layers in IE

2008-01-04 Thread Christopher Schmidt
On Fri, Jan 04, 2008 at 05:38:16PM -0500, Dejung Gewissler wrote: Christopher Schmidt wrote: Pleaes don't send HTML email. Sorry about the email format. I've changed my email settings. Please let me know if it happens again. No problem. If it had been particularly ardurous to read, I

Re: [OpenLayers-Users] GML/vector layers in IE

2008-01-04 Thread Dejung Gewissler
Christopher Schmidt wrote: On Fri, Jan 04, 2008 at 03:18:52PM -0500, Christopher Schmidt wrote: On Fri, Jan 04, 2008 at 02:54:13PM -0500, Dejung Gewissler wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html Pleaes don't send HTML email. Sorry about

[OpenLayers-Users] changing tile load functionality

2008-01-04 Thread Adam Eskreis
I am currently using OpenLayers 2.5 with kamap1.0 as my backend, trying to speed this thing up a little bit. I know getting rid of kamap and replacing it with something else would probably help a lot, but im trying to optimize openlayers before i dive into that. Right now, the main problem i can

Re: [OpenLayers-Users] changing tile load functionality

2008-01-04 Thread Christopher Schmidt
On Fri, Jan 04, 2008 at 10:33:49PM -0500, Adam Eskreis wrote: I am currently using OpenLayers 2.5 with kamap1.0 as my backend, trying to speed this thing up a little bit. I know getting rid of kamap and replacing it with something else would probably help a lot, but im trying to optimize