-
### Description of Issue
We’re experiencing an issue in rendering Crowds with usdskel, whereby all the geometry that is saved as polygons is dropping the normals information at rendertime - and appea…
-
I am unsure if i am using your code correctly, but i assume that the following code behaves different to what i would expect:
```
using GeometryBasics,StableRNGs
rng = StableRNG(123)
resu…
-
**Describe the bug**
with polygon-type tool is activated, our user firstly places a starting point at some region of interest, then he/she tried to zoom in an image or even pan to move the view of th…
-
As far as geographical types are concerned, Neo4j is limited to points, but lines, polygons and multilines and multiplogons are very commonly used geographical types. The spatial plugins https://neo4j…
-
## Issue Details
1.
In it's section "Extensive Example", the Linear Kernel documentation claims that one doesn't need a custom point with a CGAL::Origin ctor, this is not true, at least when usin…
-
## Problem
- Currently we rely on Nominatim (hosted by OSM).
- This is fine, but it's an external API we rely on causing two issues:
- Rate limiting if we call it too many times successively.
…
-
In shapely 1.8 I am getting a warning when subclassing Point (or any other geom) when I add a property (e.g., label: str):
from shapely.geometry import Point
class LabeledPoint(Point):
…
-
Would it be possible for the good folks here to please help me with a problem that I am trying to solve with the S2 geometry library? I am a complete novice, so please bear with me if I do not make se…
-
There is a new property called `geometry:reverse_geocode` in some WOF records that is explicitly indicated for reverse geocoding. `wof-admin-lookup` should prefer those geometries where available.
-
I'm working on a snapping mode for line and polygon drawing that supports snapping moved or created vertices to edges in existing lines/polygons or existing points. (Haven't decided about snapping to …