f1659b3
(HEAD -> master)
Update dependencies, min Rust version to 1.29.2 by
2018-12-14 09:07:31 +0100
b2c5f88
Release 0.2.2 by
2018-11-24 16:58:15 +0100
144553b
Close paths correctly by
2018-11-15 17:51:36 +0100
3a96a3c
Allow multiple ValuePatternQueries by
2018-11-15 10:38:09 +0100
d559aca
Do not ignore multiple KeyValue* queries by
2018-11-15 10:11:25 +0100
5b15ecd
Display ways in path_layer by
2018-11-14 19:22:04 +0100
a06413f
Update gl_generator by
2018-11-14 18:45:23 +0100
fddcde0
Update dependencies by
2018-11-14 18:12:12 +0100
8f71929
Add path_layer by
2018-11-13 17:10:26 +0100
d21337a
Add KeyValueRegex query (-r) by
2018-11-03 19:50:42 +0100
821b66e
Update osmpbf (to 0.1.11) and others by
2018-11-03 19:13:24 +0100
e3213d4
(tag: 0.2.1)
Release 0.2.1 by
2018-11-01 17:44:17 +0100
f2568f4
Update dependencies by
2018-11-01 17:42:39 +0100
b2ad3b8
search: Allow intersection of multiple queries by
2018-11-01 17:24:27 +0100
4514eed
Cargo.lock: Update version of self by
2018-11-01 17:22:05 +0100
01b6f4b
(tag: 0.2.0)
Release 0.2.0 by
2018-10-28 21:13:38 +0100
13da723
Update dependencies by
2018-10-27 17:41:01 +0200
13af8af
OrthograficView::move_pixel: Adjust for zoom by
2018-10-26 18:59:04 +0200
437b30d
Adjust zoom when switching between projections by
2018-10-26 18:45:22 +0200
f484a31
Remove map_view by
2018-10-26 18:35:06 +0200
9a6e7d7
Update dependencies, min Rust version to 1.26.2 by
2018-10-20 19:54:30 +0200
67b549d
Toggle marker visibility with Ctrl+M by
2018-10-20 18:48:14 +0200
66fb1d8
Fix README.md link by
2018-10-14 14:38:43 +0200
f70407d
Move MIN_ZOOM_LEVEL, MAX_ZOOM_LEVEL to map_view by
2018-10-08 18:12:23 +0200
2d36009
README.md: Add compilation instructions by
2018-09-14 17:04:39 +0200
41c480b
Fix code that assumes that tiles touch the poles by
2018-09-07 15:45:11 +0200
755ea56
Fix tile loading discontinuity at 180th meridian by
2018-09-06 16:43:36 +0200
3dbfa77
(tag: 0.1.0)
query::KeyValueQuery: Use raw tags for dense nodes by
2018-08-27 18:32:20 +0200
b95968c
Update dependencies, min Rust version to 1.25.0 by
2018-08-27 18:27:18 +0200
b3149bc
Accelerate key-value queries by
2018-08-27 16:32:50 +0200
f974ea1
Add key-value queries by
2018-08-24 16:23:50 +0200
f07306b
Update dependencies by
2018-08-20 20:21:19 +0200
1e62ec6
Update directories (to 1.0) by
2018-08-06 17:53:07 +0200
98a1ace
Add windows_subsystem crate attribute by
2018-08-04 18:51:04 +0200
9a40c6d
Fix virtual key code mapping for zooming by
2018-08-04 18:21:06 +0200
d9d2dd7
Log winit events at trace level by
2018-08-04 18:08:39 +0200
6353191
Use high precision for all shaders by
2018-08-04 17:31:51 +0200
bb87e09
Update glutin (to 0.18) by
2018-08-03 22:28:04 +0200
f95d426
Add OrthograficView::zoom_at by
2018-08-03 17:31:10 +0200
76666e8
Update dependencies by
2018-08-03 16:51:49 +0200
f0dcd3a
Fix OrthograficView::covers_viewport by
2018-07-14 13:58:23 +0200
4b7f841
Remove some superfluous calls to check_gl_errors by
2018-07-14 13:40:22 +0200
8773948
OrthograficView::radius_physical_pixels -> diameter_* by
2018-07-14 13:23:00 +0200
15c9e05
{mercator,orthografic}_view: Convert ScreenCoords by
2018-07-14 13:11:42 +0200
03c3308
Spherical tile visibility, part IV by
2018-07-12 18:03:45 +0200
2651bfe
Fix clippy warnings by
2018-07-11 10:45:28 +0200
b3e327b
Add overly dramatic atmosphere layer by
2018-07-10 11:32:16 +0200
1bad7a9
Also draw markers in orthografic view by
2018-07-06 16:03:39 +0200
b3dc228
Remove redundant viewport parameter from draw fns by
2018-07-06 15:13:33 +0200
2642342
Add module projection, store projection in Session by
2018-07-06 13:29:28 +0200
69a245c
Fix accuracy issue at high zoom levels in ortho view by
2018-07-06 12:01:45 +0200
6269775
buffer: Add missing draw modes by
2018-07-05 20:14:27 +0200
7d59979
Improve tile rendering in orthografic view by
2018-07-04 18:12:19 +0200
d92bde5
Add trait tile_atlas::VisibleTilesProvider by
2018-07-04 17:40:23 +0200
7a3a12a
Rename tile_layer -> mercator_tile_layer by
2018-07-04 11:03:40 +0200
2084a7b
Update dependencies by
2018-07-03 18:13:17 +0200
cf5a195
Spherical tile visibility, part III by
2018-06-29 15:34:45 +0200
eefea57
Add orthografic_view::tile_neighbors and tests by
2018-06-29 13:53:16 +0200
cd29a5f
Update glutin (to 0.17) and become DPI aware by
2018-06-29 10:12:23 +0200
4803a02
Update dependencies (except glutin/winit) by
2018-06-28 16:10:37 +0200
cf7f21a
Restructure modules by
2018-06-26 19:42:43 +0200
333593c
Rename ViewMode -> Projection by
2018-06-24 14:40:53 +0200
c8f358e
Spherical tile visibility, part II by
2018-06-23 18:45:23 +0200
696d382
Add globe view mode, partially solve tile visibility by
2018-06-20 15:31:31 +0200
c8959c4
coord: Add TileCoord::globe_norm by
2018-06-20 15:05:08 +0200
e64385d
Add TileCoord::children_iter method and Iterator by
2018-06-17 21:11:58 +0200
cfbf9d2
globe_tile_layer: Add missing tiles to globe's edge by
2018-06-17 01:08:31 +0200
f482a08
coord: Fix conversion edge cases by
2018-06-17 00:55:37 +0200
d51ed6a
globe_tile_layer: Combine transformation matrices by
2018-06-17 00:55:12 +0200
7034b66
Fix seams between globe tiles by
2018-06-17 00:25:54 +0200
408f7da
Rename coord::LatLon -> coord::LatLonDeg by
2018-06-16 23:56:08 +0200
f5f4e00
coord: Add some conversions and tests by
2018-06-16 23:54:34 +0200
d7a9681
Render the map as a sphere by
2018-06-16 22:56:00 +0200
86d79ff
Fix test by
2018-06-14 20:30:36 +0200
d3c5182
Add option --list-paths by
2018-06-14 18:53:54 +0200
71befdb
Update dependencies (glutin->winit is now 0.15.1) by
2018-06-13 20:36:53 +0200
d543ec8
search: Fix bug and report all matching ways by
2018-06-12 21:15:45 +0200
e2f7171
search: Find OSM ways in a second pass by
2018-06-12 20:42:20 +0200
e115c2a
search: Extract function for parallel blob iteration by
2018-06-12 20:12:56 +0200
2477706
Fix window title with restored session by
2018-06-11 18:01:57 +0200
bfa801d
Add option to store and restore last session by
2018-06-11 12:24:05 +0200
c64b1bf
Fix clippy warnings by
2018-06-10 21:10:14 +0200
2f257af
Add config key pbf_file by
2018-06-10 21:00:06 +0200
2120e9b
Speed up searching by
2018-06-10 01:55:15 +0200
fc394f3
Add coord::LatLon by
2018-06-10 01:11:24 +0200
13d366f
Extract code into tile_layer module by
2018-06-10 00:32:40 +0200
ec1da09
Update dependencies by
2018-06-09 23:42:19 +0200
3ffbe50
search_pbf: Update closure can change control flow by
2018-06-09 17:29:05 +0200
ea610bd
travis: Add Rust beta channel by
2018-06-09 17:26:28 +0200
5f47684
Extract code into marker_layer module by
2018-06-09 16:58:39 +0200
b12e788
Add search module by
2018-06-09 16:01:37 +0200
2f5db2e
Fix marker visibility calculation by
2018-06-09 15:01:18 +0200
bea18cc
Add some jobs to .appveyor.yml by
2018-06-09 14:57:59 +0200
f478fc1
Search Nodes in addition to DenseNodes by
2018-06-08 21:27:08 +0200
0f30790
Search PBF files and display matches as markers by
2018-06-08 21:19:32 +0200
c430500
Support drawing markers by
2018-06-08 20:01:26 +0200
5891c0d
Cache enabled vertex attributes, store params by
2018-06-07 21:00:48 +0200
43ecb10
context: Cache active buffer by
2018-06-04 23:28:06 +0200
4962639
context: Cache active program by
2018-06-04 22:46:49 +0200
c7f1518
Cache active texture unit, assign unit to texture by
2018-06-04 22:10:47 +0200