Search found 91 matches
- Tue Mar 11, 2025 8:34 pm
- Forum: Requests and suggestions
- Topic: Display GPX routes on the map
- Replies: 11
- Views: 33668
Re: Display GPX routes on the map
There is an update on this: https://github.com/netPhotoGraphics/net ... ssues/1608
- Sun Mar 09, 2025 1:05 am
- Forum: Requests and suggestions
- Topic: Display GPX routes on the map
- Replies: 11
- Views: 33668
Re: Display GPX routes on the map
I am going to create a ticket for this feature. Further discussions will be via https://github.com/netPhotoGraphics/net ... ssues/1608
- Sat Mar 08, 2025 5:29 pm
- Forum: Requests and suggestions
- Topic: Display GPX routes on the map
- Replies: 11
- Views: 33668
Re: Display GPX routes on the map
Thanks for the GPX file. I will get this working with the code you have supplied. The implementation I propose will allow for as many routes as there are GPX files. Essentially the GPX file will be an image in the album. As for colors, I presume the color: 'blue' parameter would select it. So just a...
- Thu Mar 06, 2025 11:20 pm
- Forum: Requests and suggestions
- Topic: Display GPX routes on the map
- Replies: 11
- Views: 33668
Re: Display GPX routes on the map
I guess I need a bit of education. How does one create a GPX file? Maybe you can provide me with an example. How does one tell Openstreetmap to create a route map as opposed to just individual points. Anyway, I think that the best approach is to create a "class-gpx" plugin that is based on...
- Mon Feb 24, 2025 5:57 pm
- Forum: Requests and suggestions
- Topic: Display GPX routes on the map
- Replies: 11
- Views: 33668
Re: Display GPX routes on the map
Are you up to doing some work on this? Take a look at the "image" plugins for how these the getContents() method is the guts of displaying these alternate images, so the openStreetMap code would go there. classVIdeo and classTextobject are good starting points to see how this might be done...
- Sun Feb 23, 2025 11:51 pm
- Forum: Requests and suggestions
- Topic: Display GPX routes on the map
- Replies: 11
- Views: 33668
Re: Display GPX routes on the map
I think in theory this should be possible. It may take some thinking on how to do it, though. Since netPhotoGraphics is file system based for albums and images I think we would need to invent the concept of a "dynamic image" (analogous to dynamic albums.) The getCOntent() method would then...
- Tue May 21, 2024 6:46 pm
- Forum: Releases
- Topic: database error on installing version 2.01.00.08
- Replies: 0
- Views: 15989
database error on installing version 2.01.00.08
Some sites have encountered an error during setup installing version 2.01.00.08. See https://github.com/netPhotoGraphics/netPhotoGraphics/issues/1572 . This error is caused by an bug in earlier versions of netPhotoGraphics. The error occurs when the old problem is being resolved and is in itself not...
- Thu Jul 13, 2023 10:45 pm
- Forum: Requests and suggestions
- Topic: Add two fields to the album edit page
- Replies: 5
- Views: 27295
Re: Add two fields to the album edit page
The development release now has this function added (along with some enhancements) You can find the development release at https://github.com/sbillard/netPhotoGra ... Dev_2.0%2B
- Thu Jul 13, 2023 5:34 pm
- Forum: Requests and suggestions
- Topic: Add two fields to the album edit page
- Replies: 5
- Views: 27295
Re: Add two fields to the album edit page
Upon further thought, I think the best solution for then news category/album property is to name your categories the same (or based on) the album name. Then no extra properties for the album are needed then. For the latest/random images there is no need for an album property. There is already a getI...
- Wed Jul 12, 2023 3:52 pm
- Forum: Requests and suggestions
- Topic: Add two fields to the album edit page
- Replies: 5
- Views: 27295
Re: Add two fields to the album edit page
The news category sounds like a reasonable addition. I think that all that is needed there is to have an album property that contains the news category (if set.) The theme can then decide exactly what to do with that information. (Display the most recent article? Link to the category? etc.) Maybe th...