pgrServer
pgrServer copied to clipboard
Routing service that uses pgRouting topologies and is loaded to a JGraphT graph for fast searches even with very dense networks such as OpenStreetMap (OSM) dataset.
Hi Mario, this project looks amazing. It solves almost all of our pgr hurdles. We were just considering writing something similar to pgrServer, but now we don't have to ;)....
I tried it now for a graph spanning all of Austria: 1. generate the topology with osm2po: `java -Xmx2g -jar osm2po-core-5.3.2-signed.jar cmd=c prefix=austria austria-latest.osm.pbf` 2. load the resulting sql: `psql...
Bumps [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) from 2.9.2 to 2.10.0. Commits 2026ff1 Changed the command to include all as gradle properties 87a402f Fixed javadoc error. This is already fixed in openapi branch 02805e1 Updated...