-
I have been trying to generate alternative projections for some of our example maps, but I have been getting errors in some cases, and just weird outcomes in others.
For example, setting projection t…
-
### Bug summary
I see an issue where drawgreatcircle() produces paths with gaps in with the Mercator projection.
I can see from web searches that others have seen the same issue and suggestions …
glumr updated
3 months ago
-
### What is the bug?
I have discovered a couple of edge cases where having a bounding box:
```dart
class OverlayImage extends BaseOverlayImage {
final LatLngBounds bounds;
// ...
```
... …
-
Hello,
I'm attempting to project the 3D points from a mesh generated by Meshroom's Texturing node onto each of the original images I captured. However, the projected points are not aligning correctly…
-
As discussed yesterday with @fingolfin : At the moment it is not possible to write generic code which uses functions like `direct_sum`, `tensor_product`, or even `hom`. The reason is that, depending o…
-
**Describe the bug**
To get a south polar stereo map from lat = -40 to lat = -90, you must call
`gv.set_map_boundary(ax, [-180, 180], [ -40, 90])`
which is conter-intuitive
**To Reproduce**
```…
-
All other data types are re-projected without issue. The WMTS layers are not being re-projected from their source SRIDS.
If a WMTS layer is loaded as the initial layer and the map canvas is set to…
-
Let's assume that I have a class called `Identifier`, and a serializer for that class called `IdentifierSerializer`, which serializes the Identifier to a String.
Now inside of the class representin…
-
Hello, would it be possible to add calculations to this library to get accurate player projections (not just standard, ppr, or half ppr via unofficial api) utilizing league scoring_settings and active…
-
### Steps to Trigger Behavior
1. Set the map projection to Albers with cylindrical parallels greater than 50 and less than -50 (e.g. [70, -70])
```
projection: {
name: 'albers',
…