Re: [OSRM-talk] OSRM Problems

2020-03-21 Thread Richard Fairhurst
> Item #1.
>
> If I go here:
> http://project-osrm.org/
> and click on "View Demo", and put in 2 points
> the route is not calculated and the GPX export
> button is not active (it is grayed out).  This
> used to work.  What happened?

The OSRM demo server no longer has a TLS certificate and so any attempts to 
access it via HTTPS, which the demo UI tries to do, will fail. See 
https://github.com/Project-OSRM/osrm-backend/issues/5655 .

OSRM is essentially abandonware at this point. Great piece of software that it 
is, I would only suggest building anything on it if (a) you are happy with its 
current functionality or (b) you are prepared to maintain it (or a fork) 
yourself.

Richard
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


Re: [OSRM-talk] OSRM Problems

2020-03-21 Thread Nikhil VJ
Note: The "hint" is not the path between the two points.

Try running their docker image - quick way to get started.

--
Cheers,
Nikhil VJ
https://nikhilvj.co.in


On Sat, Mar 21, 2020 at 6:52 PM Alex Farioletti  wrote:

> Here are a couple online polyline gui tools
>
> https://developers.google.com/maps/documentation/utilities/polylineutility
>
> https://www.keene.edu/campus/maps/tool/
>
> On Sat, Mar 21, 2020, 5:51 AM Mike Flannigan  wrote:
>
>>
>> Item #1.
>>
>> If I go here:
>> http://project-osrm.org/
>> and click on "View Demo", and put in 2 points
>> the route is not calculated and the GPX export
>> button is not active (it is grayed out).  This
>> used to work.  What happened?
>>
>>
>> Item #2.
>>
>> Using the old techniques I am able to
>> get this output from a browser:
>>
>>
>> routes
>> 0
>> legs
>> 0
>> summary ""
>> weight 52725.6
>> duration 52286.9
>> steps []
>> distance 1443457.1
>> weight_name "routability"
>> weight 52725.6
>> duration 52286.9
>> distance 1443457.1
>> waypoints
>> 0
>> hint
>> "HXjihCh44oQAagAAAMh8AAAfDwAAAKv8nkIyMrtGwmU1RQBqyHwAAB8PAACZRgAABOzM-QORxQLcIcz5WILFAlkCbxbnlcEk"
>> distance 3992.7959862545904
>> name "Old 16 Road"
>> location
>> 0 -104.010748
>> 1 46.502147
>> 1
>> hint
>> "pLGsgKixrIAtYwAAjqSVQl4wIEMAAC0AAABjAACZRgAAyMVa-rFxUQLExVr6sXFRAgAAPwvnlcEk"
>> distance 0.34712334988660304
>> name "Nieman Road"
>> location
>> 0 -94.714424
>> 1 38.891953
>> code "Ok"
>> I want to change the "hint" to lat/long pairs.
>> I hear this can be done with @mapbox/polyline.js.
>> But oddly I am having trouble installing that package.
>>
>> I am on Linux Ubuntu.
>>
>>
>> Mike
>>
>>
>> ___
>> OSRM-talk mailing list
>> OSRM-talk@openstreetmap.org
>> https://lists.openstreetmap.org/listinfo/osrm-talk
>>
> Alex Farioletti
> 415.312.1674
> twinjet.co
> ___
> OSRM-talk mailing list
> OSRM-talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/osrm-talk
>
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


Re: [OSRM-talk] OSRM Problems

2020-03-21 Thread Alex Farioletti
Here are a couple online polyline gui tools

https://developers.google.com/maps/documentation/utilities/polylineutility

https://www.keene.edu/campus/maps/tool/

On Sat, Mar 21, 2020, 5:51 AM Mike Flannigan  wrote:

>
> Item #1.
>
> If I go here:
> http://project-osrm.org/
> and click on "View Demo", and put in 2 points
> the route is not calculated and the GPX export
> button is not active (it is grayed out).  This
> used to work.  What happened?
>
>
> Item #2.
>
> Using the old techniques I am able to
> get this output from a browser:
>
>
> routes
> 0
> legs
> 0
> summary ""
> weight 52725.6
> duration 52286.9
> steps []
> distance 1443457.1
> weight_name "routability"
> weight 52725.6
> duration 52286.9
> distance 1443457.1
> waypoints
> 0
> hint
> "HXjihCh44oQAagAAAMh8AAAfDwAAAKv8nkIyMrtGwmU1RQBqyHwAAB8PAACZRgAABOzM-QORxQLcIcz5WILFAlkCbxbnlcEk"
> distance 3992.7959862545904
> name "Old 16 Road"
> location
> 0 -104.010748
> 1 46.502147
> 1
> hint
> "pLGsgKixrIAtYwAAjqSVQl4wIEMAAC0AAABjAACZRgAAyMVa-rFxUQLExVr6sXFRAgAAPwvnlcEk"
> distance 0.34712334988660304
> name "Nieman Road"
> location
> 0 -94.714424
> 1 38.891953
> code "Ok"
> I want to change the "hint" to lat/long pairs.
> I hear this can be done with @mapbox/polyline.js.
> But oddly I am having trouble installing that package.
>
> I am on Linux Ubuntu.
>
>
> Mike
>
>
> ___
> OSRM-talk mailing list
> OSRM-talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/osrm-talk
>
Alex Farioletti
415.312.1674
twinjet.co
___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk


[OSRM-talk] OSRM Problems

2020-03-21 Thread Mike Flannigan


Item #1.

If I go here:
http://project-osrm.org/
and click on "View Demo", and put in 2 points
the route is not calculated and the GPX export
button is not active (it is grayed out).  This
used to work.  What happened?


Item #2.

Using the old techniques I am able to
get this output from a browser:


routes  
0   
legs
0   
summary ""
weight  52725.6
duration52286.9
steps   []
distance1443457.1
weight_name "routability"
weight  52725.6
duration52286.9
distance1443457.1
waypoints   
0   
hint 
"HXjihCh44oQAagAAAMh8AAAfDwAAAKv8nkIyMrtGwmU1RQBqyHwAAB8PAACZRgAABOzM-QORxQLcIcz5WILFAlkCbxbnlcEk" 


distance3992.7959862545904
name"Old 16 Road"
location
0   -104.010748
1   46.502147
1   
hint 
"pLGsgKixrIAtYwAAjqSVQl4wIEMAAC0AAABjAACZRgAAyMVa-rFxUQLExVr6sXFRAgAAPwvnlcEk" 


distance0.34712334988660304
name"Nieman Road"
location
0   -94.714424
1   38.891953
code"Ok"


I want to change the "hint" to lat/long pairs.
I hear this can be done with @mapbox/polyline.js.
But oddly I am having trouble installing that package.

I am on Linux Ubuntu.


Mike


___
OSRM-talk mailing list
OSRM-talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/osrm-talk