Kepler.gl: [Bug] Customiaztion of tooltip fileds doesn't stored in exported map

Created on 22 Jun 2020  路  5Comments  路  Source: keplergl/kepler.gl

Describe the bug
Customiaztion of tooltip fileds doesn't stored in exported map.

To Reproduce
Steps to reproduce the behavior:

  1. Add new geojson dataset with 6+ properties
  2. Select polygons visualization and select integer filed for visualization
  3. Go to tooltip configuration and select 6+ features.
  4. Export map
  5. Open exported map
  6. See that tooltip on exported map not configured

Expected behavior
Changes on tooltip configuation nice to store within export map.

Screenshots
image

Desktop (please complete the following information):

  • OS: ubuntu 16.04
  • Browser: firefox
  • Version 77.0.1

Smartphone (please complete the following information):
No

Additional context
No

bug

Most helpful comment

this should be fixed now. for your exported html to load, open it in a text editor and change the kepler.gl version in this line to 2.3.0

<!-- Load Kepler.gl -->
<script src="https://unpkg.com/[email protected]/umd/keplergl.min.js" crossorigin></script>

All 5 comments

@tbicr how are you exporting the map? downloaded a json or html?

@heshan0131 , html in Allow users to read the map mode

Please also see #1144 & #1160

this should be fixed now. for your exported html to load, open it in a text editor and change the kepler.gl version in this line to 2.3.0

<!-- Load Kepler.gl -->
<script src="https://unpkg.com/[email protected]/umd/keplergl.min.js" crossorigin></script>

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MorganGellert picture MorganGellert  路  5Comments

itch96 picture itch96  路  6Comments

ChunhongZhao picture ChunhongZhao  路  4Comments

pblack-trulia picture pblack-trulia  路  5Comments

rdhara picture rdhara  路  4Comments