Patrik J. Braun
47d864abe5
Multiples small tweaks to save on the server response size:
...
* Removing ids from DTO as it is not needed on the client side. ~4% saving
* Removing orientation information from DB and server response. ~3% saving
* removing altitude from GPS data and reducing GPS, exposure and fstop precision ~3%
Altogether 10% saving expected.
#437
2022-03-25 21:51:42 +01:00
Patrik J. Braun
346590f651
refactoring map service: Using leaflet's LatLngLiteral interface
2022-03-12 00:00:49 +01:00
Patrik J. Braun
82aaa614b3
refactoring gpx marker (waypoints) on map
2022-03-11 23:54:55 +01:00
Patrik J. Braun
ec8b287c9f
Merge pull request #456 from zigmhount/gpx_wpt_mappoints
...
Gpx wpt mappoints with infinite loop fix
2022-03-11 23:51:28 +01:00
zigmhount
cd541e3fe0
Fixed infinite loop
...
Replaced `i` with `wpt_i` in `wpoints_loop`!
2022-03-11 23:09:14 +01:00
zigmhount
bc7ffb39b5
Dirty fix for infinite loop
...
Changed back `continue wpoints_loop` to `break wpoints_loop` because it causes an infinite loop once `wpt_i` reaches `wpoints.length` and `wpoints[wpt_i]` is undefined , yet it continues to loop for some reason. Break is not nice because there could be defined values for bigger wpt_i
Attempt to understand why with `console.log(wpoints.length)`.
2022-03-11 23:01:28 +01:00
Patrik J. Braun
9104db695f
Merge pull request #452 from zigmhount/gpx_wpt_mappoints
...
Gpx wpt mappoints
2022-03-11 23:00:15 +01:00
zigmhount
92f346b1ca
Cleaned up
...
Removed unnecessary comments; replaced `break wpoints_loop` with `continue wpoints_loop` which caused infinite loops, let's see if it still happens and if I can fix it...
2022-03-11 22:49:56 +01:00
Patrik J. Braun
6ed0401312
fixing navigation bar dividers
2022-03-10 20:22:27 +01:00
Patrik J. Braun
c1cd10a9d1
updating translation #438
2022-03-10 19:23:20 +01:00
zigmhount
f1a5c6c0ee
Refactor getMapCoordinates
...
Removed input parameter tagname, hardcoded instead the array tagnames=['trkpt,'wpt'] , and iterated through this array to get elements from the XML file at once and gather them in coordinates[ ] = [ track_path_points[ ], wpoints_points[ ] ].
2022-03-09 20:44:37 +01:00
zigmhount
5e56561576
Refactor loadGPXfiles()
...
Retrieve directly [path,wpoints] from getMapCoordinates[][]
2022-03-09 20:40:52 +01:00
zigmhount
ffa5ed687d
Replaced getMapPoints() and getMapPath() with getMapCoordinates()
...
Passing 'trkpt' or 'wpt' to getMapCoordinates() to handle both paths and waypoints from GPX files.
2022-03-09 16:34:57 +01:00
zigmhount
7928a07230
Refactored getMapPoints and getMapPath into getMapCoordinates
...
Added argument tagname to getMapCoordinates() to accept 'trkpt' or 'wpt';
replaced interfaces MapPoints and MapPath with MapCoordinates.
2022-03-09 16:31:54 +01:00
zigmhount
55c0e98df8
Merge branch 'bpatrik:master' into gpx_wpt_mappoints
2022-03-06 22:22:14 +01:00
zigmhount
7008bc9246
Plot markers for wpoints from MapPoints
...
In addition to path from getMapPath(), get wpoints from getMapPoints() and plot them on the marker layer.
Somehow the for loop `wpoints_loop` tends to continue infinitely, forcing stop with `break wpoints_loop` for now.
2022-03-06 22:16:23 +01:00
zigmhount
ac4a854917
Add getMapPoints() and MapPoints for GPX waypoints
...
Store waypoints from GPX files' <wpt> tags into MapPoints, while track points remain in MapPath.
2022-03-06 22:04:59 +01:00
Patrik J. Braun
11ed54669a
Merge remote-tracking branch 'origin/master'
2022-03-05 13:09:49 +01:00
Patrik J. Braun
9ef0f5d2b8
Making random-link by-default enabled, and updating the warning note #392
2022-03-05 13:09:24 +01:00
PascalRepond
e252ccb8a7
translations: update french translation
2022-03-04 21:13:15 +01:00
Patrik J. Braun
8f6f960ee8
deprecating memory based DB
2022-03-04 17:59:50 +01:00
Patrik J. Braun
41b94f11e9
ordering languages alphabetically #438
2022-03-04 17:45:51 +01:00
Nriver
878ebfad82
update chinese translation
2022-03-01 09:56:38 +08:00
Patrik J. Braun
211a5bd4dd
showing gpx tracks in folders without a photo with gps position. #422
2022-02-27 19:07:00 +01:00
Dedy Martadinata Supriyadi
21884ab2d0
add id-translation
2022-02-27 15:25:58 +07:00
Patrik J. Braun
41ad14dffd
Updating translations #438
2022-02-26 13:42:34 +01:00
Patrik J. Braun
2543fd9301
Fixing indexing job UI.
2022-02-25 16:56:28 +01:00
Patrik J. Braun
9c96dba032
Adding slider to filters and blocking filters when no media is available #287 #improvement
2022-02-22 13:19:09 +01:00
Braun Patrik
8665e17deb
Improve filter responsiveness #287 #improvement
2022-02-19 15:16:51 +01:00
Patrik J. Braun
fbae2e77d2
Fixing null reference issue #287
2022-02-19 00:16:39 +01:00
Patrik J. Braun
b24d5f4779
Fixing faces filter #287
2022-02-19 00:10:11 +01:00
Patrik J. Braun
35875b8aad
Adding more filter options #287
2022-02-19 00:02:57 +01:00
Patrik J. Braun
d30c0f5292
Implementing filter pinning #287
2022-02-18 23:58:23 +01:00
Patrik J. Braun
44e7445e0f
replacing mergeMap to switchMap in filter and sorting #287
2022-02-18 22:56:14 +01:00
Patrik J. Braun
a6b14534ee
Implementing filter #287
2022-02-16 22:17:38 +01:00
Patrik J. Braun
169d59fb8e
Refactoring gallery to use observable for soring #287
2022-02-11 19:05:51 +01:00
Patrik J. Braun
4fa35c1487
Improving settings badge position #368
2022-02-06 16:32:21 +01:00
Patrik J. Braun
4e848fdbed
Adding directory flattening button #174
2022-02-06 16:05:13 +01:00
Patrik J. Braun
a1de381caa
Disabling random link by default as it poses a security risk. #392
2022-02-06 15:13:40 +01:00
Patrik J. Braun
a749ba3a58
fixing settings value change detection
2022-02-05 10:58:24 +01:00
Patrik J. Braun
97fcc3eeea
Improving settings UI
2022-01-26 23:38:18 +01:00
Patrik J. Braun
8f871f31f2
Implementing preview resetting job #80 , #381
2022-01-26 23:09:31 +01:00
Patrik J. Braun
1255246b0f
implementing preview settings #80 , #381
2022-01-26 22:50:49 +01:00
Patrik J. Braun
5f6c8323c7
fixing metafile setting descsription.
2022-01-17 23:18:02 +01:00
Patrik J. Braun
d9d8c21f9e
Merge remote-tracking branch 'origin/master'
2022-01-17 23:05:26 +01:00
Patrik J. Braun
69fedd6c67
Creating thumbnail filling job #381
...
The job fills, directory, albums and persons' thumbnails
2022-01-17 23:05:10 +01:00
Veronika
1ced72be77
apple-touch-icon #351
2022-01-16 10:36:44 +01:00
Patrik J. Braun
e607ae810a
Forcing mysql to use utf8mb4 fixes #399
2022-01-14 12:14:28 +01:00
Patrik J. Braun
2ca74ef8b4
Implementing custom header support #331 , #325 , fixes #404 ,
2022-01-14 10:56:21 +01:00
Patrik J. Braun
938a1386fc
Improving metafile settings
2022-01-13 23:36:32 +01:00