A G3W-SUITE plugin for https://openrouteservice.org/ service
(Change the following 1.0.0 example version number)
# Install module from github (v1.0.0)
pip3 install git+https://github.com/g3w-suite/g3w-admin-openrouteservice.git@v1.0.0
# Install module from github (dev branch)
# pip3 install git+https://github.com/g3w-suite/g3w-admin-openrouteservice.git@dev
# Install module from local folder (git development)
# pip3 install -e /g3w-admin/plugins/openrouteservice
# Install module from PyPi (not yet available)
# pip3 install g3w-admin-openrouteservice| Name | Meaning | Default |
|---|---|---|
| ORS_MAX_LOCATIONS | Max number of locations (it depends on the server configuration) | 2 |
| ORS_MAX_RANGES | Max number of ranges (it depends on the server configuration) | 6 |
| ORS_ENDPOINT | URL of the service | http://localhost:8080/ors/v2 (for testing) |
| ORS_API_KEY | API Key of the service | None |
| ORS_PROFILES | Dictionary of available profiles | None |