[OpenLayers-Users] How to create animated mouse position marker on zooming (google map like)

2009-06-09 Thread BrainDrain
Hi. I need advice: what is the better way to create animated mouse position marker on zooming - like red rectangle corners (moving to/out of rectangle center) in google map. What instruments should I directly use (what OL classes) or dig (rico, maybe some animation js lib's)?. Maybe some related e

[OpenLayers-Users] php gml export example

2009-06-09 Thread Nicholas Efremov-Kendall
Hi all, I apologize for the deluge of questions. Does anyone have a reference for getting a postgres/mysql database query into a gml file for export? ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] controls missing, and scale, permalink etc misplaced

2009-06-09 Thread Christopher Schmidt
On Tue, Jun 09, 2009 at 01:27:51PM -0400, Nicholas Efremov-Kendall wrote: > Hi Again, > I've sloppily worked around the issue by just creating another div with the > id 'map,' which at least loads my data into the right place. However, now my > controls are missing (zoom etc) and the permalink, sca

Re: [OpenLayers-Users] controls missing, and scale, permalink etc misplaced

2009-06-09 Thread Jan Martin
Hi, I think the controls belong to the map = new OpenLayers.Map('map', options); line. Instead you only have the word "options". Replace it with the controls. Check out my map on how to do so: http://mybestprojects.com/data/test4/test4.html Read this: http://n2.nabble.com/Going-nuts:-getDataExte

[OpenLayers-Users] controls missing, and scale, permalink etc misplaced

2009-06-09 Thread Nicholas Efremov-Kendall
Hi Again, I've sloppily worked around the issue by just creating another div with the id 'map,' which at least loads my data into the right place. However, now my controls are missing (zoom etc) and the permalink, scale, and coordinates have all been moved to the top left corner. I assume this is a

[OpenLayers-Users] Map constructor issue

2009-06-09 Thread Nicholas Efremov-Kendall
Hi Again, I've sloppily worked around the issue by just creating another div with the id 'map,' which at least loads my data into the right place. However, now my controls are missing (zoom etc) and the permalink, scale, and coordinates have all been moved to the top left corner. I assume this is a

Re: [OpenLayers-Users] newbie map constructor issue

2009-06-09 Thread Christopher Schmidt
On Tue, Jun 09, 2009 at 11:15:41AM -0400, Nicholas Efremov-Kendall wrote: > Hello All, > > I apologize for the probably over-simplistic question but here goes. I'm > trying to load the map into a div class called map, rather than it's own > div. In my CSS it should be .map within the parent div. W

Re: [OpenLayers-Users] Visibility: false, WFS cluster strategy

2009-06-09 Thread Christopher Schmidt
On Tue, Jun 09, 2009 at 11:12:37AM -0400, steve.tout...@inspq.qc.ca wrote: > Hi, > This vector layer is automatically checked in the layer switcher (and the > data visible) when the map is rendered even if visibility is set to false. > Does visibility still a good param when we create the vector l

[OpenLayers-Users] newbie map constructor issue

2009-06-09 Thread Nicholas Efremov-Kendall
Hello All, I apologize for the probably over-simplistic question but here goes. I'm trying to load the map into a div class called map, rather than it's own div. In my CSS it should be .map within the parent div. What ends up happening is I get the following firebug error element is null removeCl

[OpenLayers-Users] Visibility: false, WFS cluster strategy

2009-06-09 Thread Steve . Toutant
Hi, This vector layer is automatically checked in the layer switcher (and the data visible) when the map is rendered even if visibility is set to false. Does visibility still a good param when we create the vector layer with a cluster strategy? Thanks Steve var createWFSclusterStrategy = functi

Re: [OpenLayers-Users] Animated Zooming

2009-06-09 Thread Christopher Schmidt
On Tue, Jun 09, 2009 at 09:21:51AM -0400, Stephen Woodbridge wrote: > Christopher Schmidt wrote: > >On Tue, Jun 09, 2009 at 01:03:33AM -0400, Stephen Woodbridge wrote: > >>Hi All, > >> > >>This might be more oriented to the dev list, but I can start here. > >> > >>I was just looking for the animate

Re: [OpenLayers-Users] WMSGetFeatureInfo not working as expected with ESRI ArcGIS server

2009-06-09 Thread Linde Ackermans
Sorry, please ignore. This question was meant for the MapFish mailing list. The problems are in the their control which has exactly the same name -- View this message in context: http://n2.nabble.com/WMSGetFeatureInfo-not-working-as-expected-with-ESRI-ArcGIS-server-tp3042742p3049540.html

Re: [OpenLayers-Users] Animated Zooming

2009-06-09 Thread Stephen Woodbridge
Christopher Schmidt wrote: > On Tue, Jun 09, 2009 at 01:03:33AM -0400, Stephen Woodbridge wrote: >> Hi All, >> >> This might be more oriented to the dev list, but I can start here. >> >> I was just looking for the animated zoom feature and googling about >> shows that ticket #442 was closed as won

Re: [OpenLayers-Users] Popup can not be closed when zooming

2009-06-09 Thread Alexandre Dube
Hi, Just put a break point on this line : if (*feature.popup[]*= null){ Then, using the "script" tag and at the right the "watch" tab, you will then be able to see all variables and object currently available, including "this" (which should be your map object). There's plenty

Re: [OpenLayers-Users] Description attribute of KML file

2009-06-09 Thread mpele
Andreas Hocevar-2 wrote: > > > Here is what you could do. The snippet assumes you are using a GML > layer with a KML format, because that is what I read between the lines > in your question. > > var documentDescription; > var layer = new OpenLayers.Layer.GML("my gml layer", "http://my.url";,

Re: [OpenLayers-Users] Seeking approach over map design

2009-06-09 Thread coastalrocket
Thanks. I'll work at that then. Christopher Schmidt-2 wrote: > > On Mon, Jun 08, 2009 at 03:11:03AM -0700, coastalrocket wrote: >> I think my question is, "Is it possible to use ajax techniques to create >> new >> OpenLayer.Marker objects?" And essentially rewrite the client side js >> that >>

Re: [OpenLayers-Users] Going nuts: getDataExtent

2009-06-09 Thread Jan Martin
Finally I got zooming -kind of - working. But It works only on the LAST track added to the map. When I take my test4 example and reverse the order of tracks, it zooms in on the smaller, red one: http://mybestprojects.com/data/test4/test4.html However it should work on data of all tracks. Zooming

[OpenLayers-Users] Dynamically moving markers?

2009-06-09 Thread Juuso Räsänen
Hello all, I would like to create a map with dynamically moving markers (or features). So something like this... http://transport.wspgroup.fi/hklkartta/ ... but much simpler (at least in the beginning) and, of course, utilizing OpenLayers insted of GMaps. Well, Have you seen ANYTHING similar im

Re: [OpenLayers-Users] Description attribute of KML file

2009-06-09 Thread Andreas Hocevar
Hi, On Tue, Jun 9, 2009 at 8:02 AM, mpele wrote: > > > > Excerpts from pmilanovic's message of Mon Jun 08 05:49:39 -0400 2009: >> >> Is it posible to read description attribute of KML file? Yes, you can add custom XML parsing to the process of reading the KML file. > > feature.attributes.descrip