maps for developers

The (former) official Mapbox blog. See mapbox.com/blog for current content.

Follow publication

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Written by Mapbox

mapping tools for developers + precise location data to change the way we explore the world

Responses (4)

Write a response

i have a question that cut a tile to four tiles , how to calculate 8n time?
what's mean of 1/2n 1/4 n?
thanks

--

I had to solve a similar issue last year, display a 20 Mb GeoJSON data in React Native mobile app as fluently as possible. The bulk of the data consists of ~6500 polygons that cover entire Czech republic. In the end, I've used your quadtree JS…

--

Very nice one.
One Question - These GeoJSON data - how they can be transferred to client browsers efficiently? It's gonna take a lot of network delays right?

--