[OSM-dev] Just Joined List

Tom Hughes tom at compton.nu
Thu Apr 18 12:05:41 UTC 2019


I think that is underplaying things...

I don't speak for the overpass maintainers but I can't imagine
that hitting it every three seconds for every vehicle that you
are tracking is going to go down well - at least if you are
tracking any even vaguely significant number of vehicles.

If you are building a business on this and selling this to
people as a service then you really should be looking to run
your own overpass instance or something.

Tom

On 18/04/2019 12:41, Rory McCann wrote:
> This can be done with the Overpass API, not the OSM editing API
> 
>      way(around:25,LAT,LON)["maxspeed"];out;
> 
> This should give you all ways within 25 m of a point with the maxpseed 
> tag. Be warned though: Most of the main overpass servers do have access 
> limits, and building a business relying on things that can be shut off 
> without warning might not be a good idea.
> 
> On 16/04/2019 09:09, TrackingCentral wrote:
>> Hi
>>
>> I am wanting to be able to return the current road my passing a http 
>> request to the api endpoint passing the co ordinates of the users 
>> location with each request.
>>
>> Just wondering if this function already exist and it is a matter of 
>> sending the http request to the api each time ???
>>
>> Basically I have gps tracking devices that send location data to my 
>> server every 3 second and want the road speed of their location 
>> determined by the api and returned each time I send the http request 
>> to the api endpoint.
>>
>> Can you also advise the variable name that is returned that will hold 
>> the road speed.
>>
>> Claude Raiola
>>
>> TrackingCentral Pty Ltd
>> 61-414 228 948
>>
>> _______________________________________________
>> dev mailing list
>> dev at openstreetmap.org
>> https://lists.openstreetmap.org/listinfo/dev
>>
> 
> 
> _______________________________________________
> dev mailing list
> dev at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev


-- 
Tom Hughes (tom at compton.nu)
http://compton.nu/



More information about the dev mailing list