You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A clear and concise description of what the bug is.
12
12
13
13
### General Information
14
14
Please include the following general information about the issue and list any additional steps needed to reproduce the bug.
15
-
- Version of the ohsome API [e.g. `1.10.0`]
15
+
- Version of the ohsome API [e.g. `1.10.3`]
16
16
- 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.]
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.
12
12
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.10.2](https://github.com/GIScience/ohsome-api/releases/tag/1.10.2). 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.10.3](https://github.com/GIScience/ohsome-api/releases/tag/1.10.3). Developed and maintained by [HeiGIT](https://heigit.org/).
14
14
15
15
## Using the ohsome API
16
16
@@ -39,7 +39,7 @@ Here you see an example response giving the length of residential roads for a bo
"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
122
122
2. move to your Maven project directory in a shell (e.g. Windows PowerShell)
123
123
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))
124
124
4. to run the jar file enter the following (if no additional keytables file is given, you can assume that it is included):
* 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`
127
127
128
128
Now you should have a running local API, which is ready for receiving requests under *http://localhost:8080/*.
129
129
<br>To check if it is running properly, you should be able to visit the swagger documentation under *http://localhost:8080/swagger-ui.html*.
@@ -133,7 +133,7 @@ Now you should have a running local API, which is ready for receiving requests u
133
133
* to disable multithreading: `--database.multithreading=false`
134
134
* if you want to run the maven project in your IDE, you need to set the paths to your data in the run configurations
135
135
* in Eclipse: *Run As --> Run Configurations --> (x)= Arguments --> Program arguments: 'enter the parameters here'*
136
-
* if you want to get information about the code directly, you can access the [Javadoc](https://docs.ohsome.org/java/ohsome-api/), which gets updated daily.
136
+
* if you want to get information about the code directly, you can access the [Javadoc](https://javadoc.io/doc/org.heigit.ohsome/ohsome-api), which gets updated daily.
0 commit comments