Easy Geospatial Data Visualization with Google Maps & LightningChart

ArticleUsing the Google Static Maps API with LightningChart to create geospatial map charts.

Geospatial Data Visualization  

This article showcases and describes a particular use case of LightningChart JS for geospatial data visualization. LightningChart JS is a JavaScript charting tool designed for performance-intensive and real-time charting solutions.

The Google Static Maps API is a software service that makes it easy to embed pictures of maps into websites. We’re going to briefly show how to use the Maps API and combine it with LightningChart JS, allowing the use of any XY data visualization feature above the maps. 

Getting started with Google Static Maps is quite easy. The only real obstacle is setting up a Google billing account. Thankfully, Google Maps allow a $200 monthly credit for everyone, so you can try the service without having to worry about costs. You can read more about the service at Google’s developers’ site.

When it comes to actual usage, the Maps API is extremely simple. Below is a minimal HTML code snippet, which already produces a nice-looking map.

Google Static Maps API

The basic idea is easy to understand – you provide coordinates (latitude/longitude or location name) and in turn receive a picture.

Google Static Maps API Coordinates

Integration with LightningChart JS

The next step in this use case is to overlay LightningChart XY data visualization features above the map picture. This makes it possible to add any of the 75 available XY data visualization applications and render geospatial data visualization sets, using features such as scatter series, line series, heat maps, and more.

geospatial-data-visualization

The way to connect LightningCharts and Google Maps is simple. You simply load the Maps picture in JavaScript and assign it to the series background style of a chart. Now we can see the map inside LightningChart JS.

geospatial-mapcharts

The final step in enabling geospatial data visualization is to configure the chart axis intervals to match the latitude/longitude view of the map picture. With a bit of math, we are able to calculate the coordinates that match any pixel on the map picture from Google.

geospatial-mapcharts-chart-axis-intervals

Afterward, we can visualize any location in the world by simply using the latitude/longitude coordinates as XY axis values!

latitude-longitude-coordinates-xy-values

So what is the geospatial data visualization technology good for?

The world is full of solutions for interacting and drawing on maps. In fact, there are so many that it can get you confused if you are a developer who is looking for a simple way to show a map and possibly some data on it.

We believe that the combination of LightningChart JS and Google Static Maps is suited for technically simple projects that should be implementable by senior as well as junior-level experienced developers.

The code referenced in this article is published as an open-source code repository, which anyone can freely experiment with. You can find it on GitHub.

If you are new to LightningChart JS and its XY data visualization features, you can learn more on our product page.

For more alternative geospatial data visualization solutions, please check out our map examples gallery. In February 2022 we will be posting a rather large-scale update that will add several new and different items to these map examples, so stay tuned!

Niilo-Keinanen

Niilo Keinänen

LightningChart JS CTO

LinkedIn icon
divider-light

Continue learning with LightningChart