From 9f5da8a2e401bf08dd0b7beac13743912fd5f2b2 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 23 Aug 2016 20:23:28 +0200 Subject: [PATCH 1/2] Adding GraphHopper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f585b68..b2ecf62 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Geo](https://github.com/davidmoten/geo/) - GeoHash utilities in Java. * [Geotoolkit.org](http://www.geotoolkit.org/) - Library for developing geospatial applications. Built on top of the Apache SIS project. * [GeoTools](http://geotools.org/) - Library that provides tools for geospatial data. +* [GraphHopper](https://github.com/graphhopper/graphhopper) - Apache licensed road routing engine using OpenStreetMap data. * [H2GIS](http://www.h2gis.org/) - A spatial extension of the H2 database. * [Jgeohash](http://astrapi69.github.io/jgeohash/) - Library that can assist Java developers in using the GeoHash algorithm. * [Mapsforge](https://github.com/mapsforge/mapsforge/) - Software for the rendering of maps based on OpenStreetMap data. From 80297251a199966f4de3163dce1a27e98d05036e Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 31 Aug 2016 22:25:29 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ecf62..fbaea3c 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Geo](https://github.com/davidmoten/geo/) - GeoHash utilities in Java. * [Geotoolkit.org](http://www.geotoolkit.org/) - Library for developing geospatial applications. Built on top of the Apache SIS project. * [GeoTools](http://geotools.org/) - Library that provides tools for geospatial data. -* [GraphHopper](https://github.com/graphhopper/graphhopper) - Apache licensed road routing engine using OpenStreetMap data. +* [GraphHopper](https://github.com/graphhopper/graphhopper) - Road routing engine. Used as Java library or standalone web service. * [H2GIS](http://www.h2gis.org/) - A spatial extension of the H2 database. * [Jgeohash](http://astrapi69.github.io/jgeohash/) - Library that can assist Java developers in using the GeoHash algorithm. * [Mapsforge](https://github.com/mapsforge/mapsforge/) - Software for the rendering of maps based on OpenStreetMap data.