Skip to content

0.24.1-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@Freika Freika released this 11 Feb 20:46
· 52 commits to dev since this release
025d05b

Custom map tiles

In the user settings, you can now set a custom tile URL for the map. This is useful if you want to use a custom map tile provider or if you want to use a map tile provider that is not listed in the dropdown.

To set a custom tile URL, go to the user settings and set the Maps section to your liking. Be mindful that currently, only raster tiles are supported. The URL should be a valid tile URL, like https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png. You, as the user, are responsible for any extra costs that may occur due to using a custom tile URL.

custom-maps-demo.mov

Added

  • Safe settings for user with default values.
  • In the user settings, you can now set a custom tile URL for the map. #429 #715
  • If you have Prometheus exporter enabled, you can now see a ruby_dawarich_map_tiles metric in Prometheus, which shows the total number of map tiles loaded. Example:
# HELP ruby_dawarich_map_tiles_usage
# TYPE ruby_dawarich_map_tiles_usage counter
ruby_dawarich_map_tiles_usage 99

Fixed

  • Speed on the Points page is now being displayed in kilometers per hour. #700

💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, Arne Schwarck, derpderpington, Chippie, dint, jhalpern, Lex Fradski, Schlufo, cyberswan.at, craftyklaus, JMyrng and Jonah B. on Patreon 💙

What's Changed

New Contributors

Full Changelog: 0.24.0...0.24.1-rc