GPX file
- Dima
- Offline
- Platinum Member
Less
More
4 years 2 months ago - 4 years 2 months ago #13897
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic GPX file
Hi.
I checked your data. This file you will not show with elevation, because it doesn't contain elevation information.
This file can show waypoints, I'll check it and will process it.
Here waypoint, you can just open your file in any text editor
As you can see you get from it: position (attributes of rtept tag - lat, lng), icon (tag - sym), type and name.
I'll check and add ability to process this kind of file content
I checked your data. This file you will not show with elevation, because it doesn't contain elevation information.
This file can show waypoints, I'll check it and will process it.
Here waypoint, you can just open your file in any text editor
Code:
<rtept lat="54.3681567584" lon="-3.0769604162">
<name>WP19901</name>
<sym>Dot</sym>
<type>Waypoints</type>
</rtept>
As you can see you get from it: position (attributes of rtept tag - lat, lng), icon (tag - sym), type and name.
I'll check and add ability to process this kind of file content
Don't forget support my developments: post review in JED , donate , help with translation
Last edit: 4 years 2 months ago by Dima.
Please Log in or Create an account to join the conversation.
- stonesy
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
4 years 2 months ago #13898
by stonesy
Replied by stonesy on topic GPX file
Thanks Dima!
Your a hero!
Your a hero!
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 2 months ago #13904
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic GPX file
Hi.
I added processing rte and rtept tags.
Just check in extension manager new release of component.
And I added it into my docs
wiki.zhuk.cc/index.php/Zh_OpenStreetMap_...File_Parser#GPX_file
I added processing rte and rtept tags.
Just check in extension manager new release of component.
And I added it into my docs
wiki.zhuk.cc/index.php/Zh_OpenStreetMap_...File_Parser#GPX_file
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- stonesy
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
4 years 2 months ago #13911
by stonesy
Replied by stonesy on topic GPX file
Hi Dima..
I have a strange problem ......
Please look at
www.cumbriatouristinformation.com/cumbri...-old-man-of-coniston
And choose the route tab..
The map is blank and the altitude "module" is shrunk.
BUT if I right click and "inspect element"(Firefox) the map suddenly
appears and the altitude displays properly ... this is without refreshing the page...
The map is shown using (loadposition......) in the sobipro component.
Just checked and same with chrome..and edge browsers...
I have a strange problem ......
Please look at
www.cumbriatouristinformation.com/cumbri...-old-man-of-coniston
And choose the route tab..
The map is blank and the altitude "module" is shrunk.
BUT if I right click and "inspect element"(Firefox) the map suddenly
appears and the altitude displays properly ... this is without refreshing the page...
The map is shown using (loadposition......) in the sobipro component.
Just checked and same with chrome..and edge browsers...
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 2 months ago #13912
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic GPX file
Hi.
It is due to you show map on tabs.
I replied about that on forum
You need to create map override, assign it to map and fill fields for invalidation container
Here posts
forum.zhuk.cc/index.php/forum/om-compone...rt-gpx?start=6#13790
forum.zhuk.cc/index.php/forum/om-plugin/...r-module-tab?start=0
It is due to you show map on tabs.
I replied about that on forum
You need to create map override, assign it to map and fill fields for invalidation container
Here posts
forum.zhuk.cc/index.php/forum/om-compone...rt-gpx?start=6#13790
forum.zhuk.cc/index.php/forum/om-plugin/...r-module-tab?start=0
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.182 seconds