Skip to content

Commit

Permalink
fix: remove csv download option from routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seli0303 committed Jun 18, 2024
1 parent 396b8cd commit 1fe6f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<box background="white" v-if="hasRoutes" custom-class="expansion-box" no-shadow>
<div slot="header">
<download :map-view-data="mapViewData" ></download>
<download :download-formats-supported="['json','geojson','ors-gpx','to-gpx','kml']" :map-view-data="mapViewData" ></download>
<share :url="shareUrl"></share>
<print :map-view-data="mapViewData"></print>
<h3>{{$t('routeDetails.routeDetails')}}</h3>
Expand Down

0 comments on commit 1fe6f28

Please sign in to comment.