10000 Geo improvements: fitbounds, 'geojson-id' locationmode and 'featureidkey' by etpinard · Pull Request #4419 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Geo improvements: fitbounds, 'geojson-id' locationmode and 'featureidkey' #4419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 20, 2019
Merged
Prev Previous commit
fix typo
  • Loading branch information
etpinard committed Dec 20, 2019
commit b5b9484bc6760faf5b4a93ab7067927559632ae5
1 change: 0 additions & 1 deletion src/plots/geo/layout_defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ function handleGeoDefaults(geoLayoutIn, geoLayoutOut, coerce, opts) {
// Only works for:
// USA states at 110m
// USA states + Canada provinces at 50m
// !!
coerce('showsubunits', visible);
coerce('subunitcolor');
coerce('subunitwidth');
Expand Down
0