-
I have tried using the Plot.geo mark, however I cannot get it to work. I have tried with both these datasets: https://www.data.gouv.fr/fr/datasets/contours-des-communes-de-france-simplifie-avec-regions-et-departement-doutre-mer-rapproches/ and https://d3js.org/us-10m.v1.json. Here is what my code looks like:
This is suprising to be because this example is basically copy pasted off the docs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The dataset you’re using is already projected, so you can’t reproject it with albers-usa. You have to use the null projection instead, or switch to a dataset that’s unprojected and then you can use whatever projection you want. |
Beta Was this translation helpful? Give feedback.
The dataset you’re using is already projected, so you can’t reproject it with albers-usa. You have to use the null projection instead, or switch to a dataset that’s unprojected and then you can use whatever projection you want.