Skip to content

Commit

Permalink
fix: use mapViewData prop for download
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Jun 7, 2024
1 parent 09a19e6 commit 264d626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<box background="white" no-shadow>
<div slot="header">
<download :download-formats-supported="['json', 'geojson']" :map-view-data="localMapViewData"></download>
<download :download-formats-supported="['json', 'geojson']" :map-view-data="mapViewData"></download>
<share :url="shareUrl"></share>
<print :map-view-data="localMapViewData"></print>
<h3>{{$t('optimizationDetails.optimizationDetails')}}</h3>
Expand Down

0 comments on commit 264d626

Please sign in to comment.