Google MyMaps, Leaflet and ArcGIS Online

This is a quick look at Leaflet, Google MyMaps and Esri’s ArcGIS Online.

Update 12/2015

Since I wrote this I have come to rely almost exclusively on Leaflet for web mapping. For one, Leaflet maps are fast, really fast. There are also hundreds of plugins to choose from, which makes it a very flexible platform. Of course map rendering speed depends on how much data you are pushing to the client, and the speed of your map tile provider. With Leafleat 1.0 (beta) speed has increased even further. The fact that I can host a searchable parcel map for a small city of 5,000 people without a GIS server is one of the reasons I will continue to develop in Leaflet for the foreseeable future.

To read my initial thoughts on these three platforms, continue reading.

Update 1/2017

The GeoJSON file hosted on GitHub is the only map that still works three years later. GitHub will automatically map a GeoJSON file which you can then embed on any website, using the original Mapbox JS API, which is based on Leaflet.


Leaflet - Hosted on GitHub

Google MyMaps

Google has long been the standard for map embeds sharing, but there are other platforms out there. The following maps show a basic polyline layer rendered in three different map platforms: Google’s MyMaps, Leaflet and ArcGIS Online.

ArcGIS Online

One major difference between the services are the free webapp templates offered through ArcGIS Online. Although the other two services allow for customization through backend programming, the ArcGIS templates, free and customizable with most published on GitHub, make the presentation of spatial data both simple and flexible.

Newer Post
Leaflet Photo Map
Older Post
Hosting a GeoJson on GitHub

Related Posts