-
**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**
```…
-
**Reporter: dmorissette**
**Date: 2004/11/01 - 00:49**
```
With the fix of bug 947 (and bug 862), it is no longer required to explicitly
provide a projection for every layer in a WMS mapfile (this is…
-
The help page on DiffusionMap says that using e.g. 50 PCs results in more regular looking diffusion maps. First, I would like to ask - it results in more regular looking diffusion maps **compared to w…
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were fo…
-
There is visible aliasing ("steps") on edges of the world when using alternate projections:
![](https://user-images.githubusercontent.com/1421652/137520478-a1f7c4e1-ca84-4907-a8c9-8c425cfa7e97.png)…
-
https://github.com/USGS-Astrogeology/ISIS3/blob/916d3fe1610c00c53723d1c603d4e73b9db82c41/isis/appdata/export/mappingGroup.tpl#L38
There was a breaking change in 2019 to replace the confusing and re…
-
I am using grails 2.3.4 and working my way through the v13 of book.
I came across the wonderful demonstration of `withCriteria` and `projections`.
In this snippet:
```
def tagList = Post.withCriter…
-
### 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;
// ...
```
... …
-
**Is your feature request related to a problem? Please describe.**
Many times, it can be very challenging for first-time users to select a correct projection when they try to create a new GRASS loc…
-
I am a little bit confused by the coordinate system used in the ipyleaflet `Map` object. Below is a simple example demonstrating what I mean:
```python
from ipyleaflet import Map, Marker, projection…