Skip to content

Commit 96a8076

Browse files
change map export to use kepler.gl for info.app field (#123)
1 parent 3435d22 commit 96a8076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/scripts/map.view.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ function saveData() {
278278
"config": KeplerGl.KeplerGlSchema.getConfigToSave(mapInfo),
279279
"datasets": KeplerGl.KeplerGlSchema.getDatasetToSave(mapInfo),
280280
"info": {
281-
"app": "GeoDataViewer",
281+
"app": "kepler.gl",
282+
"source": "GeoDataViewer",
282283
"created_at": new Date(Date.now()).toUTCString()
283284
}
284285
}

0 commit comments

Comments
 (0)