koenderks / rcityviews

rcityviews is a user-friendly R interface for creating stylized city maps using OpenStreetMap (www.openstreetmap.org) data, implemented as an R package and a Shiny web application.
https://koenderks.github.io/rcityviews/
GNU General Public License v3.0
163 stars 22 forks source link

fix distance measurer #9

Closed KlausVigo closed 1 year ago

KlausVigo commented 1 year ago

Hello @koenderks, I realized the distance measurer did not give the right distances. This pull request should solve the problem. I also added some code so that the length of the bar rounds nicer. Kind regards, Klaus Schliep

koenderks commented 1 year ago

Hi @KlausVigo,

This is great, thank you for taking the time to improve this! Looks good to me