-
```
Use JTS Topology Suite for the spatial predicates and functions internally
http://www.vividsolutions.com/jts/JTSHome.htm
```
Original issue reported on code.google.com by `haolin....@gmail.com` o…
-
There's a package [Dart JTS](https://pub.dev/packages/dart_jts#-example-tab-) which is a port of Java Topology Suite which Java ORM libraries like Hibernate Spatial use to support PostGIS datatypes.
…
-
Beside the tags on a way itself, more useful information could be derived from the OpenStreetMap features around it, in order to get more pleasant, quiet and safe routes for example.
Some examples:…
-
Hi @tripleSevenRada , is it still supported? I really like your idea! Let me know
-
a standard **buffer tool for vector** is missing. it would be useful to have it within the library, in order to avoid the mix of other gis tools.
mlavy updated
4 years ago
-
I hacked up a module to add elevation to waypoints from a GeoJSON by sampling a GeoTIFF Digital Elevation Model (pull request #4 ), and it was a bit of a bear. Not because it's inherently hard (it…
-
Add geographic shapes to maps: lines and polygons.
-
I was trying to calculate if a vehicle is on a predefined route. For this I used several circular geofences on the route and checked if the course is as expected. Is there a better method to do this? …
-
As the question, I want to build R-tree index for spatial data using Apache-Spark, the input and output is `HDFS`.
-
See https://github.com/hibernate/hibernate-ogm/blob/master/core/src/main/java/org/hibernate/ogm/exception/impl/Exceptions.java
This will give better stacktraces to callers of generated mapper impleme…