1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
Commit Graph

1524 Commits

Author SHA1 Message Date
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
182eb7d742 fixing dockerfiles for debian 2022-03-11 16:55:35 +01:00
Patrik J. Braun
755e1be53b fixing build file 2022-03-11 13:32:38 +01:00
Patrik J. Braun
26de21c66b
Merge pull request #455 from bpatrik/test/sharp
Test/sharp
2022-03-11 13:30:14 +01:00
Patrik J. Braun
f0fe9a3fa8 updating build file 2022-03-11 13:30:04 +01:00
Patrik J. Braun
3829c23036 replacing stretch with bulsseye 2022-03-11 13:21:29 +01:00
Patrik J. Braun
d0f2344ce7 remove backslash 2022-03-11 10:19:36 +01:00
Patrik J. Braun
89aebfd014 testing if sharp can build on alpine all platforms 2022-03-10 20:35:32 +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
52d34979b1
Added example GPX file with 3 wpt
For testing of wpt markers from GPX file
2022-03-06 22:31:15 +01:00
zigmhount
07a1d99e69
Added gpx file with one single WPT
For testing displaying wpt markers on the gallery map
2022-03-06 22:28:07 +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
Patrik J. Braun
e01dedae26
Merge pull request #449 from PascalRepond/master
translations: update french translation #438
2022-03-05 12:45:05 +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
Patrik J. Braun
c32d625308
Merge pull request #446 from Nriver/master
update chinese translation
2022-03-02 09:18:44 +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
Patrik J. Braun
6be727397c
Merge pull request #440 from martadinata666/id-translation
add id-translation #438
2022-02-27 16:57:13 +01:00
Dedy Martadinata Supriyadi
21884ab2d0 add id-translation 2022-02-27 15:25:58 +07:00
Patrik J. Braun
667160f4f8 Adding german language to angular.json. Also adding test to catch these errors in the future fixes #428 2022-02-26 18:38:29 +01:00
Patrik J. Braun
8469903189 Fixing ServerTimingMW #437 2022-02-26 17:33:27 +01:00
Patrik J. Braun
41ad14dffd Updating translations #438 2022-02-26 13:42:34 +01:00
Patrik J. Braun
950067c789 Do not add users if authentication is not required 2022-02-26 12:45:26 +01:00
Patrik J. Braun
6cc171c7f5 Updating MANPAGE.md 2022-02-26 12:38:55 +01:00
Patrik J. Braun
c6640ce0f4 Adding server timing to measure performance (default value: false) #437 2022-02-26 12:34:04 +01:00
Patrik J. Braun
2543fd9301 Fixing indexing job UI. 2022-02-25 16:56:28 +01:00
Patrik J. Braun
a33d8bb4d2
Merge pull request #433 from bpatrik/experimental
bumping version
2022-02-24 00:01:03 +01:00
Patrik J. Braun
1ff500a582 bumping version 2022-02-23 23:04:40 +01:00
Patrik J. Braun
69354b2e86
Merge pull request #432 from bpatrik/experimental
Merging better-sqlite3 experiments to master
2022-02-23 22:55:51 +01:00
Patrik J. Braun
724ef1050c Making better-sqlite3 the sqlite driver instead of sqlite3 #299 2022-02-23 22:54:41 +01:00
Patrik J. Braun
b4c64d1247 adding init to non experiment too #299 2022-02-23 00:05:49 +01:00
Patrik J. Braun
ca16ce0c83 fixing experiment to regenerate db when switching sql driver #299 2022-02-22 23:50:28 +01:00
Patrik J. Braun
c9178b0e22 fixing search test
(cherry picked from commit b1f094c150)
2022-02-22 14:13:07 +01:00
Patrik J. Braun
b1f094c150 fixing search test 2022-02-22 14:12:33 +01:00
Patrik J. Braun
3d34b16340 Experimenting with better-sqlite3 2022-02-22 14:06:52 +01:00
Patrik J. Braun
02edfb4963 Improving Autocomplete to show more items from one type if there is not enough. Also list persons first with more photos #improvement 2022-02-22 13:47:41 +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