56 Révisions (7a3a12aa6828415facc2d41a2b06e8c8a09cc2cc)

Auteur SHA1 Message Date
  Johannes Hofmann 7a3a12aa68 Rename tile_layer -> mercator_tile_layer il y a 7 ans
  Johannes Hofmann cd29a5f0c8 Update glutin (to 0.17) and become DPI aware il y a 7 ans
  Johannes Hofmann cf7f21acc3 Restructure modules il y a 7 ans
  Johannes Hofmann 333593ca95 Rename ViewMode -> Projection il y a 7 ans
  Johannes Hofmann 696d382fc8 Add globe view mode, partially solve tile visibility il y a 7 ans
  Johannes Hofmann 408f7da93e Rename coord::LatLon -> coord::LatLonDeg il y a 7 ans
  Johannes Hofmann d7a9681521 Render the map as a sphere il y a 7 ans
  Johannes Hofmann d3c51824af Add option --list-paths il y a 7 ans
  Johannes Hofmann 247770609a Fix window title with restored session il y a 7 ans
  Johannes Hofmann bfa801d2e3 Add option to store and restore last session il y a 7 ans
  Johannes Hofmann 2120e9b16f Speed up searching il y a 7 ans
  Johannes Hofmann fc394f3d20 Add coord::LatLon il y a 7 ans
  Johannes Hofmann 13d366fc1d Extract code into tile_layer module il y a 7 ans
  Johannes Hofmann 3ffbe5011c search_pbf: Update closure can change control flow il y a 7 ans
  Johannes Hofmann 5f47684dc4 Extract code into marker_layer module il y a 7 ans
  Johannes Hofmann b12e7885ed Add search module il y a 7 ans
  Johannes Hofmann f478fc1e07 Search Nodes in addition to DenseNodes il y a 7 ans
  Johannes Hofmann 0f30790da8 Search PBF files and display matches as markers il y a 7 ans
  Johannes Hofmann c430500e69 Support drawing markers il y a 7 ans
  Johannes Hofmann 5891c0de46 Cache enabled vertex attributes, store params il y a 7 ans
  Johannes Hofmann 38d1cf35e5 Restructure OpenGL context sharing il y a 7 ans
  Johannes Hofmann a215b897bb main: Simplify event handling il y a 7 ans
  Johannes Hofmann 43e33e7072 Use directories crate instead of xdg il y a 7 ans
  Johannes Hofmann 19e28a35d8 Don't call glClear when map fills the whole screen il y a 7 ans
  Johannes Hofmann 639c9f945f Add module url_template il y a 7 ans
  Johannes Hofmann b26ef4c333 Use Display trait for more readable error messages il y a 7 ans
  Johannes Hofmann ff177a2d40 Advance in integer zoom levels with step zoom il y a 7 ans
  Johannes Hofmann fcbad65155 Fix clippy warnings il y a 7 ans
  Johannes Hofmann 56ad75b327 Update glutin (to 0.15), image (to 0.19) & others il y a 7 ans
  Johannes Hofmann 201e63197c Merge command line arguments and `Config` il y a 7 ans
  Johannes Hofmann e4e11e76cd Move glClear call out of the critical path il y a 7 ans
  Johannes Hofmann 9c4535e568 Move clap to new module: args.rs il y a 7 ans
  Johannes Hofmann a6c0ea8561 Use Display trait for printing errors il y a 7 ans
  Johannes Hofmann 5f2d077f41 Switch from servo-glutin to glutin, update dependencies il y a 7 ans
  Johannes Hofmann cfda9c21aa Use Ctrl to switch to scrolling on mouse wheel events il y a 7 ans
  Johannes Hofmann d2f295ce4b Show modules in docs, fix doc warnings il y a 7 ans
  Johannes Hofmann 5d67d3bef5 Add --sync option il y a 7 ans
  Johannes Hofmann 100562fdc1 Add member min_zoom to TileSource il y a 7 ans
  Johannes Hofmann 7a1d847cf4 Fix some clippy warnings, update dependencies il y a 8 ans
  Johannes Hofmann 24ef61939c Increase tile atlas size when needed il y a 8 ans
  Johannes Hofmann 1abbe6393d Rename tile_cache_gl -> tile_atlas il y a 8 ans
  Johannes Hofmann a91637ade6 Rename render_zoom_level -> tile_zoom il y a 8 ans
  Johannes Hofmann b7988fd29f Allow changing render zoom level il y a 8 ans
  Johannes Hofmann 2cbc675050 Overestimate draw duration to reduce missed VSyncs il y a 8 ans
  Johannes Hofmann 7b21669c01 Allow setting frames per second il y a 8 ans
  Johannes Hofmann 00b904a720 Add option for offline usage il y a 8 ans
  Johannes Hofmann f1a6922601 Use log, env_logger crates for logging il y a 8 ans
  Johannes Hofmann 68bbe544e5 Parse command line arguments, allow setting the config file il y a 8 ans
  Johannes Hofmann 4a1bcbe16f Read/Create config file from/in XDG directory il y a 8 ans
  Johannes Hofmann 67ab07653c Parse config file without serde il y a 8 ans