-
When my model refreshes, I'm getting this error sometimes:
```ruby
def read_point
i = @position
@position += 16
fail EWKBFormatError.new('Truncated data') if @…
-
I'm on window 11 and I'm having use trying to build my module which imports simplefeature/geos
When I try to build I'm getting the follow error:
`github.com/peterstace/simplefeatures/internal/rawge…
-
For now version in npm contains next index.js
which is really different form current index.js
```
module.exports = function(feature, tolerance, highQuality){
if(feature.geometry.type === 'LineStr…
-
I encountered a very strange bug when using github.com/peterstace/simplefeatures/geom :
there are two polygons: the small polygon is inside the the large polygon,
but the result of their intersectio…
-
```
What steps will reproduce the problem?
1. Use Chrome in OSX
2.
3.
What is the expected output? What do you see instead?
It looks broken. Works fine in other browsers... but Chrome in OSX isn't
h…
-
```
What steps will reproduce the problem?
1. Load main page of simpleFeatures under unRAID 5.0-rc12a
2. Ensure Parity check is NOT running, but HAS been completed
3. Info stating last parity check ti…
-
```
What steps will reproduce the problem?
1. Installed simplefeatures on unRaid 5.0 rc12b
2. Cleared browser cache and navigated to "Main" page
What is the expected output? What do you see instead?
…
-
During integration work with GeoMesa / GeoWave we discovered that in our current implementation we may loose some important Features information (on the SimpleFeature => GeoTrellisFeautre conversion).…
-
I've found out that sorting a list of GeoTools features by their Geometry causes an unchecked method invocation warning to be issued.
E.g.:
```java
List features = ...;
featuresList.sort(Compara…
aaime updated
3 years ago
-
I ingest two shape file into geowave, and how do I perform overlay analysis based on SimpleFeature(and i can get Geometry) from geowave?