-
I'm trying to write a visualization application with a disk tree graph that looks like [DaisyDisk](https://daisydiskapp.com/) which requires buttons shaped like arc segments.
I tried implementing a c…
-
For "regular" plots (not the special case of stratigraphy), data are rendered by considering **one** QGIS feature for the whole dataset.
It means we render a **multi**point, a **multi**linestring .…
mhugo updated
4 years ago
-
Hi Alex,
This is a really great project! As far as I can see, the implementation is cool and clear, and I am willing to use it in CAD projects.
However, I am struggling with the following issues…
-
```
using GLMakie, GeoInterfaceMakie, LibGEOS
GeoInterfaceMakie.@enable(LibGEOS.AbstractGeometry)
p1 = readgeom("POLYGON((0 0, 1 0, 0 1, 0 0))")
p2 = readgeom("POLYGON EMPTY")
plot(p1) # ok
plot…
-
# Description
Menu flicker was introduced during some point of the pygame ui transition. The exact cause is unknown but the menu redraw function has 2 gfx overlay draw functions shown below:
```pyth…
ztnel updated
2 years ago
-
Suggested [here](https://community.cesium.com/t/cartographic-polygon/15450/5).
Currently the Cesium Cartographic Polygon spline is locked to Linear. Curves can make drawing out these splines much …
-
```
Which products are affected?
Google Earth beta version 6.1.0.4738
What steps will reproduce the problem?
1. Attempt to display the attached KML file in the beta version.
What is the expected ou…
-
```
Which products are affected?
Google Earth beta version 6.1.0.4738
What steps will reproduce the problem?
1. Attempt to display the attached KML file in the beta version.
What is the expected ou…
-
**Reporter: woodbri@swoodbridge.com**
**Date: 2005/12/29 - 21:18**
```
We need to have improved control over label positioning. Currently OFFSETs are
only in image space. I and Bob Basques, may be ot…
-
MultiPolygon doesn't support overlapping polygons:
explained [here](https://gis.stackexchange.com/questions/247923/overlapping-polygon-becoming-hole-when-converting-geojson-to-shapefile)
[offici…