Skip to content

Geo Map Multilayer

This demo shows how to render a Geo Map visualization using geohash queries. It also allows to add external data layers as markers. Please refer to the map geohash and loading external data sections for more information.

The map initially shows the Chicago Taxi Trips rides in US as one single marker. When clicking the marker the map will zoom in into the next level of precision.

To test the external data layer use the company_location source as test data in the new data layer box.

If you'd like to see the demo in full screen click here

Review the complete source code and copy/paste it to create your own.
1
{"action": "import", "url": "../cf-demos/geo-map-multilayer/index.html"}
1
{"action": "import", "url": "../cf-demos/geo-map-multilayer/index.js"}
1
{"action": "import", "url": "../cf-demos/geo-map-multilayer/style.css"}