[OpenLayers-Users] Snap on/off with keyboard

2009-06-12 Thread jean-christian Casa
Hello! When i activate snap control with a button in a toolbar, how can i desacivate/reactivate snap control with the keyboard ? I've tryed with OpenLayers.Handler.Keyboard but it doesnt work ... Thanks a lot, jc casa ___ Users mailing list Users@ope

Re: [OpenLayers-Users] snap to road

2009-03-18 Thread Stephen Woodbridge
emmexx wrote: > Jordan Anderson scrisse: >> Hey Maxx, >> >> ridethecity.com does something similar to this and you can see it in two >> places: >> >> On the main page (http://www.ridethecity.com), if you drop a marker or >> drag the market around, we send the lon/lat to the server and look up >> t

Re: [OpenLayers-Users] snap to road

2009-03-18 Thread emmexx
Jordan Anderson scrisse: > Hey Maxx, > > ridethecity.com does something similar to this and you can see it in two > places: > > On the main page (http://www.ridethecity.com), if you drop a marker or > drag the market around, we send the lon/lat to the server and look up > the nearest street name

Re: [OpenLayers-Users] snap to road

2009-03-18 Thread Jordan Anderson
Hey Maxx, ridethecity.com does something similar to this and you can see it in two places: On the main page (http://www.ridethecity.com), if you drop a marker or drag the market around, we send the lon/lat to the server and look up the nearest street name in our PostGIS street database (but only

Re: [OpenLayers-Users] snap to road

2009-03-18 Thread Stephen Woodbridge
emmexx wrote: > I started to study OL a couple of weeks ago so I don't master it pretty > well. > I wrote some simple code based on the examples. > I'm going to write a web application that will have to manage complex > data about cycleways and users will draw routes on a map. > > I don't know if

[OpenLayers-Users] snap to road

2009-03-18 Thread emmexx
I started to study OL a couple of weeks ago so I don't master it pretty well. I wrote some simple code based on the examples. I'm going to write a web application that will have to manage complex data about cycleways and users will draw routes on a map. I don't know if the user will be restricted

Re: [OpenLayers-Users] Snap

2008-10-30 Thread Eric Lemoine
On Thu, Oct 30, 2008 at 2:26 PM, Frédéric Junod <[EMAIL PROTECTED]> wrote: > The most up to date version lives here: > http://trac.openlayers.org/browser/sandbox/camptocamp/snapping should actually apply to that sandbox. -- Eric __

Re: [OpenLayers-Users] Snap

2008-10-30 Thread Frédéric Junod
The most up to date version lives here: http://trac.openlayers.org/browser/sandbox/camptocamp/snapping Regards, fredj Le Thu, 30 Oct 2008 05:43:41 -0700 (PDT), Iacovlev Pavel <[EMAIL PROTECTED]> a écrit : > > Sorry for the delay in response, about the snapping.patch"where do I find the > "lib/

Re: [OpenLayers-Users] Snap

2008-10-30 Thread Iacovlev Pavel
Sorry for the delay in response, about the snapping.patch"where do I find the "lib/OpenLayers/Snapping.js" file that is required by http://trac.openlayers.org/attachment/ticket/954/snapping.patch Eric Lemoine-3 wrote: > > Hello. I have an updated version of the snapping patch that should > clea

Re: [OpenLayers-Users] Snap

2008-10-28 Thread Eric Lemoine
Hello. I have an updated version of the snapping patch that should cleanly apply to trunk. I don't have it handy right now but I'll create a ticket with the patch attached to it as soon as I can. I recently wrote an email to the dev list giving a status on the snapping patch, search the list archiv

[OpenLayers-Users] Snap

2008-10-28 Thread Iacovlev Pavel
Good day all I want to implement snap to WFS layer then drawing a geometry. I got the drawing part and added my WFS layer, but I don't know how to make the geometry snap to my WFS layer. I found http://dev.openlayers.org/sandbox/camptocamp/feature/examples/modify-feature.html, and the exam

[OpenLayers-Users] Snap Marker to Polyline / Import timestamps from GPX

2008-09-03 Thread otternase
Hello I have a problem which is somewhat complex and being new to OpenLayers I don't really know how to start... The task is this: 1) init: - loading a trace from a GPX File (incl. timestamps) - showing this trace as a polyline on a map - adding a marker at the starting point of the trace 2) f