Tag Archives: Mapbox

Understanding Core Online Mapping Concepts

In this blog post, I plan on talking about a few foundational online mapping concepts that are essential to understand for those who do map development. Most of these concepts are discussed in this Bing Maps Tile System article. But I feel like the article didn’t really take the time to explain all of them in detail, and beginner level map developers might find them hard to understand. So the purpose of this blog post is to bridge that gap for beginner level developers, and “demystify” these concepts in more plain, layman terms. Maybe it will even help reinforce these concepts for more advanced readers.  Continue reading Understanding Core Online Mapping Concepts

My Talk and Notes from April 2015 Maptime OKC Meeting

Had a great time today presenting “Bing to Mapbox” and listening to others talking about the cool things they are doing in the mapping space. Here’s my slides deck and a quick summary of what others talked about today.

Notes:
Karl Kirch (@joekarl) with Simple talked about their ATM locations lookup service. The web app used Golang, RTree, Mapbox Geocoding API.
Luke Simkins (@LSimkins) with Oseberg gave us a quick demo of their oil and gas production visualization app utilizing Mapbox GL.
Blake Thompson (@flippmoke) with Mapbox gave us a sneak preview of the really cool stuff they are doing with Mapbox vector tiles.
Really excited to be in this awesome community of folks who are sharp and willing to share and help each other. Look forward to more!

Bing To Mapbox: Part 2

In Part 1 of this blog post series, I talked about the overall process I went through to migrate from Bing to Mapbox. In this Part 2, I will be digging into technical details of both providers and do a one-to-one class comparison & contrast with code examples. My intention for this blog post is to provide you with a technical guide if you were to take on a similar migration project.

Continue reading Bing To Mapbox: Part 2

Bing To Mapbox: Part 1

Recently I worked on a fun (fun for me, that is) project for my company, SST Software, in which I swapped out the web mapping API and tiles provider from Bing to Mapbox/Leaflet. Overall it was a good experience and it gave me a chance to compare and contrast Bing Map with Mapbox/Leaflet API. Before I started the migration, I searched for resources on this very topic but couldn’t find much. Mapbox.com website has an article on migrating from Google to Mapbox, but nothing on Bing to Mapbox. So I figured it might be helpful to the community to blog about what I learned from this experience. Continue reading Bing To Mapbox: Part 1