Re: [OpenLayers-Users] What is the meaning of the result of getLonLatFromPixel ?

2010-09-01 Thread Alex Dean
On Sep 1, 2010, at 2:20 PM, huit_six wrote: > > I tried that sort of conversion : >var point = map.getLonLatFromPixel(position); > locDisp.innerHTML = (point.lat / 4000 * 360 ).toFixed(4)+ > ', ' + > (point.lon / 40065035.535 * 180).toFixed(4); > which seem to g

Re: [OpenLayers-Users] 'undefined' at vertices while editing vectorlayer

2010-08-31 Thread Alex Dean
en look at the function > OpenLayers.Control.ModifyFeature.collectVertices > > Arnd > > -Ursprüngliche Nachricht- > Von: users-boun...@openlayers.org [mailto:users- > boun...@openlayers.org] Im > Auftrag von Alex Dean > Gesendet: Montag, 30. August 2010 16:10 > An: use

[OpenLayers-Users] 'undefined' at vertices while editing vector layer

2010-08-30 Thread Alex Dean
When I define my own styling for a vector layer, I see 'undefined' at the vertices while editing a feature. Screenshot of feature when I'm not editing it : http://skitch.com/alexdean/dwe1i/without-editing Screenshot of feature while editing: http://skitch.com/alexdean/dwe14/with-editing Using

Re: [OpenLayers-Users] Using only one set of modify feature controls for different layers?

2010-01-05 Thread Alex Dean
On Jan 5, 2010, at 11:15 AM, cgp wrote: I'm not sure if I explained my problem well. But what I'm trying to ask is, how can I just use one set of these modify feature controls for many different overlays? I think I've got the right idea with my code, but I don't know why it's not working.