Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace GoogleMaps by Open Source Stack #43

Open
hbruch opened this issue Feb 20, 2016 · 3 comments
Open

Replace GoogleMaps by Open Source Stack #43

hbruch opened this issue Feb 20, 2016 · 3 comments

Comments

@hbruch
Copy link

hbruch commented Feb 20, 2016

Usage of GoogleMaps imposes a number of restrictions like e.g. number of requests or no intranet usage.

Today, for the whole GoogleMap stack very good OS alternatives exist: OSM, OpenLayers/Leaflet, Graphhopper, Photon Geocoder, just to name my favorites.

This would enable quite some new features like routebased matching instead of circumference based matching or intranet deployments, e.g. for organizations that don't want to share their empolyees data.

@tagliala
Copy link
Member

I could think something framework agnostic.

Does other providers support route calculation?

This would enable quite some new features like routebased matching

Could you please provide more info on this?

@hbruch
Copy link
Author

hbruch commented Feb 25, 2016

I could think something framework agnostic.

Sounds great.

Does other providers support route calculation?

I know of http://openride.xeneris.net/ which uses Graphhopper to calculate detour for matches.

Could you please provide more info on this?

The simplest algorithm I can think of is a two-pass matching, that first filters on circumference and other criteria like time, (non)-smoking preferences and afterwards perform detour calculations to rank them.

A couple of publications propose more elaborate techniques, e.g.
http://essay.utwente.nl/65091/1/Quint_MA_MB.pdf
http://www.its.uci.edu/its/publications/papers/ITS/UCI-ITS-WP-15-1.pdf
http://www.sf.bg.ac.rs/downloads/katedre/oi/5.Teodorovic_DellOrco.pdf
https://pdfs.semanticscholar.org/d732/be44762226a85cdb3a73751c8ede070ba946.pdf

@kirantpatil
Copy link

We should also add a provision to add the geocoding and geolocation details to Open street map.

https://harrywood.co.uk/blog/2018/06/05/space4-openstreetmap-talk/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants