Skip to content

feat: Switch geodata providers #7393

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

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e8d763d
Add new dev dependencies
camdecoster Mar 20, 2025
7f7b690
Add build scripts
camdecoster Mar 20, 2025
6b596c0
Update some topojson references
camdecoster Mar 20, 2025
353bf94
Add npm build scripts
camdecoster Mar 20, 2025
fc6022f
Add 'usa' config
camdecoster Mar 20, 2025
2910eea
Add clipping bounds for Antarctica
camdecoster Mar 20, 2025
5d66dad
Apply suggestions from code review
camdecoster Mar 20, 2025
3b47c67
Add geodata archive, update get_geodata script paths
camdecoster Mar 21, 2025
b434656
Switch config file to JS
camdecoster Mar 21, 2025
a4d0b21
Switch coastlines layer source
camdecoster Mar 21, 2025
e257b7b
Add Oceania clipping bounds
camdecoster Mar 21, 2025
1154ff1
Switch layer name to 'ocean'
camdecoster Mar 21, 2025
86d5b00
Update test config
camdecoster Mar 26, 2025
86f048c
Switch to UN/NE geodata hybrid
camdecoster Mar 30, 2025
ac61095
Merge remote-tracking branch 'origin/master' into cam/7334/switch-geo…
camdecoster Apr 6, 2025
f4c3d48
Fix zip/unzip of UN geojson
camdecoster Apr 7, 2025
22a8e0a
Fix saving 110m maps
camdecoster Apr 7, 2025
247f925
Update dist with new maps
camdecoster Apr 8, 2025
3cf9730
Update geo tests
camdecoster Apr 8, 2025
24e8558
Update cibuild npm script
camdecoster Apr 8, 2025
b2ae532
Add draftlog
camdecoster Apr 8, 2025
85ad69c
Remove sane-topojson package
camdecoster Apr 15, 2025
b903b9f
Add small fixes
camdecoster Apr 15, 2025
e74c65c
Remove log statements
camdecoster Apr 15, 2025
33a2e00
add some mocks to blacklist
emilykl Apr 22, 2025
4868250
update baselines for new geodata
emilykl Apr 22, 2025
bce8d21
update blacklist in compare_pixels_test
emilykl Apr 22, 2025
da44084
Save UN geodata in build folder
camdecoster Apr 22, 2025
69f104e
make sure slash is added when concatenating topojson path
emilykl Apr 23, 2025
c684b72
use local topojson for image tests
emilykl Apr 23, 2025
362233a
update paths in jasmine geo_test
emilykl Apr 23, 2025
4d37b8c
filter out extra features
emilykl Apr 23, 2025
bb8377b
update image baselines for new geodata
emilykl Apr 23, 2025
6356355
Merge pull request #7406 from plotly/cam/7334/switch-geodata-provider…
emilykl Apr 23, 2025
5482adf
Filter out extra Hawaii feature during processing
camdecoster Apr 24, 2025
2710e7c
Revert "filter out extra features"
camdecoster Apr 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions devtools/test_dashboard/devtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ var Tabs = {
Plotly.setPlotConfig({

// use local topojson files
topojsonURL: '../../node_modules/sane-topojson/dist/',

topojsonURL: "../../dist/topojson/",
// register mapbox access token
// run `npm run preset` if you haven't yet
mapboxAccessToken: credentials.MAPBOX_ACCESS_TOKEN,
Expand Down
2 changes: 1 addition & 1 deletion dist/topojson/africa_110m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/africa_50m.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/topojson/antarctica_110m.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/topojson/antarctica_50m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/asia_110m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/asia_50m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/europe_110m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/europe_50m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/north-america_110m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/north-america_50m.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/topojson/oceania_110m.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/topojson/oceania_50m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/south-america_110m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/south-america_50m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/usa_110m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/usa_50m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/world_110m.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/topojson/world_50m.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions draftlogs/7393_change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Switch to United Nations/Natural Earth geodata for building topojson used in geo plot
Loading