https://github.com/jericks/geometry-ws
Geometry web services
https://github.com/jericks/geometry-ws
geometry geospatial java micronaut microservice
Last synced: about 2 months ago
JSON representation
Geometry web services
- Host: GitHub
- URL: https://github.com/jericks/geometry-ws
- Owner: jericks
- Created: 2019-04-20T01:37:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T23:29:51.000Z (about 4 years ago)
- Last Synced: 2024-01-29T09:39:31.955Z (about 2 years ago)
- Topics: geometry, geospatial, java, micronaut, microservice
- Language: Java
- Homepage:
- Size: 1.05 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/jericks/geometry-ws/actions)
geometry-ws
===========
Micro geometry web services using the Java Topology Suite (JTS) and Micronaut.
Build
-----
```
./gradlew clean build
```
Run
---
```
./gradlew run
```
```
java -jar build/libs/geometry-ws-0.1-all.jar
```
Examples
--------
```
http://localhost:8080/buffer/wkt/wkt?geom=POINT(1 1)&d=10
```
```
http://localhost:8080/buffer/wkt/kml?geom=POINT(1 1)&d=10
```
```
http://localhost:8080/swagger/geometry-web-services-0.0.yml
```
Swagger API documentation is available.

You can use it to try out all of the available web services.

You can visualize result in an OpenLayers or Leaflet map.
