-
I try to add a map to coastlines drawn with `basemap`, (both sources use the the same WGS84 Web Mercator projection):
``` python
import contextily as cx
import matplotlib.pyplot as plt
from mpl_…
-
I tried enabling WebMercator mode like this:
```
var viewer = new Cesium.Viewer('cesiumContainer', {
mapProjection: new Cesium.WebMercatorProjection(Cesium.Ellipsoid.WGS84)
});
//viewer.extend(Ce…
-
This is tracking the implementation of the Approved SIP-130
- #28356
1. Step - Update legacy mapbox/deckgl plugins
The legacy Mapbox / DeckGL plugins use react-map-gl v6. In react-map-gl v7, th…
-
Thanks for working on this, having landcover really makes the map look more complete!
I'm working on a similar project so thought I'd share some findings. At very high latitudes, the details on the…
-
The "Add points, polygons and text to a map" example ([here](https://makieorg.github.io/Tyler.jl/v0.1.4/points_poly_text)) duplicated below conceals the star point when I zoom about 10 mouse clicks. I…
-
When linking packages locally to develop on luma.gl and deck.gl, we've run into an issue where kepler.gl and other libraries don't agree on the version of `viewport-mercator-project` to use. When rese…
-
Just an observation that the tip relating to correcting projection for PostgreSQL 13 remains true for PostgreSQL 15
"Tip If installing PostgreSQL 13, it may come with an incorrect projection for th…
-
follows #1141:
> JOSM fakes EPSG:4326 and EPSG:3875/900913 interoperability by stretching a 4326 image a little bit vertically in-code. […] maybe iD could do a similar thing?
see also https://gi…
-
Hey @patrickbr
When I built the project and ran the tests, the `TestShapeMinimizer` failed.
```bash
~/Documents/gtfstidy$ make test
ok github.com/patrickbr/gtfstidy 0.135s coverage: 0.0% of st…
-
In geo_util.py, this line gives me the correct lat lon in web mercator.
```python
x2, y2 = transform(in_proj, out_proj, ulon, ulat)
```
But this last line (just before the return) seems to transfo…