Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Pavel

#1
MAPAS/MAPS / Using Google maps as map overlay
April 21, 2018, 08:43:09 PM
Hello,

at first place - I love this app! Thank you for your work.



The function to load KML as overlay works great, but is it possible to load online my custom google map and use it as an overlay? I have my google map and I'm updating it regularly. Is it possible to load this map in OruxMaps and when I open OruxMaps the map to be pulled into the app with the latest changes in the online map?



Thank you in advance!
#2
GENERAL / Sorting the tracks in tracks list
September 04, 2017, 08:02:22 AM
Hello!

Is it possible to sort the tracks in the tracks list by date and then save this sorting? Now I'm able to sort them but it keeps it only for the current "session".



And one more question. Today I deleted one track from the device. Later I uploaded the same track (with fixed altitude) and decided to upload it to OruxMaps server againi. I'm getting the error 43: route already uploaded How to delete the old version of this track from the server?



Thank you in advance!
#3
GENERAL / Re: Introducing Trackserver Wordpress plugin
November 30, 2016, 08:07:34 AM
Thank you, for the reply, martijn!



I read the FAQ and did not find anything related to login, bu maybe you are talking about the slugs answer there. I've played allot with the plugin and maybe there is something wrong in my settings. I tried to uninstall and install it again, but it keeps the old data. Can you tell me how to remove everything related to your plugin from the WordPress. Then I'll try to install it again and will see if my installation is working.



Now I'm sending data from OruxMaps (where I have entered custom URL, WP admin username and password) but nothing is recorded.



Thank you for your help!



Edit: Is it possible my hosting provider to filter this type of http basic authentication?
#4
GENERAL / Re: Introducing Trackserver Wordpress plugin
November 29, 2016, 11:12:03 AM
@martijn, when in the Trackserver Options, in MapMyTracks URL slug I enter something and navigate to Full custom URL (ending in something) there is http basic authentication form. I'm trying to log in with my wordpress admin username and password but it does not authorize me. I think this is the reason I can not record my tracks.



Can you tell me where to look for a solution?

Thank you in advance!
#5
ERRORES/BUGS / Sending data to MapMyTracks does not work
November 28, 2016, 02:46:34 PM
Hello,

today I've tried to send my activity to MapMyTracks.com. I'm using the address http://www.mapmytracks.com/api/">http://www.mapmytracks.com/api/ for url and my login username and password but there is no new activity created.



Any ideas how to resolve this?



Edit: Fixed in latest beta: 6.5.11 Beta 19. Thanks!
#6
GENERAL / Re: MapMyTracks to a custom url
November 28, 2016, 08:25:25 AM
Hello,

I'm still facing this issue with the authentication. Can you advice me where to look for a solution.

When OruxMaps is trying to send data to the server in the access log is written:
"POST /mapmytracks HTTP/1.1" 401 20 "-" "Apache-HttpClient/UNAVAILABLE (java 1.5)"
When I try to send data with the command:
curl -u username:password --header "X-MyHeader: test"  http://site/mapmytracks
In the access log I have:
"POST /mapmytracks HTTP/1.1" 200 115 "-" "curl/7.47.0"
So I think the basic authentication is working but I can not manage it to work with OruxMaps.



Update:

I've captured the post coming from OruxMaps. There is no Authentication credentials in it:


POST /mapmytracks HTTP/1.1
Accept-Encoding: gzip,deflate
Connection:      close
Content-Length:  340
Content-Type:    application/x-www-form-urlencoded; charset=ISO-8859-1
Host:            [edit]
User-Agent:      Apache-HttpClient/UNAVAILABLE (java 1.5)

privicity=private&source=OruxMaps&title=2016-11-28+12%3A0020161128_1200&request=start_activit
y&version=60510&points=42.765362666666664+25.240098+139.228+1480327253+&activity=hiking






Every help is much appreciated! Thank you!
#7
GENERAL / Re: MapMyTracks to a custom url
November 26, 2016, 09:25:25 PM
Quote from: "orux"
Quote from: "Pavel"Hello,

I'm trying to use OruxMaps to send my location to a custom URL. The server is okay and when I'm sending data with
curl -u username:password --header "X-MyHeader: test"  http://site/mapmytracks
from my notebook, I can see this post request from the server. When I enter the username, password and url in OruxMaps and start a new track for recording, nothing is happening on the server side.



Can you tell me where I'm wrong?

Thank you in advance!




Hello;



the app needs one GPS fix position at least.



the data is sent each 20 seconds to the server if new data is present.





orux


Thank you for the fast reply, Orux. In my access log I can see
"POST /mapmytracks HTTP/1.1" 401 20 "-" "Apache-HttpClient/UNAVAILABLE (java 1.5)"
And yes, it's repeating every 20 seconds and again when I stop the track. I'm sure the credentials are correct but gets 401... Do you know what is happening?
#8
GENERAL / MapMyTracks to a custom url
November 26, 2016, 07:26:42 PM
Hello,

I'm trying to use OruxMaps to send my location to a custom URL. The server is okay and when I'm sending data with
curl -u username:password --header "X-MyHeader: test"  http://site/mapmytracks
from my notebook, I can see this post request from the server. When I enter the username, password and url in OruxMaps and start a new track for recording, nothing is happening on the server side.



Can you tell me where I'm wrong?

Thank you in advance!
#9
GENERAL / Re: Introducing Trackserver Wordpress plugin
November 26, 2016, 07:16:46 PM
Thank you for the clarification, martijn!
#10
GENERAL / Re: Introducing Trackserver Wordpress plugin
October 26, 2016, 10:09:48 PM
Hi,

I'm trying to configure the plugin to work with OruxMaps but with no success.

Can you tell me how to configure both, the plugin and OruxMaps app.



Thank you in advance!