Per Liedman

Results 205 comments of Per Liedman

Sorry, obviously copied Environment information from the wrong container, here's the info where the I actually see the problem: ``` rasterio info: rasterio: 1.4.1 GDAL: 3.9.2 PROJ: 9.4.1 GEOS: 3.11.1...

My gut feeling is that allowing changing the CRS would introduce complexity that we don't necessarily want. It's sort of an unusual case, and at the same time forces any...

I'm pretty certain I've written plugins that would not handle CRS change gracefully, so it's perfectly possible while still having the knowledge about CRS. Of course, you could say this...

I think an API along those lines would be preferable if we decide that it's worth supporting CRS changes after the map is created.

Thanks for providing a use case for this - this seems like it could be more useful than I first thought. However - are there any 45 degree tile sets...

This is my humble opinion on this feature: It is kind of an unusual feature to request (I can't find any other issue requesting this, and not anything on uservoice)....

The status of this issue is still more or less described in my comment https://github.com/Leaflet/Leaflet/issues/2553#issuecomment-39296082. To go forward with this, we have to discuss an actual proposal. Making it possible...

@hyperknot they use two completely different libs. The globe is drawn on canvas, not using Leaflet. Check the DOM inspector, and you can see that there's one Leaflet map and...

@pmeems hi there, from what I can tell by your description, the vector data should not be a problem: Leaflet _always_ use WGS84 for its API, so this wouldn't change...

@pmeems alright, nice to hear. Re: projections, yes, Leaflet vectors are always created from WGS84 (that is, you input WGS84 data), and it's reprojected on the client to the current...