carbon-budget-explorer / cabe

Web application to explore carbon budgets
Apache License 2.0
1 stars 0 forks source link

Different map projection #79

Open sverhoeven opened 11 months ago

sverhoeven commented 11 months ago

It would be nice if greenland and antartica where smaller.

For example https://openlayers.org/en/latest/examples/projection-and-scale.html

sverhoeven commented 11 months ago

I tried crs in leaflet, see https://leafletjs.com/reference.html#crs . They where not much better.

Peter9192 commented 10 months ago

Alternatives:

Out of these options, only cesium feels like a step forward. Would that be worth the investment?

sverhoeven commented 10 months ago

We could try to make our own crs in leaflet. I only tried the crs's supplied by leaflet.

Peter9192 commented 10 months ago

We could try to make our own crs in leaflet. I only tried the crs's supplied by leaflet.

would that also include reprojecting the map tiles?

MarkMDekker commented 10 months ago

I just talked to a colleague, and he said that Robinson is the standard. If you have time, could you have a look? If not, I will check it later.

Peter9192 commented 10 months ago

Yeah I also like Robinson, but it's not obvious how to do this with background map tiles.

MarkMDekker commented 10 months ago

I wrote an email with you in CC, to Allard Warrink, our visualisation guy at PBL.

MarkMDekker commented 10 months ago

@allardw

MarkMDekker commented 10 months ago

Allard is saying this:

Ik heb helaas niet zo snel een oplossing voor map tiles in robinson. Maar jullie kunnen ook overwegen om de wgs84 projectie te gebruiken (EPSG:4326).

Die heeft een stuk minder vervorming op de hogere breedtegraden en is waarschijnlijk wel beschikbaar via carto (ik zag dat daar de baselayer nu vandaan komt…)

Is this useful? I did some browsing, but saw that Carto is a paid website with map tiles. Do you have directions for me, where I can browse through different map tiles styles to find a match with wgs84? Or do you see a quick solution of your own?

MarkMDekker commented 10 months ago

Placed as long run because it seems to be too difficult to do in before version V1.0.