Sign inSign up

hmunoz79/route-arg

By hmunoz79

•Updated almost 6 years ago

Basado en el proyecto graphhopper, ya tiene ARG incluido

Image
2

65

hmunoz79/route-arg repository overview

⁠Calculo de Rutas para Argentina

⁠Basado en el proyecto graphhopper, ya tiene ARG incluido

⁠Dockerfile

FROM graphhopper/graphhopper

COPY ./argentina-data /data

EXPOSE 8989

CMD [ "/data/argentina-latest.osm.pbf" ]

⁠Docker Run Service

docker run --rm  --name graphhopperARG -p 8989:8989 hmunoz79/route-arg:1.0

⁠Ejemplos

http://localhost:8989/route?point=xxxx,xxxx&point=xxxx,xxxx&locale=es-AR&vehicle=car&weighting=fastest&elevation=false&use_miles=false&layer=Omniscale&points_encoded=true&ch.disable=false⁠

Tag summary

Content type

Image

Digest

Size

538.4 MB

Last updated

almost 6 years ago

docker pull hmunoz79/route-arg:1.0