64 Commits (67b549d0c2d9657cd8c1ac6b8bb355e18b552918)

Autor SHA1 Nachricht Datum
  Johannes Hofmann 67b549d0c2 Toggle marker visibility with Ctrl+M vor 7 Jahren
  Johannes Hofmann f974ea1701 Add key-value queries vor 7 Jahren
  Johannes Hofmann 98a1ace781 Add windows_subsystem crate attribute vor 7 Jahren
  Johannes Hofmann 9a40c6dfb7 Fix virtual key code mapping for zooming vor 7 Jahren
  Johannes Hofmann d9d2dd7e3c Log winit events at trace level vor 7 Jahren
  Johannes Hofmann 2651bfe138 Fix clippy warnings vor 7 Jahren
  Johannes Hofmann b3e327b59c Add overly dramatic atmosphere layer vor 7 Jahren
  Johannes Hofmann 2642342dab Add module projection, store projection in Session vor 7 Jahren
  Johannes Hofmann 7a3a12aa68 Rename tile_layer -> mercator_tile_layer vor 7 Jahren
  Johannes Hofmann cd29a5f0c8 Update glutin (to 0.17) and become DPI aware vor 7 Jahren
  Johannes Hofmann cf7f21acc3 Restructure modules vor 7 Jahren
  Johannes Hofmann 333593ca95 Rename ViewMode -> Projection vor 7 Jahren
  Johannes Hofmann 696d382fc8 Add globe view mode, partially solve tile visibility vor 7 Jahren
  Johannes Hofmann 408f7da93e Rename coord::LatLon -> coord::LatLonDeg vor 7 Jahren
  Johannes Hofmann d7a9681521 Render the map as a sphere vor 7 Jahren
  Johannes Hofmann d3c51824af Add option --list-paths vor 7 Jahren
  Johannes Hofmann 247770609a Fix window title with restored session vor 7 Jahren
  Johannes Hofmann bfa801d2e3 Add option to store and restore last session vor 7 Jahren
  Johannes Hofmann 2120e9b16f Speed up searching vor 7 Jahren
  Johannes Hofmann fc394f3d20 Add coord::LatLon vor 7 Jahren
  Johannes Hofmann 13d366fc1d Extract code into tile_layer module vor 7 Jahren
  Johannes Hofmann 3ffbe5011c search_pbf: Update closure can change control flow vor 7 Jahren
  Johannes Hofmann 5f47684dc4 Extract code into marker_layer module vor 7 Jahren
  Johannes Hofmann b12e7885ed Add search module vor 7 Jahren
  Johannes Hofmann f478fc1e07 Search Nodes in addition to DenseNodes vor 7 Jahren
  Johannes Hofmann 0f30790da8 Search PBF files and display matches as markers vor 7 Jahren
  Johannes Hofmann c430500e69 Support drawing markers vor 7 Jahren
  Johannes Hofmann 5891c0de46 Cache enabled vertex attributes, store params vor 7 Jahren
  Johannes Hofmann 38d1cf35e5 Restructure OpenGL context sharing vor 7 Jahren
  Johannes Hofmann a215b897bb main: Simplify event handling vor 7 Jahren
  Johannes Hofmann 43e33e7072 Use directories crate instead of xdg vor 7 Jahren
  Johannes Hofmann 19e28a35d8 Don't call glClear when map fills the whole screen vor 7 Jahren
  Johannes Hofmann 639c9f945f Add module url_template vor 7 Jahren
  Johannes Hofmann b26ef4c333 Use Display trait for more readable error messages vor 7 Jahren
  Johannes Hofmann ff177a2d40 Advance in integer zoom levels with step zoom vor 7 Jahren
  Johannes Hofmann fcbad65155 Fix clippy warnings vor 7 Jahren
  Johannes Hofmann 56ad75b327 Update glutin (to 0.15), image (to 0.19) & others vor 7 Jahren
  Johannes Hofmann 201e63197c Merge command line arguments and `Config` vor 7 Jahren
  Johannes Hofmann e4e11e76cd Move glClear call out of the critical path vor 7 Jahren
  Johannes Hofmann 9c4535e568 Move clap to new module: args.rs vor 7 Jahren
  Johannes Hofmann a6c0ea8561 Use Display trait for printing errors vor 7 Jahren
  Johannes Hofmann 5f2d077f41 Switch from servo-glutin to glutin, update dependencies vor 7 Jahren
  Johannes Hofmann cfda9c21aa Use Ctrl to switch to scrolling on mouse wheel events vor 7 Jahren
  Johannes Hofmann d2f295ce4b Show modules in docs, fix doc warnings vor 7 Jahren
  Johannes Hofmann 5d67d3bef5 Add --sync option vor 7 Jahren
  Johannes Hofmann 100562fdc1 Add member min_zoom to TileSource vor 7 Jahren
  Johannes Hofmann 7a1d847cf4 Fix some clippy warnings, update dependencies vor 8 Jahren
  Johannes Hofmann 24ef61939c Increase tile atlas size when needed vor 8 Jahren
  Johannes Hofmann 1abbe6393d Rename tile_cache_gl -> tile_atlas vor 8 Jahren
  Johannes Hofmann a91637ade6 Rename render_zoom_level -> tile_zoom vor 8 Jahren