diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 49f93a9b..5e1968cc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,7 +12,7 @@ A clear and concise description of what the bug is.
### General Information
Please include the following general information about the issue and list any additional steps needed to reproduce the bug.
- - Version of the ohsome API [e.g. `1.10.0`]
+ - Version of the ohsome API [e.g. `1.10.3`]
- Which API instance was requested [e.g. remote instance at `https://api.ohsome.org/v1`, local instance with an h2 file or connected to the cluster, etc.]
- Affected endpoint(s) [e.g. /contributions/count]
- URL of your request (and request body if applicable)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddee11a3..6c20d16e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,14 @@
Changelog
=========
-## 1.11.0-SNAPSHOT (current main)
+## 1.10.3
### Bug Fixes
* Fix contributions extractions endpoints which were missing _deletion_ contributions that were later reverted ([#324])
### Other
* Fix filter documentation ([#326])
+* Upgrade to OSHDB [v1.2.3](https://github.com/GIScience/oshdb/blob/main/CHANGELOG.md#123)
[#324]: https://github.com/GIScience/ohsome-api/pull/324
[#326]: https://github.com/GIScience/ohsome-api/pull/326
diff --git a/README.md b/README.md
index 280076af..912ac0c7 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
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.
-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.10.2](https://github.com/GIScience/ohsome-api/releases/tag/1.10.2). Developed and maintained by [HeiGIT](https://heigit.org/).
+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.10.3](https://github.com/GIScience/ohsome-api/releases/tag/1.10.3). Developed and maintained by [HeiGIT](https://heigit.org/).
## Using the ohsome API
@@ -39,7 +39,7 @@ Here you see an example response giving the length of residential roads for a bo
"url": "https://ohsome.org/copyrights",
"text": "© OpenStreetMap contributors"
},
- "apiVersion": "1.10.2",
+ "apiVersion": "1.10.3",
"metadata": {
"executionTime": 858,
"description": "Total length of items in meters.",
@@ -122,8 +122,8 @@ These instructions will get you a copy of the project up and running on your loc
2. move to your Maven project directory in a shell (e.g. Windows PowerShell)
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))
4. to run the jar file enter the following (if no additional keytables file is given, you can assume that it is included):
- * keytables included: `java -jar target/ohsome-api-1.10.2.jar --database.db=C:/path-to-your-data/ba-wue.oshdb`
- * keytables not included: `java -jar target/ohsome-api-1.10.2.jar --database.db=C:/path-to-your-data/ba-wue.oshdb --database.keytables=C:/path-to-your-keytablesFile/keytables`
+ * keytables included: `java -jar target/ohsome-api-1.10.3.jar --database.db=C:/path-to-your-data/ba-wue.oshdb`
+ * keytables not included: `java -jar target/ohsome-api-1.10.3.jar --database.db=C:/path-to-your-data/ba-wue.oshdb --database.keytables=C:/path-to-your-keytablesFile/keytables`
Now you should have a running local API, which is ready for receiving requests under *http://localhost:8080/*.
To check if it is running properly, you should be able to visit the swagger documentation under *http://localhost:8080/swagger-ui.html*.
diff --git a/docs/endpoints.rst b/docs/endpoints.rst
index 42d219bb..3cd33353 100644
--- a/docs/endpoints.rst
+++ b/docs/endpoints.rst
@@ -65,7 +65,7 @@ How big is the area of farmland in the region Rhein-Neckar?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"timestamp" : "2014-01-01T00:00:00Z",
"value" : 1.020940258E7
@@ -79,7 +79,7 @@ How big is the area of farmland in the region Rhein-Neckar?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"timestamp" : "2014-01-01T00:00:00Z",
"value" : 1.020940258E7
@@ -93,7 +93,7 @@ How big is the area of farmland in the region Rhein-Neckar?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"timestamp" : "2014-01-01T00:00:00Z",
"value" : 10209402.58
@@ -107,7 +107,7 @@ How big is the area of farmland in the region Rhein-Neckar?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"timestamp" : "2014-01-01T00:00:00Z",
"value" : 1.020940258E7
@@ -160,7 +160,7 @@ What is the density of restaurants with wheelchair access in Heidelberg?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"timestamp" : "2019-05-07T00:00:00Z",
"value" : 0.79
@@ -174,7 +174,7 @@ What is the density of restaurants with wheelchair access in Heidelberg?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"timestamp" : "2019-05-07T00:00:00Z",
"value" : 0.79
@@ -188,7 +188,7 @@ What is the density of restaurants with wheelchair access in Heidelberg?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"timestamp" : "2019-05-07T00:00:00Z",
"value" : 0.79
@@ -202,7 +202,7 @@ What is the density of restaurants with wheelchair access in Heidelberg?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"timestamp" : "2019-05-07T00:00:00Z",
"value" : 0.79
@@ -262,7 +262,7 @@ How many oneway streets exist within living_street streets in Heidelberg over ti
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"ratioResult" : [ {
"timestamp" : "2016-01-01T00:00:00Z",
"value" : 28660.519999999997,
@@ -288,7 +288,7 @@ How many oneway streets exist within living_street streets in Heidelberg over ti
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"ratioResult" : [ {
"timestamp" : "2016-01-01T00:00:00Z",
"value" : 28660.519999999997,
@@ -314,7 +314,7 @@ How many oneway streets exist within living_street streets in Heidelberg over ti
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"ratioResult" : [ {
"timestamp" : "2016-01-01T00:00:00Z",
"value" : 28660.519999999997,
@@ -340,7 +340,7 @@ How many oneway streets exist within living_street streets in Heidelberg over ti
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"ratioResult" : [ {
"timestamp" : "2016-01-01T00:00:00Z",
"value" : 28660.519999999997,
@@ -412,7 +412,7 @@ How often information about the roof of buildings is present?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"result" : [ {
"timestamp" : "2018-01-01T00:00:00Z",
@@ -441,7 +441,7 @@ How often information about the roof of buildings is present?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"result" : [ {
"timestamp" : "2018-01-01T00:00:00Z",
@@ -470,7 +470,7 @@ How often information about the roof of buildings is present?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"result" : [ {
"timestamp" : "2018-01-01T00:00:00Z",
@@ -499,7 +499,7 @@ How often information about the roof of buildings is present?
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"result" : [ {
"timestamp" : "2018-01-01T00:00:00Z",
@@ -582,7 +582,7 @@ Compare length of different types of streets for two or more regions.
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"result" : [ {
"timestamp" : "2018-01-01T00:00:00Z",
@@ -641,7 +641,7 @@ Compare length of different types of streets for two or more regions.
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"result" : [ {
"timestamp" : "2018-01-01T00:00:00Z",
@@ -700,7 +700,7 @@ Compare length of different types of streets for two or more regions.
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"result" : [ {
"timestamp" : "2018-01-01T00:00:00Z",
@@ -759,7 +759,7 @@ Compare length of different types of streets for two or more regions.
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"result" : [ {
"timestamp" : "2018-01-01T00:00:00Z",
@@ -884,7 +884,7 @@ Show number of users editing buildings before, during and after Nepal earthquake
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"fromTimestamp" : "2015-03-01T00:00:00Z",
"toTimestamp" : "2015-04-01T00:00:00Z",
@@ -915,7 +915,7 @@ Show number of users editing buildings before, during and after Nepal earthquake
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"fromTimestamp" : "2015-03-01T00:00:00Z",
"toTimestamp" : "2015-04-01T00:00:00Z",
@@ -946,7 +946,7 @@ Show number of users editing buildings before, during and after Nepal earthquake
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"fromTimestamp" : "2015-03-01T00:00:00Z",
"toTimestamp" : "2015-04-01T00:00:00Z",
@@ -977,7 +977,7 @@ Show number of users editing buildings before, during and after Nepal earthquake
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [ {
"fromTimestamp" : "2015-03-01T00:00:00Z",
"toTimestamp" : "2015-04-01T00:00:00Z",
@@ -1063,7 +1063,7 @@ Number of contributions to the building 'Stadthalle Heidelberg' between 2010 and
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2010-01-01T00:00:00Z",
@@ -1080,7 +1080,7 @@ Number of contributions to the building 'Stadthalle Heidelberg' between 2010 and
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2010-01-01T00:00:00Z",
@@ -1097,7 +1097,7 @@ Number of contributions to the building 'Stadthalle Heidelberg' between 2010 and
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2010-01-01T00:00:00Z",
@@ -1114,7 +1114,7 @@ Number of contributions to the building 'Stadthalle Heidelberg' between 2010 and
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2010-01-01T00:00:00Z",
@@ -1167,7 +1167,7 @@ Density of contributions to shops within the oldtown area of Heidelberg between
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2012-01-01T00:00:00Z",
@@ -1184,7 +1184,7 @@ Density of contributions to shops within the oldtown area of Heidelberg between
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2012-01-01T00:00:00Z",
@@ -1201,7 +1201,7 @@ Density of contributions to shops within the oldtown area of Heidelberg between
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2012-01-01T00:00:00Z",
@@ -1218,7 +1218,7 @@ Density of contributions to shops within the oldtown area of Heidelberg between
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2012-01-01T00:00:00Z",
@@ -1271,7 +1271,7 @@ Number of the latest contributions to residential buildings with a geometry chan
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2014-01-01T00:00:00Z",
@@ -1288,7 +1288,7 @@ Number of the latest contributions to residential buildings with a geometry chan
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2014-01-01T00:00:00Z",
@@ -1305,7 +1305,7 @@ Number of the latest contributions to residential buildings with a geometry chan
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2014-01-01T00:00:00Z",
@@ -1322,7 +1322,7 @@ Number of the latest contributions to residential buildings with a geometry chan
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2014-01-01T00:00:00Z",
@@ -1375,7 +1375,7 @@ Density of the latest contributions with a geometry change to shops within the o
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2012-01-01T00:00:00Z",
@@ -1392,7 +1392,7 @@ Density of the latest contributions with a geometry change to shops within the o
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2012-01-01T00:00:00Z",
@@ -1409,7 +1409,7 @@ Density of the latest contributions with a geometry change to shops within the o
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2012-01-01T00:00:00Z",
@@ -1426,7 +1426,7 @@ Density of the latest contributions with a geometry change to shops within the o
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"result" : [
{
"fromTimestamp" : "2012-01-01T00:00:00Z",
@@ -1479,7 +1479,7 @@ Number of contributions to shops in different suburbs of Heidelberg (Altstadt an
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"groupByObject" : "Heidelberg-Altstadt",
"result" : [ {
@@ -1504,7 +1504,7 @@ Number of contributions to shops in different suburbs of Heidelberg (Altstadt an
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"groupByObject" : "Heidelberg-Altstadt",
"result" : [ {
@@ -1529,7 +1529,7 @@ Number of contributions to shops in different suburbs of Heidelberg (Altstadt an
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"groupByObject" : "Heidelberg-Altstadt",
"result" : [ {
@@ -1554,7 +1554,7 @@ Number of contributions to shops in different suburbs of Heidelberg (Altstadt an
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"groupByObject" : "Heidelberg-Altstadt",
"result" : [ {
@@ -1615,7 +1615,7 @@ Density of contributions to shops within different suburbs of Heidelberg (Altsta
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"groupByObject" : "Heidelberg-Altstadt",
"result" : [ {
@@ -1640,7 +1640,7 @@ Density of contributions to shops within different suburbs of Heidelberg (Altsta
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"groupByObject" : "Heidelberg-Altstadt",
"result" : [ {
@@ -1665,7 +1665,7 @@ Density of contributions to shops within different suburbs of Heidelberg (Altsta
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"groupByObject" : "Heidelberg-Altstadt",
"result" : [ {
@@ -1690,7 +1690,7 @@ Density of contributions to shops within different suburbs of Heidelberg (Altsta
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"groupByResult" : [ {
"groupByObject" : "Heidelberg-Altstadt",
"result" : [ {
@@ -1825,7 +1825,7 @@ Extract the modifications of the blown up tower of the heidelberg castle over ti
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"type" : "FeatureCollection",
"features" : [{
"type" : "Feature",
@@ -1863,7 +1863,7 @@ Extract the modifications of the blown up tower of the heidelberg castle over ti
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"type" : "FeatureCollection",
"features" : [{
"type" : "Feature",
@@ -1901,7 +1901,7 @@ Extract the modifications of the blown up tower of the heidelberg castle over ti
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"type" : "FeatureCollection",
"features" : [{
"type" : "Feature",
@@ -1939,7 +1939,7 @@ Extract the modifications of the blown up tower of the heidelberg castle over ti
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"type" : "FeatureCollection",
"features" : [{
"type" : "Feature",
@@ -2024,7 +2024,7 @@ Get the changes of pharmacies with opening hours in a certain area of Heidelberg
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"metadata" : {
"description" : "Latest contributions as GeoJSON features.",
"requestUrl" : "https://api.ohsome.org/v1/contributions/latest/geometry?bboxes=8.6720,49.3988,8.7026,49.4274&filter=amenity=pharmacy%20and%20opening_hours=*%20and%20type:node&time=2020-02-01,2020-06-29&showMetadata=yes&properties=metadata,tags&clipGeometry=false"
@@ -2101,7 +2101,7 @@ Get the changes of pharmacies with opening hours in a certain area of Heidelberg
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"metadata" : {
"description" : "Latest contributions as GeoJSON features.",
"requestUrl" : "https://api.ohsome.org/v1/contributions/latest/geometry?bboxes=8.6720,49.3988,8.7026,49.4274&filter=amenity=pharmacy%20and%20opening_hours=*%20and%20type:node&time=2020-02-01,2020-06-29&showMetadata=yes&properties=metadata,tags&clipGeometry=false"
@@ -2178,7 +2178,7 @@ Get the changes of pharmacies with opening hours in a certain area of Heidelberg
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"metadata" : {
"description" : "Latest contributions as GeoJSON features.",
"requestUrl" : "https://api.ohsome.org/v1/contributions/latest/geometry?bboxes=8.6720,49.3988,8.7026,49.4274&filter=amenity=pharmacy%20and%20opening_hours=*%20and%20type:node&time=2020-02-01,2020-06-29&showMetadata=yes&properties=metadata,tags&clipGeometry=false"
@@ -2255,7 +2255,7 @@ Get the changes of pharmacies with opening hours in a certain area of Heidelberg
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"metadata" : {
"description" : "Latest contributions as GeoJSON features.",
"requestUrl" : "https://api.ohsome.org/v1/contributions/latest/geometry?bboxes=8.6720,49.3988,8.7026,49.4274&filter=amenity=pharmacy%20and%20opening_hours=*%20and%20type:node&time=2020-02-01,2020-06-29&showMetadata=yes&properties=metadata,tags&clipGeometry=false"
@@ -2376,7 +2376,7 @@ Get the latest change of constructions in a certain area of the Bahnstadt in Hei
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"metadata" : {
"description" : "Latest contributions as GeoJSON features.",
"requestUrl" : "https://api.ohsome.org/v1/contributions/latest/geometry?bboxes=8.6644159,49.401099,8.6663353,49.4027195&filter=landuse=construction%20and%20type:way&time=2020-06-29,2014-07-01&showMetadata=yes&properties=metadata,tags&clipGeometry=false"
@@ -2425,7 +2425,7 @@ Get the latest change of constructions in a certain area of the Bahnstadt in Hei
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"metadata" : {
"description" : "Latest contributions as GeoJSON features.",
"requestUrl" : "https://api.ohsome.org/v1/contributions/latest/geometry?bboxes=8.6644159,49.401099,8.6663353,49.4027195&filter=landuse=construction%20and%20type:way&time=2020-06-29,2014-07-01&showMetadata=yes&properties=metadata,tags&clipGeometry=false"
@@ -2474,7 +2474,7 @@ Get the latest change of constructions in a certain area of the Bahnstadt in Hei
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"metadata" : {
"description" : "Latest contributions as GeoJSON features.",
"requestUrl" : "https://api.ohsome.org/v1/contributions/latest/geometry?bboxes=8.6644159,49.401099,8.6663353,49.4027195&filter=landuse=construction%20and%20type:way&time=2020-06-29,2014-07-01&showMetadata=yes&properties=metadata,tags&clipGeometry=false"
@@ -2523,7 +2523,7 @@ Get the latest change of constructions in a certain area of the Bahnstadt in Hei
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"metadata" : {
"description" : "Latest contributions as GeoJSON features.",
"requestUrl" : "https://api.ohsome.org/v1/contributions/latest/geometry?bboxes=8.6644159,49.401099,8.6663353,49.4027195&filter=landuse=construction%20and%20type:way&time=2020-06-29,2014-07-01&showMetadata=yes&properties=metadata,tags&clipGeometry=false"
@@ -2606,7 +2606,7 @@ Get metadata of the underlying OSHDB data
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"timeout": 600.0,
"extractRegion" : {
"spatialExtent" : {
@@ -2628,7 +2628,7 @@ Get metadata of the underlying OSHDB data
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"extractRegion" : {
"spatialExtent" : {
"type" : "Polygon",
@@ -2649,7 +2649,7 @@ Get metadata of the underlying OSHDB data
"url" : "https://ohsome.org/copyrights",
"text" : "© OpenStreetMap contributors"
},
- "apiVersion" : "1.10.2",
+ "apiVersion" : "1.10.3",
"extractRegion" : {
"spatialExtent" : {
"type" : "Polygon",
diff --git a/pom.xml b/pom.xml
index 110f0ce7..6b898978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
0.17.0
3.2.0
5.6
- 1.2.2
+ 1.2.3
1.18.26
1.18.20.0
src/main/lombok