GIScience / ors-map-client

Openrouteservice API web SPA client using VueJS, Vuetify and Vue2Leaflet
http://maps.openrouteservice.org
Apache License 2.0
104 stars 32 forks source link

Remove 'distance' and 'duration' text in route labels #345

Closed redfrexx closed 1 year ago

redfrexx commented 1 year ago

The labels attached to the routes in the map contain information about the duration and distance of the route. Since the units (meters and minutes) already imply what they describe it is not necessary to add the description text 'Duration:' and 'Distance:' in the labels. So they could be removed so the labels take up less space and more of map is visible.