Change parallel in armadillo map projection

Hello!

I’m a huge fan of this map projections page:

Is it possible to change the parallel for within this page?

Thank you!

jonathon

It is possible! Take a look at this notebook.

oh, that’s amazing! Thank you Cameron!

Second question is it possible to shift meredian? So say Asia is at center?

Appreciate it!!

jonathon

Yes. Try the following in that notebook:

projection = d3.geoArmadillo().parallel(parallel).rotate([60,0,0])

This is also another helpful notebook.

1 Like