Platform
Solutions
Resources
Pricing
Sign in
Sign up
Ben Welsh
News Applications Editor, Reuters
Workspace
Fork
Public
Maps and other mappy things
By
Ben Welsh
Edited
Jan 6, 2023
Fork of
Draggable globe
•
1 fork
2 stars
Maps and other mappy things
<canvas> world map with transparency
Interactive locator map
SWANA population map
Black and Latino U.S. population shares
U.S. households without Internet access
Earthquake intensity map
Plug-and-Play Bubble Map: U.S. states
Iowa base map
MapBox Static API Playground: Custom Style Edition
Southern California base map
Los Angeles County base map
Los Angeles County Countywide Statistical Areas
Dorling cartogram of Iowa county populations
Spike map of Iowa county populations
Base maps for all 58 California counties
California COVID-19 regions
Southern California base map
California counties base map
Newport Beach, California
Draggable globe
Do you live in an area at risk of wildfires?
Regional maps of California buildings in fire hazard zones
California buildings in severe fire hazard zones
California in Mercator
Load d3 data incrementally using a sorted value
The Inglewood Inventory
Interrupted Mollweide Hemispheres
Los Angeles County 2018 election precincts
“The Georgia Negro: A Social Study” by W.E.B. Du Bois
Mapbox geocoder example
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
projection
=
(
{
type
:
"orthographic"
,
rotate
:
[
x
*
-
1
,
y
*
-
1
]
}
)
Insert cell
globe
=
Plot
.
marks
(
[
showGraticule
==
"Yes"
?
Plot
.
graticule
(
{
stroke
:
graticuleColor
}
)
:
undefined
,
Plot
.
geo
(
land
,
{
fill
:
landColor
}
)
,
Plot
.
dot
(
[
[
x
,
y
]
]
,
{
fill
:
pointColor
,
r
:
pointRadius
}
)
,
Plot
.
sphere
(
{
stroke
:
landColor
}
)
]
)
Insert cell
land
=
topojson
.
feature
(
world
,
world
.
objects
.
land
)
Insert cell
world
=
await
d3
.
json
(
"https://unpkg.com/world-atlas@1/world/110m.json"
)
Insert cell
topojson
=
require
(
"topojson-client@3"
)
Insert cell
d3
=
require
(
"d3@7"
)
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
x
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
y
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
height
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
inset
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
pointRadius
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
pointColor
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
landColor
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
graticuleColor
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
showGraticule
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
projection
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
globe
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
land
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
world
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
topojson
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML