| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Mar 9 at 2:45 | |
| stats | profile views | 9 |
|
Oct 3 |
comment |
Wrong order to the path I have found this thread here which seems to have the same problem as me lists.osgeo.org/pipermail/pgrouting-users/2010-April/… What i don't understand is why the segment is loading in reverse and how can i understand that . Also i can't understand the given solution so a little more detailed explanation would be much apriciated |
|
Sep 29 |
comment |
Is there a way to show the direction of a route? I use openlayers |
|
Apr 18 |
comment |
How to find the nearest point projected on the road network? Thanks a lot I 'll give it a try .My road network is MULTILINESTRING (i used osm2pgrouting to import my data to the database)is there an easy way to break my MULTILINESTRING to LINESTRING (I will google it but if you know you will spare me some time :) )? |
|
Apr 16 |
comment |
How to find the nearest point projected on the road network? Thanks for your reply Mike .I think the second one ! but what do you mean by spatial reference? |
|
Feb 5 |
comment |
Pgrouting OpenLayers all together Thanks neil it seams it was working after i put the OpenLayers.ProxyHost !!! But for some reason it doesn't draw the path i select but another path elsewere at the map (the same all the time)..Anyway thanks for your help Let me ask you something else though i want to built an app that uses tsp. could you give me some advaise how to start(i know there is a tsp function at pgrouting but i want to build my own)! |
|
Feb 3 |
comment |
Pgrouting OpenLayers all together this code has been taken from a tutorial which i can't remember the link i'll try to find it!! though it doesn't seems to do something special i left it there just in case !! |
|
Feb 3 |
comment |
Pgrouting OpenLayers all together Thanks neil for your reply !! Sorry about the messy code :) i did what you said but nothing happened!! i put into my code as global OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url="; and inside my apache server at this path /opt/lampp/cgi-bin i put the proxy.cgi from this site and i also add to allowedHosts the 'localhost' but i couldn't get my data to be drawn at my map. Did i done something wrong to the prosses? |