Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
NACIS 2013: Cartography for a Changing Map
Search
mapbox
October 11, 2013
2
230
NACIS 2013: Cartography for a Changing Map
Presented at NACIS 2013 in Greenville, SC.
mapbox
October 11, 2013
Tweet
Share
More Decks by mapbox
See All by mapbox
Global Vector Terrain
mapbox
1
390
How to use iD for easily updating OSM
mapbox
1
160
Cartography with TileMill, PostGIS, and OpenStreetMap
mapbox
4
330
Featured
See All Featured
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.2k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
My Coaching Mixtape
mlcsv
0
71
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
200
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.5k
Faster Mobile Websites
deanohume
310
31k
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
150
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
Ethics towards AI in product and experience design
skipperchong
2
220
Un-Boring Meetings
codingconduct
0
220
Transcript
Cartography for a Changing Map AJ Ashton, MapBox
None
Global • All the data OpenStreetMap has to offer, and
more • Multiscale: 20+ Web Mercator zoom levels • Multiple label language options
None
Scalable • Cloud servers that get added and dropped constantly
can’t be too “heavy” • Tiles should load just as fast with 10 users as with 10,000 users • Apply different styles to the same underlying data
None
Up to date • Currently sync with OSM every 5
minutes • We want this to be even faster • The world is always changing
None
Global + Scaleable + Up to date A challenging combination
Global + Scaleable + Up to date + Make it
look good
Keeping up with OSM
OSM Changes 1.5 million changes per day over 1000 changes
per minute http://osmstats.altogetherlost.com
Most changes are small, but some have big consequences
None
None
Cartography for a changing map: Simple things
Generalize
Normalization Cleaning OSM data for consistency
Cartography for a changing map: Not-so simple things
aka. Automatic manual tweaks
City labels
City labels • Custom list of scaleranks (based on Natural
Earth) and label direction hints • Fuzzy spatial & fuzzy text join function between incoming OSM data + our list
Airport labels/icons
Cartography for a changing map: Working with tiles
Tiles are small & static 256x256 pixels not a lot
to work with
None
Tiles don’t know about other tiles
None
None
The terrifying chaos label problem
None
None
None
No perfect solutions Only mitigation strategies
Consistent ordering ORDER BY scalerank, population DESC, osm_id
De-duplicate at the data level GROUP BY ST_SnapToGrid(geom)
None