how to add state/province boundaries? #115
Answered
by
raphaelquast
opierpaoli
asked this question in
Q&A
-
Hi, How do I add state/province boundaries to a map? The code below works for countries, but I can't seem to add the layer from this website https://www.naturalearthdata.com/features/ which contains state boundaries.
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
raphaelquast
Sep 27, 2022
Replies: 1 comment
-
Hey, I guess you've picked the wrong scale-rank.... did you check the from eomaps import Maps
m = Maps()
m.add_feature.cultural_10m.admin_1_states_provinces(fc="none", ec="k", lw=0.25) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
raphaelquast
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I guess you've picked the wrong scale-rank.... did you check the
admin_1_countries
dataset?