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

2007-11-14 Thread Eric Lemoine
On Nov 12, 2007 8:00 AM, R. Ortner [EMAIL PROTECTED] wrote: HereĀ“s the HTML Page, hope someone know whats wrong: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN html xmlns=http://www.w3.org/1999/xhtml; head link rel=stylesheet

Re: [OpenLayers-Users] Problem in Internet Explorer

2007-11-14 Thread Eric Lemoine
On Nov 14, 2007 9:51 PM, vgvallee [EMAIL PROTECTED] wrote: I was *em* debugging with the old alert right before the offending statement which made the problem go away. So I tried at the start of the VML.js file. Worked too. But I don't like to modify the OpenLayers files so I tried before the

Re: [OpenLayers-Users] How do I unselect a feature?

2007-11-13 Thread Eric Lemoine
On Nov 13, 2007 6:19 PM, Jeff Dege [EMAIL PROTECTED] wrote: I have a vector layer displayed, with a number of features visible. I have a select control active, so when I click on a feature, it becomes selected. If I click on another feature, the new feature becomes selected, and the feature

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

2007-11-10 Thread Eric Lemoine
On Nov 10, 2007 10:02 AM, R. Ortner [EMAIL PROTECTED] wrote: thx for the link but this link was the reason i tried the {theme: null} thing; and it worked but not solving my problem cause this is what causing my problem with the vanished buttons! maybe i dont understand it right but maybe

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

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 2.4,

Re: [OpenLayers-Users] search/query

2007-11-07 Thread Eric Lemoine
On Nov 7, 2007 8:31 AM, R. Ortner [EMAIL PROTECTED] wrote: hi, how i can make a serch and query function in openlayers to seach attributes from my layers? Hi Your question is too vague to be answered. Please elaborate so that people can help you? What layer types do you use for your map?

Re: [OpenLayers-Users] Using SVG instead of image as marker icon

2007-10-30 Thread Eric Lemoine
On 10/30/07, Guido_bs [EMAIL PROTECTED] wrote: Hello, I'm a new openlayers user, so I have a question for you experts: is it possible using an SVG circle instead of a png image as marker icon in OpenLayers 2.0? My application uses a WFS layer which has a lot of markers (hundreds) and each

Re: [OpenLayers-Users] Text layer and mouseover

2007-10-15 Thread Eric Lemoine
On 10/15/07, Julien-Samuel Lacroix [EMAIL PROTECTED] wrote: Hi, Does anybody ever displayed the popups of markers on the mouseover function instead of the click in a text layer? Is there any contraindication to do that? There's none. Feel free to open ticket and propose a patch for this. As

Re: [OpenLayers-Users] vector selectFeatures: hover and onclick

2007-10-13 Thread Eric Lemoine
On 10/13/07, Josh Livni [EMAIL PROTECTED] wrote: I am wondering if there's an easy way to get a different effect for hover/mouseover and onclick for vector features. For example, if I want to call functionH for a hover, and functionC for onclick. You can try this: select = new

Re: [OpenLayers-Users] [OpenLayers-Dev] Look who's using OpenLayers....

2007-10-10 Thread Eric Lemoine
Their pushpin icons are very cool! -- Eric ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Maker with hover

2007-10-08 Thread Eric Lemoine
On 10/8/07, Prasad Choudhary [EMAIL PROTECTED] wrote: Hello all, I have created a marker and register with some event where i'm changing Icon for that one, but unfortunately its not working. Can any one suggest a better way for this stuff. Hello Post some code or people won't be able to

Re: [OpenLayers-Users] GUI frameworks

2007-10-05 Thread Eric Lemoine
On 10/1/07, Bart van den Eijnden (OSGIS) [EMAIL PROTECTED] wrote: Hi list, I just read on Sean Gillies' blog that Cartoweb 4 has chosen Dojo to build applications around OpenLayers. I am also in the phase of choosing a GUI js framework, and for me it seems Ext JS is the best choice

Re: [OpenLayers-Users] spherical-mercator

2007-10-02 Thread Eric Lemoine
On 10/2/07, Christopher Schmidt [EMAIL PROTECTED] wrote: On Tue, Oct 02, 2007 at 12:33:08PM -0600, Linda Rawson wrote: But my base map isn't that projection. I changed it to EPSG:26919. Why aren't my layers using that projection? I must be blind. I thought your base map was Yahoo with

Re: [OpenLayers-Users] Limiting extend

2007-09-27 Thread Eric Lemoine
On 9/27/07, Prasad Choudhary [EMAIL PROTECTED] wrote: Hello all, After some query for map i want to change the extend of map. I tried map.zoomToExtent() but still initial base map was there. please suggest better way to do! zoomToExtent() should do the trick. Could you provide some code so

Re: [OpenLayers-Users] multiple Markers?????

2007-08-30 Thread Eric Lemoine
On 8/30/07, Prasad Choudhary [EMAIL PROTECTED] wrote: Hello List, Hi I want to render the base map with miltiple markers for that the code i put is like code putMakers = function(){ var size = new OpenLayers.Size(12,20); var offset = new OpenLayers.Pixel(-(size.w/2), -size.h);

Re: [OpenLayers-Users] Question on having multiple layers

2007-08-08 Thread Eric Lemoine
Hi Ali, On 8/8/07, Ali Khan [EMAIL PROTECTED] wrote: Hey, presently we're developing a system that will have MANY layers we're talking 20-50. I know in OpenLayers you need to setup a name etc for each layer. I was thinking using a loop to output each layer (the basic data ie layer name etc

Re: [OpenLayers-Users] WFS without Proxy?

2007-07-09 Thread Eric Lemoine
Hi Lance, On 7/10/07, Lance Dyas [EMAIL PROTECTED] wrote: In theory if you are connecting to a WFS server on the same host you shouldnt need to have a proxy? You don't need a proxy if the WFS server is on the same host *and* port. Hope this helps, -- Eric

Re: [OpenLayers-Users] popup close box is not displayed?

2007-07-08 Thread Eric Lemoine
On 7/7/07, fadi maali [EMAIL PROTECTED] wrote: Hi All, I have a problem with popup's close box. here is a snippet of the code: var feature = new OpenLayers.Feature(top 10,new OpenLayers.LonLat (35,38)); popup = feature.createPopup(true); but the popup has

[OpenLayers-Users] geojson php lib

2007-06-28 Thread Eric Lemoine
Hi Is anyone aware of existing php code capable of generating geojson? I've google'd around but haven't found anything useful... Thanks, -- Eric ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] any click events in Control.DrawFeature while drawing polygon

2007-06-12 Thread Eric Lemoine
On 6/12/07, Richard Duivenvoorde [EMAIL PROTECTED] wrote: Hi, I'm using the DrawFeature control to let users define linestrings. I can capture the doubleclick event (for ending the line) using lineLayer.onFeatureInsert But I cannot find a way to check something WHILE clicking/adding the

<    3   4   5   6   7   8