Skip to content

Commit 1fe6f28

Browse files
committed
fix: remove csv download option from routes
1 parent 396b8cd commit 1fe6f28

File tree

1 file changed

+1
-1
lines changed
  • src/fragments/forms/map-form/components/place-and-directions/components/route-details

1 file changed

+1
-1
lines changed

src/fragments/forms/map-form/components/place-and-directions/components/route-details/RouteDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<box background="white" v-if="hasRoutes" custom-class="expansion-box" no-shadow>
44
<div slot="header">
5-
<download :map-view-data="mapViewData" ></download>
5+
<download :download-formats-supported="['json','geojson','ors-gpx','to-gpx','kml']" :map-view-data="mapViewData" ></download>
66
<share :url="shareUrl"></share>
77
<print :map-view-data="mapViewData"></print>
88
<h3>{{$t('routeDetails.routeDetails')}}</h3>

0 commit comments

Comments
 (0)