Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mapbox Cookbook

You're reading from   Mapbox Cookbook Over 35 recipes to design and implement uniquely styled maps using the Mapbox platform

Arrow left icon
Product type Paperback
Published in Mar 2016
Publisher
ISBN-13 9781784397357
Length 264 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Table of Contents (8) Chapters Close

Preface 1. Introduction to Mapbox FREE CHAPTER 2. Mapbox Services 3. TileMill and Mapbox Studio 4. Mapbox.js 5. Mapbox.js Advanced 6. Mapbox GL Index

Adding external data to your map

Leaflet (which Mapbox.js is based on) only supports the GeoJSON format out of the box. What if we want to add other types of data to our maps? As we saw in the previous chapter, Leaflet has an incredibly strong community that creates plugins. The plugin we are going to use, and which is going to help us accomplish this task, is called Omnivore. Omnivore is capable of loading several different file formats. We briefly discussed some of them in previous recipes:

  • Well-known text (WKT): This is a text markup language for representing vector geometry. It supports points, lines, polygons, multipolygons, curves, surfaces, and many other types of vector geometry. There is a binary equivalent of this format called WKB.
  • Keyhole Markup Language (KML): This is an XML-based format used to display geographic data. It is mostly used by Google.
  • GPX exchange format: This is an XML-based format that is mostly used to describe waypoints, tracks, and routes. Most of the GPS found...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image