Open espinielli opened 2 years ago
Hello, you can use it directly, but not move the different regions. If you want all europe, you can use the one named conicConformalEurope
, like here http://bl.ocks.org/rveciana/4bcc5750c776c22ffda6 (the layer is broken, but the code should work!)
In fact I am playing with a dedicated one, see this notebook. I removed the bits I am not interested in ;-) and changed few scales...
The difficulty I have right now are:
Plot.carto
(I think the drawCompositionBorders
should work...in the end I just removed bits and pieces from the conicConformalEurope
;-)Any suggestions on the above are super welcome
I'll check it. I've never worked with plot.carto...
I just managed to get 2. working. The only problem I have is to move the insets to different positions, i.e. 1.
@espinielli i just stumbled upon ur issue...u can definitely help PR with ur specific composite projection by create new file at src...simply just use conicConformalEurope.js as the reference...or maybe https://observablehq.com/@d3/u-s-map-with-puerto-rico can help as ref too...but if u still not sure then i can help u...but u need to provide picture/image reference where u want the inset map are
I would like a map of Europe similar to the currently available one, i.e. Europe and Canaries. My initial understanding is that I could add a new composite projection with the pieces I need. I would then like to use it in Observable, so I guess I could make it available from my forked repo?
Thanks in advance for any helps provided