Search found 33 matches

by Mates-K1
Sat Mar 29, 2025 1:27 am
Forum: General discussions
Topic: What features does NetPhotoGraphics (NPG) have that Zenphoto doesn't.
Replies: 2
Views: 12665

Re: What features does NetPhotoGraphics (NPG) have that Zenphoto doesn't.

netPhotoGraphics can display GPX files on the map as “photos” ( in the place where it normally displays photos).

It's a great feature for displaying the route traveled!
by Mates-K1
Sat Mar 08, 2025 10:45 am
Forum: Requests and suggestions
Topic: Display GPX routes on the map
Replies: 11
Views: 36991

Re: Display GPX routes on the map

Unfortunately, I don't know how exactly to create a GPX file, but according to the code it is actually a list of points in XML. Simple GPX files with a route can be obtained at https://graphhopper.com/maps/. <?xml version="1.0" encoding="UTF-8" standalone="no" ?><gpx xm...
by Mates-K1
Fri Mar 07, 2025 6:37 pm
Forum: Requests and suggestions
Topic: Display GPX routes on the map
Replies: 11
Views: 36991

Re: Display GPX routes on the map

Sorry, I am in hurry. May be this helps: // Check if trackData contains coordinates and create polyline if (Array.isArray(trackData) && trackData.length > 0) { // Create the polyline using trackData coordinates var polyline = L.polyline(trackData, {color: 'blue'}).addTo(map); // Adjust the m...
by Mates-K1
Thu Mar 06, 2025 9:01 pm
Forum: Requests and suggestions
Topic: Display GPX routes on the map
Replies: 11
Views: 36991

Re: Display GPX routes on the map

Wouldn't it be easier to just load a GPX file that would be placed next to the photos in the existing map under the album? By inserting the following code into line 660 of openstreetmap.php I managed to load a GPX file into the map under the album. Unfortunately it is loaded as points and not as a r...
by Mates-K1
Thu Mar 06, 2025 12:36 pm
Forum: Requests and suggestions
Topic: Display GPX routes on the map
Replies: 11
Views: 36991

Re: Display GPX routes on the map

I admit that I would like to help, but unfortunately my knowledge ends with HTML and CSS. But I can certainly spend enough time trying to pull some solutions out of the AI. Increase my knowledge of PHP to that level is probably unrealistic for me, unfortunately. Can we please find a compromise that ...
by Mates-K1
Mon Feb 24, 2025 5:55 am
Forum: Requests and suggestions
Topic: Display GPX routes on the map
Replies: 11
Views: 36991

Re: Display GPX routes on the map

Thanks for the quick response, Stephen. What I like about the GPX map view is the dynamism - the ability to zoom in or out on the map. And the dynamic preview would be a bonus. Even without it, it would be a great solution. I can upload a single image/placeholder somewhere into my system (or album),...
by Mates-K1
Sun Feb 23, 2025 10:44 pm
Forum: Requests and suggestions
Topic: Display GPX routes on the map
Replies: 11
Views: 36991

Display GPX routes on the map

Hi, it would be handy for me to be able to display a map in the gallery at the photo position, which would load a GPX route using Openstreetmap. screen.png The preview could easily be static (better, of course, would be a dynamic), after clicking on the preview the map would be displayed in the plac...
by Mates-K1
Wed Sep 13, 2023 8:55 pm
Forum: Development and customization
Topic: How to add GPS to WEBP or AVIF files
Replies: 0
Views: 22777

How to add GPS to WEBP or AVIF files

Following this issue https://github.com/netPhotoGraphics/netPhotoGraphics/issues/1469, I would like to share my solution for the "problem" where the GPS coordinates are not displayed in the nPG for WEBP and AVIF files. There are very few oflline and online converters that include other met...
by Mates-K1
Tue Nov 17, 2020 4:18 pm
Forum: Requests and suggestions
Topic: Album thumb with GPS icon
Replies: 2
Views: 10334

Re: Album thumb with GPS icon

Many thanks for reply. :idea:
by Mates-K1
Mon Nov 16, 2020 11:05 pm
Forum: Requests and suggestions
Topic: Album thumb with GPS icon
Replies: 2
Views: 10334

Album thumb with GPS icon

Hi,
what is the rule for showing GPS icon on album thumb?

I have albums where more then half images have GPS coords but album thums is without GPS icon...