Skip to content

Commit faa4f44

Browse files
author
GitLab CI/CD
committed
Generated update for version 8.1.0. Please review before merging.
1 parent a094f7d commit faa4f44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+99
-99
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The openrouteservice library gives you painless access to the [openrouteservice]
88

99
| API Version | Package version | Build package |
1010
| -------------- | ------------------ | ------------------ |
11-
| 8.0.1 | 8.0.1 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |
11+
| 8.1.0 | 8.1.0 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |
1212

1313
For further details, please visit:
1414
- our [homepage](https://openrouteservice.org)

docs/SnappingServiceApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Method | HTTP request | Description
1616
1717
Snapping Service
1818

19-
Returns a list of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned.
19+
Returns a list of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned.
2020

2121
### Example
2222
```python
@@ -66,7 +66,7 @@ Name | Type | Description | Notes
6666
6767
Snapping Service GeoJSON
6868

69-
Returns a GeoJSON FeatureCollection of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, it is omitted from the features array. The features provide the 'source_id' property, to match the results with the input location array (IDs start at 0).
69+
Returns a GeoJSON FeatureCollection of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, it is omitted from the features array. The features provide the 'source_id' property, to match the results with the input location array (IDs start at 0).
7070

7171
### Example
7272
```python
@@ -116,7 +116,7 @@ Name | Type | Description | Notes
116116
117117
Snapping Service JSON
118118

119-
Returns a list of points snapped to the nearest edge in the graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned.
119+
Returns a list of points snapped to the nearest edge in the routing graph. In case an appropriate snapping point cannot be found within the specified search radius, \"null\" is returned.
120120

121121
### Example
122122
```python

openrouteservice/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"""
66
Openrouteservice
77
8-
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
8+
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
99
10-
OpenAPI spec version: 8.0.1
10+
OpenAPI spec version: 8.1.0
1111
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""

openrouteservice/api/directions_service_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44
Openrouteservice
55
6-
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
6+
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
77
8-
OpenAPI spec version: 8.0.1
8+
OpenAPI spec version: 8.1.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

openrouteservice/api/elevation_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44
Openrouteservice
55
6-
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
6+
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
77
8-
OpenAPI spec version: 8.0.1
8+
OpenAPI spec version: 8.1.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

openrouteservice/api/geocode_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44
Openrouteservice
55
6-
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
6+
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
77
8-
OpenAPI spec version: 8.0.1
8+
OpenAPI spec version: 8.1.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

openrouteservice/api/isochrones_service_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44
Openrouteservice
55
6-
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
6+
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
77
8-
OpenAPI spec version: 8.0.1
8+
OpenAPI spec version: 8.1.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

openrouteservice/api/matrix_service_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44
Openrouteservice
55
6-
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
6+
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
77
8-
OpenAPI spec version: 8.0.1
8+
OpenAPI spec version: 8.1.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

openrouteservice/api/optimization_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44
Openrouteservice
55
6-
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
6+
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
77
8-
OpenAPI spec version: 8.0.1
8+
OpenAPI spec version: 8.1.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

openrouteservice/api/pois_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44
Openrouteservice
55
6-
This is the openrouteservice API documentation for ORS Core-Version 8.0.1. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
6+
This is the openrouteservice API documentation for ORS Core-Version 8.1.0. Documentations for [older Core-Versions](https://github.com/GIScience/openrouteservice-docs/releases) can be rendered with the [Swagger-Editor](https://editor-next.swagger.io/). # noqa: E501
77
8-
OpenAPI spec version: 8.0.1
8+
OpenAPI spec version: 8.1.0
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)