-
Input:
```
#include "boost/geometry.hpp"
#include
namespace bg = boost::geometry;
typedef bg::model::d2::point_xy Point;
typedef bg::model::linestring Linestring;
typedef bg::model::polygon …
-
```
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…
-
```
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…
-
Some of the oldest PRs in the PR list implement "multi-draw" functions, where it is a fast way to draw a bunch of polygons at once, or a bunch of circles at once.
These are the PRs I'm referring to…
-
I noticed the models have a PointField instead of a polygon
Is there a good strategy in the future to make use of GIS enabled databases or the GeoDjango features?
Also if this is a point field what…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No …
-
Because I finally had call to trim a huge data set (New York City within the official boundary polygon => around 700,000 vertices submitted to `sp::point.in.polygon` or `sf::st_within`). The latter es…
-
A big feature `astropy.healpix` that we're still missing is polygon query.
The algorithm used in the C++ lib for HEALPix polygon query (and also disk query) is outlined in http://adsabs.harvard.edu…
cdeil updated
6 years ago
-
I wanted to file this as a separate issue for discussion, because it's touching a number of components, including the libGDX runtime.
Currently my focus is addressing the behavior of polygons, which …