Skip to content

Commit ca9cce2

Browse files
authored
chore(web): support kmz file in kml format [VIZ-1402] (#1513)
1 parent 55cd40e commit ca9cce2

File tree

1 file changed

+1
-1
lines changed
  • web/src/beta/features/Editor/Map/DataSourceLayerCreator/KML

1 file changed

+1
-1
lines changed

web/src/beta/features/Editor/Map/DataSourceLayerCreator/KML/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const KML: FC<DataProps> = ({ sceneId, onSubmit, onClose }) => {
5959
inputMethod="asset"
6060
title={t("Asset")}
6161
value={value}
62-
assetsTypes={["kml"]}
62+
assetsTypes={["kml", "kmz"]}
6363
onChange={handleValueChange}
6464
/>
6565
</InputsWrapper>

0 commit comments

Comments
 (0)