Advertisement

Introducing Print map maker, a tool for generating basemaps

Artists and designers can create quality maps that look crisp on newsprint.

Share

The Los Angeles Times is releasing “Print Map Maker” as an alternative method for building print locator maps and using the same technologies that power modern web maps.

Simple print locator maps are extremely effective storytelling tools, but they can take a long time to produce. Why? Well, to start with, you have to find a reference that is licensed to use, digitize it and redraw the information, which can be a lot of work for an element that is 2 inches square.

GIS is a solid step in the right direction. And for larger maps, especially those that illustrate complex data, it’s the tool of choice. But that’s a specialized skill that doesn’t exist on every staff.

Print Map Maker allows artists and designers to create quality maps at a resolution high enough to look crisp on newsprint. We’ve been experimenting and publishing with this tool for six months and it has served us remarkably well.

Print Map Maker uses custom global map tiles similar to those used in Google Maps. Tiles were designed in Mapbox Studio to match Los Angeles Times print map styles. We then created a javascript web app that generates maps at multiple column sizes based on an address search or latitude and longitude coordinates.

Here it is in action

Advantages

  • Dramatic reduction in production time. Search for an address, adjust the map and generate a perfectly sized background map in less than a minute.
  • Roads and other features are drawn with OpenStreetMap data, which is open source, community-driven and can be republished with attribution.
  • Background maps, which match our current print styles and templates, are relatively easy to design in Mapbox Studio.
  • The required Mapbox account is free for the first style so you can try before you buy. Multiple styles require a paid subscription that starts at $5 per month.
  • Labels can be added in either a drawing program such as Adobe Illustrator or a pagination program like InDesign.
  • Works for 80% to 90% of print maps (your mileage may vary).
  • Generates a web version simultaneously.
  • Unifies design styles across print and digital products.

Challenges

  • Requires time at the beginning to set up Mapbox styles and to customize the HTML document.
  • The generated image is RGB and has to be converted to CYMK for some print production. This will require careful consideration and testing when designing styles.
  • Requires reliable registration during press run.
  • Need a duplicate print template — some maps will require vector at the source (GIS).
  • Only a limited number of map projections are supported.
  • Map data are community generated so the possibility for error exists.

How it’s done

Print Map Maker pulls in map tiles and displays them using Mapbox’s version of leaflet.js. An image is generated using leaflet-image, which appears at the bottom of the page. The image can be downloaded and converted to fit your needs. It helps to understand the conversion if you think in multiples of three. If your one-column graphic is 100 pixels wide, make the one-column div in the HTML page 300px (three times the width).

Advertisement