Commit Graph

224 Commits

Author SHA1 Message Date
3d636be4ea MAPG-40 use Math.floor instead of accidentally used Math.ceil 2020-05-21 15:19:05 +02:00
532bc0416d MAPG-39 increase spaces between elements 2020-05-21 15:10:15 +02:00
6cd777fc1b MAPG-29 draw line between the real and guess position on result map
minor fixes and improvements in JS
2020-05-21 14:07:37 +02:00
521229fc4b MAPG-38 fix resultMap's border-radius 2020-05-21 12:18:17 +02:00
cb000a5887 MAPG-38 turn out motiontracking for the time being 2020-05-21 12:17:53 +02:00
3afadb506b MAPG-38 reset zoom in the documented way 2020-05-21 12:17:18 +02:00
f0344bfc6c MAPG-35 further adaptations for mobile devices
implicitely fix issue MAPG-17
2020-05-21 03:24:09 +02:00
bbd19cc1d8 MAPG-35 re-add border-radius for scoreBarBase 2020-05-21 02:26:36 +02:00
cdbcb6ca52 MAPG-35 adapt JS to mobile layout
use null instead of explicit value when reset
2020-05-21 01:59:31 +02:00
4d8ad9f10f MAPG-35 introduce layout for mobile
further style fixes and adjustments
2020-05-21 01:58:47 +02:00
2b88d721d0 MAPG-34 change default zoom to 0 2020-05-20 20:30:19 +02:00
f647e77366 MAPG-19 show loading gif during loading 2020-05-20 15:54:09 +02:00
51be16395e MAPG-19 add loading.gif 2020-05-20 15:53:14 +02:00
961e6e2380 MAPG-32 use default width (0) for scorebar 2020-05-20 15:00:11 +02:00
82f69664c1 MAPG-32 use Math.ceil instead of Math.round for scorebar 2020-05-20 14:59:48 +02:00
c0ad64cbe5 MAPG-7 refactor JS to be more readable
load Google Maps API async
2020-05-20 03:19:53 +02:00
bccd02ce30 MAPG-27 reset pov before loading the next pano 2020-05-20 02:10:47 +02:00
00ac5e842f MAPG-6 add score calculation to JS 2020-05-20 01:08:01 +02:00
2991dfbe27 MAPG-6 add styles for score and result 2020-05-20 01:07:01 +02:00
e15421af8b MAPG-6 introduce and unify geo calculations 2020-05-19 19:01:35 +02:00
e4c59739dc MAPG-4 show real position after guess
make workflow better
2020-05-19 16:18:12 +02:00
ef95f5b986 MAPG-10 query new position with AJAX
check if pano at position exists
load new pano after guess
2020-05-19 03:44:17 +02:00
731a168323 MAPG-3 remove pov from panorama for the time being 2020-05-17 22:33:48 +02:00
a61d2951d7 MAPG-2 Init project MapGuesser
* add composer.json and basic environment
 * add basic classes
 * add basic map with JS and CSS (with demo functionality)
 * add files for docker-compose
 * add launch.json for Docker debug
 * add README
2020-05-17 19:29:06 +02:00