The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
303 views

GPS integration with multiple waypoint routes

I'm building a system that needs to get the output of a route optimizer into the hands of a driver who intends to make deliveries on that route. Whilst I can supply this to the driver as a printed ...
5
votes
1answer
218 views

How to automatically create all possible polyline routes connecting many point locations around a polygon obstruction?

Lets say I have 30 ports on the west of an island, and 30 on the east, and need to calculate all possible shipping distances between each and every port, with the routes having to steer around the ...
5
votes
2answers
577 views

US Tiger or Open Street Map Route Data: One Way Street & Intersection Data

We're building a U.S. street routing application (finding paths for cars between two or more locations using public roads) and would like to use open source data US Tiger Data or Open Street Map or ...
5
votes
1answer
526 views

How to route over (partial) edges in pgrouting?

I have made a route planning system (based on shortest path using A*) like the Google directions service using pgrouting and google maps. It includes clicking on the map to generate waypoints, ...
4
votes
2answers
403 views

ArcGIS, Calibrating routes, interpolation error

I know that copy a question is not exactly great way to ask on this forum, but my situation is exactly the same as this unresolved issue on the (closed) ESRI forum: I have a stream centreline ...
3
votes
2answers
165 views

Generating random points on a route

I am trying to generate random points on a route from one point to another. What I have till now is, given a source and a destination, I can get a route using Google's API. But how do I get the ...
3
votes
3answers
154 views

I have a list of coordinates that make up a route - how can I easily render this shape on a map?

Additional info - I don't need this to be on a map - I just need the shape of the route. Is there anything that can return that shape easily? The list of coordinates are in an xml document and I'd ...
2
votes
1answer
234 views

Find the nearest geo point

I have a gps device that does not output very accurate gps positions. How can I round those coordonates so that they will match the street course and not buildings etc ? I want to draw a route on ...
2
votes
1answer
73 views

Relevant data for cost attribute to calculate route time

I have imported OSM data into PgRouting database. I would like to use driving_distance() function to calculate route time. How to add relevant time cost into database ? Thanks
2
votes
1answer
88 views

Is there a way to show the direction of a route?

I use pgrouting and openstreetmaps .I would like to know if there is a way to show the direction of the route on the map (eg something like this ---->---- or any other way,idea) Thanks in advance.
2
votes
2answers
618 views

MySQL Query to fetch all cities and POI's near the route

I'm implementing alghorithm to search POI near the route (array of Lat, Long points). My problem is that I don't know how to calculate distance beetween line segment and POI. Look at picture that I ...
2
votes
0answers
73 views

finding a location on a line using a point and a relative distance with arcgis js api

The problem I'm trying to solve is to find a point on a line given another point on the same line and a distance from the same point. I've been looking on the various RouteTask examples but they ...
1
vote
2answers
98 views

Routing with Shapefiles

I am having shapefiles for a particular map location, the shapefile consists of points and polylines. Now I want to find the shortest path between the points. What is perfect and simple method to find ...
1
vote
2answers
60 views

Difference between Trip and Route in Google Transit

I am developing a transit webapp using Google Transit, while referring to documentation, i see two different datasets (trips.txt and routes.txt) but i can't clarify the difference between them.
1
vote
1answer
135 views

The coordinates measure are out of bounds in Android route task

I am a beginner in ArcGIS and I was following this tutorial. I am trying to find a route between two points. I created a sample application, in which first, i get the two points on map single tap as ...
1
vote
1answer
61 views

How can i create a webservice the shortest route between two POIs?

I would like to create a prototype of a webservice that can calculate the shortest route between two POIs. How can I do that ? (I don't have any knowledge about the back-end of GIS and webmapping. So ...
1
vote
2answers
620 views

Turning addresses into GPS coordinates into delivery route?

I have a list of locations (prospects I need to meet) I have to drive to, and I'd like to use either Google Maps or Open Street View to build an optimized route. Are there tools that can take a CSV ...
0
votes
2answers
131 views

How to create a route and add that route as layer to map using ArcPy?

I wrote a little script for ArcGis, and when I make it run by GUI it happens that it seems to create routes but the routes do not appear in the TOC. Consequently, when the script tries to execute ...
0
votes
1answer
24 views

Make Route with Python and network analyst in ArcGIS 10

Good Day, I'm having trouble debugging my python code to create a network analyst layer in ArcGIS 10.0. Basically when run from a script tool the code completes successfully without actually doing ...
0
votes
2answers
60 views

Some highways segments ignored by osm2po?

Where i can read why some roads/segments are disappear from routing? We are trying to comment all "wtr.deny" rules in config file, but nothing changed. Examples added as links bellow. Screenshot1 ...
0
votes
1answer
58 views

Error 001143 and Error 99999 when using Locate Features Along Routes in ArcGIS10.1

To Whom it May Concern, So, oddly, what I need to do has worked for about half of my data but not the rest. I'm trying to use the Locate Features Along Routes tool in ArcGIS10.1. I have a smaller ...
0
votes
0answers
29 views

How to find dijkstra's shortest path in OpenLayers [duplicate]

I have just hard coded the routes and calculating distance for each node from the source node, but I could not find the shortest path . I am just trying to move or find the nodes of a LineString by ...
0
votes
0answers
41 views

How can I locate features along multiple routes in a consistent direction?

I have a large network of routes that I've created based on an NHD plus stream layer and a large number of points that are located throughout this network. I've got the routes segregated by stream as ...
0
votes
0answers
215 views

Draw route using open Layers [closed]

I have several waypoints in my database and I want to draw a route. How can I do this using open Layers I am very new to javascript. A tutorial will be great if you can help. Thanks