-
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…
-
## Problem
I am adapting my geometry model to work with boost::geometry(as described in the [tutorial](https://www.boost.org/doc/libs/1_76_0/libs/geometry/doc/html/geometry/examples/example__adapting…
-
```
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…
-
I have found it very easy to filter a list of points using a geofence with `geojson`. Works great!
Unfortunately, my use case is trying to tell a user which geofence they are in. That means one poi…
-
```
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…
-
If you adjust the floor or ceiling heights of a polygon with at least one line bordering a platform that is entirely closed (and maybe some other platforms; I haven’t fully tested all possible cases y…
-
# 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
-
Hi,
I was looking for implementation of a function, which would fill an image region based on the provided polygon. It exists in Matlab ([`poly2mask`](https://www.mathworks.com/help/images/ref/poly…
-
I faced with issue after adding leaflet draw library to the app.
package.json:
```
{
"name": "angular-leaflet",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve…