Skip to content

Commit a77542b

Browse files
committed
upgrade to oshdb version 0.7.2, release as 1.6.1
1 parent 76f0d27 commit a77542b

File tree

4 files changed

+68
-61
lines changed

4 files changed

+68
-61
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
## 1.6.1
5+
6+
* upgrade OSHDB to version [`0.7.2`](https://github.com/GIScience/oshdb/releases/tag/0.7.2), with bugfixes for not working `length:` and `area:` filters on ignite and improved job canceling ([#237])
7+
8+
[#237]: https://github.com/GIScience/ohsome-api/pull/237
9+
10+
411
## 1.6.0
512

613
### Bug Fixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
The ohsome API is a generic web API for in-depth analysis of OpenStreetMap (OSM) data with a focus on its history. It allows to get aggregated statistics about the evolution of OSM data itself and about the contributors behind the data. Furthermore, data extraction methods are provided to access the historic development of individual OSM features.
1212

13-
The functionalities of the ohsome API can be accessed via HTTP requests. As a basis underneath serves the [OSHDB API](https://github.com/GIScience/oshdb). The current stable version is [v1.6.0](https://github.com/GIScience/ohsome-api/releases/tag/1.6.0). Developed and maintained by [HeiGIT](https://heigit.org/).
13+
The functionalities of the ohsome API can be accessed via HTTP requests. As a basis underneath serves the [OSHDB API](https://github.com/GIScience/oshdb). The current stable version is [v1.6.1](https://github.com/GIScience/ohsome-api/releases/tag/1.6.1). Developed and maintained by [HeiGIT](https://heigit.org/).
1414

1515
## Using the ohsome API
1616

@@ -39,7 +39,7 @@ Here you see an example response giving the length of residential roads for a bo
3939
"url": "https://ohsome.org/copyrights",
4040
"text": "© OpenStreetMap contributors"
4141
},
42-
"apiVersion": "1.6.0",
42+
"apiVersion": "1.6.1",
4343
"metadata": {
4444
"executionTime": 858,
4545
"description": "Total length of items in meters.",
@@ -108,8 +108,8 @@ These instructions will get you a copy of the project up and running on your loc
108108
2. move to your Maven project directory in a shell (e.g. Windows PowerShell)
109109
3. enter the command `mvn -DskipTests=true package` to build the project (if you want to build it running the integrated tests too, look at the section [Testing](#testing))
110110
4. to run the jar file enter the following (if no additional keytables file is given, you can assume that it is included):
111-
* keytables included: `java -jar target/ohsome-api-1.6.0.jar --database.db=C:/path-to-your-data/ba-wue.oshdb`
112-
* keytables not included: `java -jar target/ohsome-api-1.6.0.jar --database.db=C:/path-to-your-data/ba-wue.oshdb --database.keytables=C:/path-to-your-keytablesFile/keytables`
111+
* keytables included: `java -jar target/ohsome-api-1.6.1.jar --database.db=C:/path-to-your-data/ba-wue.oshdb`
112+
* keytables not included: `java -jar target/ohsome-api-1.6.1.jar --database.db=C:/path-to-your-data/ba-wue.oshdb --database.keytables=C:/path-to-your-keytablesFile/keytables`
113113

114114
Now you should have a running local API, which is ready for receiving requests under *http://localhost:8080/*.
115115
<br>To check if it is running properly, you should be able to visit the swagger documentation under *http://localhost:8080/swagger-ui.html*.

0 commit comments

Comments
 (0)