-
Unlike happens when you create a rectangle, circle or a line you are not being provided with the polygon coordinates in the corresponding event.
```
{layer: NewClass, layerType: "polygon", type: "…
-
### Tested versions
4.3-stable
### System information
Windows 11
### Issue description
It seems that `NavigationServer3D::query_path` has some issues optimizing/finding longer paths. All individu…
-
### Tested versions
- Reproducible in v4.2.2.stable, v4.2.1.stable, v4.1.4.stable and v4.3.dev6.official [64520fe67] (but different see below)
### System information
Godot v4.2.2.stable unkn…
-
When trying to find more than 2 sub areas the code breaks as follows:
```
verts = [[0,0],[1,0],[1,1]]#,[0,1]]
p = Polygon(verts)
p.subdivide(3)
-------------------------------------------------…
-
Hi, I'm wondering if it would be possible to have a `WkbType` column and filter out geometries based on a given type (Point, LineString, Polygon etc). There are some compute functions available, there…
-
Needed:
- Polygons [USA Counties](https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services/USA_Counties_Generalized_Boundaries/FeatureServer/0/query)
- Table [Provider Table](https://serv…
-
Hi!
Thanks so much for creating this great library. I wonder if it's possible to use images as marks in plots, like this example in Vega-lite: [https://vega.github.io/vega-lite/docs/image.html#exam…
-
following Tudor suggestions here #202 a user action to begin adding a geometry polygon part to an installation would be a nice shortcut to help user understand the workflow.
Currently adding a new…
-
current versions incompatible:
```
Could not solve for environment specs
The following packages are incompatible
├─ geopandas >=1.0 is requested and can be installed;
└─ osmnx >=1.9.4 is not …
-
Return empty mesh What is going on, I tried many mesh, some can return simplified mesh, some return empty mesh, some return the original input mesh, what is going on in the end? How can you guarantee …