Skip to content

Instantly share code, notes, and snippets.

@TheMapSmith
Last active August 6, 2016 23:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheMapSmith/be13fdf22342b150ec5e41eb4104b193 to your computer and use it in GitHub Desktop.
Save TheMapSmith/be13fdf22342b150ec5e41eb4104b193 to your computer and use it in GitHub Desktop.
Quick basemap thoughts

Basemaps

Or baemaps if you're typing too quickly

First question:

How much work do you want to do

  1. All teh works
    Then desktop GIS is for you! Go ahead and find every single background layer you could ever think of and download it! Parks, roads, cemeteries, buildings, streams, water bodies, railroads, wetlands, parking lots, forests, farms...
    Now load them all up in your desktop GIS of choice (who are we kidding. It's ArcGIS). Style away! Don't forget to think about scale ranges. So style each thing for each scale range!
    Not keen on GUIs? Then grab an old dusty copy of Tilemill, load up each of your layers per usual, and then start writing CartoCSS. It's fun!
    After the simple task of dowloading and styling the entire world's data, publish! There are Esri and Mapbox and OpenLayers and all sorts of ways to serve up the tiles.

  2. Not much work
    Ah, now we're talking. Mapbox or Mapzen have done 90% of the heavy lifting for you. Grab one of their vector tile OSM endpoints, style using CartoCSS or Mapbox GL-JS, and put that style endpoing in your map. Mapbox Studio even gives you several beautiful defaults to start from.

  3. Even less work
    Beautiful! Hop on to CartoDB, upload your dataset, style it, and plop it on top of an existing OSM basemap. Use that share button and you're done!

I dunno, maybe there are other things to consider. What's the goal of the map? Who is the user? What's the medium? These things might change your decision.

@almccon
Copy link

almccon commented Aug 6, 2016

What also matters a lot: does it have to be a global basemap? For some people that's built-in to their assumption of the word "basemap". But in many cases you only need a basemap for a small part of the world. In that case it makes data wrangling much easier, and you have many more hosting options.

If you need a global basemap, however, it's really really hard unless you use Mapbox or Mapzen. It's a lot of data!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment