[OpenLayers-Users] Looping through unique markers?

2009-02-27 Thread David Raasch
Greetings All! When I posted to the list last week, I had coded my little app to use FEATURES to draw marker icons and rig-up word-balloon pop-ups whenever they were clicked-on. However, the markers took a very, very long time to load. So, digging further into the archives of this discussion

Re: [OpenLayers-Users] Looping through unique markers?

2009-02-27 Thread David Raasch
Hmmm... I just realized that if I go to the map controls and turn off the circle and vector layers, then the events work for all icons, in the sense that they all activate an alert pop-up. Of course, the trouble is, all alerts say exactly the same thing, basically showing the text for point #571

[OpenLayers-Users] sample points outside the map

2009-02-27 Thread Garthan
For vector points which may be styled for instance as colored stars or regular polygons I would like to be able to render well a side bar of buttons (a style selection legend) which correspond to a styleMap, do I need to create a second map for this purpose? Is there any easier way of doing this

Re: [OpenLayers-Users] Looping through unique markers?

2009-02-27 Thread David Raasch
OK, I discovered where apparently, this is known to happen when using Vector layers. And I had forgotten to comment-out my Vector layer completely when switching over to using a Marker layer instead. So, I've got that part of it solved. That leaves me with: 1) How to get each marker to have

[OpenLayers-Users] Background Color - Overview and LayerSwitch

2009-02-27 Thread Fernando Quadro
Hi, I'm would like know how change the background color (blue) in the components LayerSwitch and Overview. Do not change the buttons, but the background color when they are active. Best Regards, Fernando Quadro fsqua...@hotmail.com

Re: [OpenLayers-Users] strange request strings

2009-02-27 Thread Jay Douillard
Correct, I'm using EPSG 3005... Is there any kludge to get around this problem? and If not, where is this issue in the source, I'll take a look. Thanks! Jay - Original Message - From: Christopher Schmidt crschm...@metacarta.com To: Jay Douillard jay.douill...@ubc.ca Cc:

Re: [OpenLayers-Users] Looping through unique markers?

2009-02-27 Thread Heidt, Christopher M.
Every browser cept ie7 is throwing XMLHttpRequest.create is not function -Original Message- From: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] On Behalf Of David Raasch Sent: Friday, February 27, 2009 12:35 PM To: users@openlayers.org Subject: Re: [OpenLayers-Users]

Re: [OpenLayers-Users] Looping through unique markers?

2009-02-27 Thread David Raasch
OK, thanks to help from Chrisand studying the marker/event related code over at openflights.org, I've managed to get my map to display in Firefox, plus I've got my marker-specific pop-ups generating. And yes, Firefox draws the points and zooms a heckuva lot faster! So, the copy OUTSIDE of

[OpenLayers-Users] Finding lat/long of map click on feature callback.. how?

2009-02-27 Thread plen
Hello, I am using the OpenLayers drawing controls and have set up an event callback function for the select control so that when a user clicks on one of the drawn features, I can get a call to my click function. The sole argument that comes in is the feature object. This is the same for point,