[pmapper-users] routing

2012-06-25 Thread Pedro Costa
Hello, I'm trying to incorporate a routing application on my webgis with Mapserver,pmapper and pgrouting. Does anyone know how I can do for users to choose the starting and destinationpoint ? I do not know how to run the query with the function of the distance that will select the vertex closer

Re: [pmapper-users] routing

2012-06-25 Thread Pedro Costa
can not do through points? The user places the point where want the beginning and end of the route. Only with openlayers? Em 25-06-2012 14:27, johan guerra escreveu: > Escribe texto o la dirección de un sitio web, o bien, traduce un > documento .

[pmapper-users] Adittion depend field in searches

2012-06-25 Thread deivid menna
Hello, can be added more fields dependents in searches,in adittion to dependfld? Ej. dependfld2 ...   ...   SELECT DISTINCT cmsbname FROM cmeu01 WHERE cmsbname ~* '^[search]' {and cmcncd = '[dependfldval]'} {and field2 = '[dependfldval2]'} ORDER BY cmsbname My regards Se puede agrega

Re: [pmapper-users] Adittion depend field in searches

2012-06-25 Thread Armin Burger
no, from what I see in the code the "dependfld" is a fixed parameter. You cannot easily add more of this type without modifying some PHP and JS code. And it currently just works for type "suggest", not "options". armin On 25/06/2012 21:29, deivid menna wrote: > Hello, can be added more fields d