[Qlandkartegt-users] Map Coordinates in UTM-Format

2021-12-07 Thread APM


Dear Wolfgang,


yes, great! I see the Position in meter now.


One additional question:


If I set a waypoint, I can change the position via the menu and fill in 
the position as coordinates.


Is it possible to use UTM coordinates here?


Thanks


Kind regards


Piet



Am 07.12.21 um 14:56 schrieb Wolfgang Thämelt:

Does

https://github.com/Maproom/qmapshack/wiki/AdvMapDetails#user-content-projection-and-datum 



give an answer?


Regards

Wolfgang





___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Map Coordinates in UTM-Format

2021-12-07 Thread APM

Dear List,


in QMS is on the bottom right a field, which shows the coordinates from 
the actual position of the pointer.


In the menu I can change the format, but not to UTM, which is used for a 
lot of hiking maps.



Is it possible to add the UTM format?


Kind regards


Piet



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Import GPX track from OSMand track with the name

2021-11-12 Thread APM

Dear List,


I use OSMand to track ways.

If I import them in QMS with the menu "Data" > "Load GIS-Data" and add 
them to a project database,


the name of the gpx file was lost and shows "No Name" in the database.

Sample:


The GPX file in the filesystem has the name "2021-11-06_15-59_Sat.gpx".


The name field in the GPX-file is

"
2021-11-06_15-59_Sat



Can I import the GPX-tracks with the name?


Thank you!


Kind regards


Piet





___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] Release V 1.16.0: How to use a manual installation of proj 8

2021-05-29 Thread APM

Hi Torsten,


thank you so much for your help!

On a second try ccmake find all relations.

After compiling QMS, I have to link some libs  (*.so*), which are in 
/home/user/QMSDEVDIR/usr/lib/, in /usr/lib/x86_64-linux-gnu/


And wwww, with /QMSDEVDIR/usr/bin$ ./qmapshack starts!


Again, thank you and the QMS developer for the work!


Kind regards


Piet


Am 28.05.21 um 11:31 schrieb Torsten Metzner:

Hi Piet,
I used quazip-1.1.

*The question is, in which step did you get this error message?*

/Could not find a package configuration file provided by "QuaZip-Qt5" 
with//

//   any of the following names://

// QuaZip-Qt5Config.cmake//
// quazip-qt5-config.cmake/


Because in the build step of quazip, this is: |
|

|cmake --build . -j2|

||QuaZip-Qt5Config.cmake is created from 
quazip-1.1/quazip/QuaZipConfig.cmake.in

And with:

|cmake --build . --target install|

you install it inside 
/home/user/QMSDEVDIR/usr/lib/cmake/QuaZip-Qt5-1.1/QuaZip-Qt5Config.cmake

And there it will be found by QMS during its build phase.

Torsten

On 28.05.21 10:19, APM wrote:


Hi Thorsten,

works with gdal-3.2.2!

I have to adjust ccmake with the paths for routino & proj etc as well.


Now I have a problem with quazip:


Could not find a package configuration file provided by "QuaZip-Qt5" with
   any of the following names:

 QuaZip-Qt5Config.cmake
 quazip-qt5-config.cmake


ccmake quazip went wrong with


|Could NOT find Qt5Zlib (missing: Qt5Zlib_DIR) CMake Warning at 
/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:39 (message): 
Failed to find Qt5 component "Zlib" config file at 
"/usr/lib/x86_64-linux-gnu/cmake/Qt5Zlib/Qt5ZlibConfig.cmake" Call 
Stack (most recent call first): CMakeLists.txt:62 (find_package) I 
guess, that there's no ||Qt5Zlib| in the Debian repo. Kind regards Piet ||



Am 28.05.21 um 09:11 schrieb Torsten Metzner:

Hi Piet,

Currently I cannot check this on a Debian Bullseye system. (Perhaps) 
I will do it a little bit later.


You can check the output of the linker/compiler command for creating 
libgdal.so.
Normally you should find something like: 
-L/home/user/QMSDEVDIR/usr/lib   -lproj


My build was made with proj-8.0.0 and gdal-3.2.2 perhaps something 
changed with gdal-3.3.0?

Perhaps this is also a workaround for you, using gdal-3.2.2.

If I use ./configure --help with gdal-3.2.2 I see that -with-proj is 
supported.



I will try to make a build with proj-8.0.1 and gdal-3.3.0 at the 
weekend on my Ubuntu system to check if it works there.
If this is the case I will try to check it on a Debian Bullseye 
system too.


I hope this helps a little bit,
Torsten


On 28.05.21 08:28, APM wrote:


Hi Thorsten,


thank you for your information.


I use Debian Bullseye. Unfortunately the introduction does not work 
for me.



After compiling proj-8.0.1.tar.gz I get the 
/home/user/QMSDEVDIR/usr/lib/ with


libproj.so.22.1.0 in it and two links libproj.so.22 and libproj.so 
to libproj.so.22.1.0.



I configure gdal with


./configure --prefix=/home/user/QMSDEVDIR/usr --without-libtool 
--with-proj=/home/user/QMSDEVDIR/usr --with-geotiff=internal


without errors.


Compiling gdal stops with a warning:

/usr/bin/ld: warning: libproj.so.22/usr/bin/ld, needed by 
/home/user/src/gdal-3.3.0/libgdal.so, not found (try using -rpath 
or -rpath-link)


and a couple of messages like  "undefined reference to `proj_"


Maybe --with-proj=/home/user/QMSDEVDIR/usr is not recognized?


Kind regards


Piet


Am 26.05.21 um 23:29 schrieb Torsten Metzner:

Hi,

Here: 
https://www.naviboard.de/thread/65969-gel%C3%B6st-qms-l%C3%A4sst-sich-nicht-mehr-kompilieren/?postID=530449#post530449 
<https://www.naviboard.de/thread/65969-gel%C3%B6st-qms-l%C3%A4sst-sich-nicht-mehr-kompilieren/?postID=530449#post530449> 

I gave an introduction how to build it under Ubuntu 20.04.2 LTS 
and avoiding any conflict with system libraries.


It is in German but I hope one can understand it.

Torsten

On 26.05.21 17:56, HerbertFisel wrote:

Hi,
trying to translate V1.16.0 results in the ccmake error:
>>>    By not providing "FindPROJ.cmake" in CMAKE_MODULE_PATH 
this project has
>>>    asked CMake to find a package configuration file provided 
by "PROJ", but

>>>    CMake did not find one.
>>>
>>>    Could not find a package configuration file provided by 
"PROJ" with any of

>>>    the following names:
>>>
>>>  PROJConfig.cmake
>>>  proj-config.cmake
>>>
>>>    Add the installation prefix of "PROJ" to CMAKE_PREFIX_PATH 
or set
>>>    "PROJ_DIR" to a directory containing one of the above 
files.  If "PROJ"
>>>    provides a separate development package or SDK, be sure it 
has been

>>>    installed.

I assume this is because QmapShack has switched to Pro

Re: [Qlandkartegt-users] Release V 1.16.0: How to use a manual installation of proj 8

2021-05-28 Thread APM

Hi Thorsten,

works with gdal-3.2.2!

I have to adjust ccmake with the paths for routino & proj etc as well.


Now I have a problem with quazip:


Could not find a package configuration file provided by "QuaZip-Qt5" with
   any of the following names:

 QuaZip-Qt5Config.cmake
 quazip-qt5-config.cmake


ccmake quazip went wrong with


|Could NOT find Qt5Zlib (missing: Qt5Zlib_DIR) CMake Warning at 
/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:39 (message): Failed 
to find Qt5 component "Zlib" config file at 
"/usr/lib/x86_64-linux-gnu/cmake/Qt5Zlib/Qt5ZlibConfig.cmake" Call Stack 
(most recent call first): CMakeLists.txt:62 (find_package) I guess, that 
there's no ||Qt5Zlib| in the Debian repo. Kind regards Piet ||



Am 28.05.21 um 09:11 schrieb Torsten Metzner:

Hi Piet,

Currently I cannot check this on a Debian Bullseye system. (Perhaps) I 
will do it a little bit later.


You can check the output of the linker/compiler command for creating 
libgdal.so.
Normally you should find something like: 
-L/home/user/QMSDEVDIR/usr/lib   -lproj


My build was made with proj-8.0.0 and gdal-3.2.2 perhaps something 
changed with gdal-3.3.0?

Perhaps this is also a workaround for you, using gdal-3.2.2.

If I use ./configure --help with gdal-3.2.2 I see that -with-proj is 
supported.



I will try to make a build with proj-8.0.1 and gdal-3.3.0 at the 
weekend on my Ubuntu system to check if it works there.
If this is the case I will try to check it on a Debian Bullseye system 
too.


I hope this helps a little bit,
Torsten


On 28.05.21 08:28, APM wrote:


Hi Thorsten,


thank you for your information.


I use Debian Bullseye. Unfortunately the introduction does not work 
for me.



After compiling proj-8.0.1.tar.gz I get the 
/home/user/QMSDEVDIR/usr/lib/ with


libproj.so.22.1.0 in it and two links libproj.so.22 and libproj.so to 
libproj.so.22.1.0.



I configure gdal with


./configure --prefix=/home/user/QMSDEVDIR/usr --without-libtool 
--with-proj=/home/user/QMSDEVDIR/usr --with-geotiff=internal


without errors.


Compiling gdal stops with a warning:

/usr/bin/ld: warning: libproj.so.22/usr/bin/ld, needed by 
/home/user/src/gdal-3.3.0/libgdal.so, not found (try using -rpath or 
-rpath-link)


and a couple of messages like  "undefined reference to `proj_"


Maybe --with-proj=/home/user/QMSDEVDIR/usr is not recognized?


Kind regards


Piet


Am 26.05.21 um 23:29 schrieb Torsten Metzner:

Hi,

Here: 
https://www.naviboard.de/thread/65969-gel%C3%B6st-qms-l%C3%A4sst-sich-nicht-mehr-kompilieren/?postID=530449#post530449 
<https://www.naviboard.de/thread/65969-gel%C3%B6st-qms-l%C3%A4sst-sich-nicht-mehr-kompilieren/?postID=530449#post530449> 

I gave an introduction how to build it under Ubuntu 20.04.2 LTS and 
avoiding any conflict with system libraries.


It is in German but I hope one can understand it.

Torsten

On 26.05.21 17:56, HerbertFisel wrote:

Hi,
trying to translate V1.16.0 results in the ccmake error:
>>>    By not providing "FindPROJ.cmake" in CMAKE_MODULE_PATH this 
project has
>>>    asked CMake to find a package configuration file provided by 
"PROJ", but

>>>    CMake did not find one.
>>>
>>>    Could not find a package configuration file provided by 
"PROJ" with any of

>>>    the following names:
>>>
>>>  PROJConfig.cmake
>>>  proj-config.cmake
>>>
>>>    Add the installation prefix of "PROJ" to CMAKE_PREFIX_PATH 
or set
>>>    "PROJ_DIR" to a directory containing one of the above 
files.  If "PROJ"
>>>    provides a separate development package or SDK, be sure it 
has been

>>>    installed.

I assume this is because QmapShack has switched to Proj 8 and my 
system


DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS"

has installed

>dpkg-query -W proj-bin
proj-bin    7.0.0-1~bionic0.

So I translated and installed proj-8.0.1 from source (proj.org) and 
installed it on the default destination path

/usr/local/ with all its subdirectories bin, include, lib, etc.

My question: How can I cause ccmake to use the manual installed 
proj version from that destination instead the system

installed version 7 ?
Or does that not work at all ?

Can anyone give me a hint.
Thanks in advance
Herbert





Am 24.05.21 um 11:42 schrieb Oliver Eichler:

Hi,

release time with a minor version upgrade. This is because of a 
new feature: POI collections. Thanks to Henri for the work. Also 
thanks to Wolfgang documenting the topic in the wiki.


https://github.com/Maproom/qmapshack/wiki/DocGisItemsPOI

Another big step is switching to Proj 8. On older distributions 
this will give you some headaches. Maybe a good moment to upgrade.


As usual there has been a lot of bug fixig, too. I hope

Re: [Qlandkartegt-users] Release V 1.16.0: How to use a manual installation of proj 8

2021-05-27 Thread APM

Hi Thorsten,


thank you for your information.


I use Debian Bullseye. Unfortunately the introduction does not work for me.


After compiling proj-8.0.1.tar.gz I get the 
/home/user/QMSDEVDIR/usr/lib/ with


libproj.so.22.1.0 in it and two links libproj.so.22 and libproj.so to 
libproj.so.22.1.0.



I configure gdal with


./configure --prefix=/home/user/QMSDEVDIR/usr --without-libtool 
--with-proj=/home/user/QMSDEVDIR/usr --with-geotiff=internal


without errors.


Compiling gdal stops with a warning:

/usr/bin/ld: warning: libproj.so.22/usr/bin/ld, needed by 
/home/user/src/gdal-3.3.0/libgdal.so, not found (try using -rpath or 
-rpath-link)


and a couple of messages like  "undefined reference to `proj_"


Maybe --with-proj=/home/user/QMSDEVDIR/usr is not recognized?


Kind regards


Piet


Am 26.05.21 um 23:29 schrieb Torsten Metzner:

Hi,

Here: 
https://www.naviboard.de/thread/65969-gel%C3%B6st-qms-l%C3%A4sst-sich-nicht-mehr-kompilieren/?postID=530449#post530449 
 

I gave an introduction how to build it under Ubuntu 20.04.2 LTS and 
avoiding any conflict with system libraries.


It is in German but I hope one can understand it.

Torsten

On 26.05.21 17:56, HerbertFisel wrote:

Hi,
trying to translate V1.16.0 results in the ccmake error:
>>>    By not providing "FindPROJ.cmake" in CMAKE_MODULE_PATH this 
project has
>>>    asked CMake to find a package configuration file provided by 
"PROJ", but

>>>    CMake did not find one.
>>>
>>>    Could not find a package configuration file provided by "PROJ" 
with any of

>>>    the following names:
>>>
>>>  PROJConfig.cmake
>>>  proj-config.cmake
>>>
>>>    Add the installation prefix of "PROJ" to CMAKE_PREFIX_PATH or set
>>>    "PROJ_DIR" to a directory containing one of the above files.  
If "PROJ"
>>>    provides a separate development package or SDK, be sure it has 
been

>>>    installed.

I assume this is because QmapShack has switched to Proj 8 and my system

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS"

has installed

>dpkg-query -W proj-bin
proj-bin    7.0.0-1~bionic0.

So I translated and installed proj-8.0.1 from source (proj.org) and 
installed it on the default destination path

/usr/local/ with all its subdirectories bin, include, lib, etc.

My question: How can I cause ccmake to use the manual installed proj 
version from that destination instead the system

installed version 7 ?
Or does that not work at all ?

Can anyone give me a hint.
Thanks in advance
Herbert





Am 24.05.21 um 11:42 schrieb Oliver Eichler:

Hi,

release time with a minor version upgrade. This is because of a new 
feature: POI collections. Thanks to Henri for the work. Also thanks 
to Wolfgang documenting the topic in the wiki.


https://github.com/Maproom/qmapshack/wiki/DocGisItemsPOI

Another big step is switching to Proj 8. On older distributions this 
will give you some headaches. Maybe a good moment to upgrade.


As usual there has been a lot of bug fixig, too. I hope we cought 
more bugs than introducing others with the new features.


For all the details see the change log and the attached tickets.

Enjoy the release!

Oliver



[QMS-220] "Select items from map" misses items
[QMS-275] Routino: Add Spanish and Czech as selectable languages for 
turn instructions

[QMS-279] Track metrics not updated when using UNDO / REDO in Edit mode
[QMS-282] Tags icons/rating disappear from workspace after saving 
and closing a project

[QMS-285] WMTS-based maps aren't restored correctly
[QMS-297] Add GUI framework for POI databases
[QMS-299] CEnergyCycling is storing it's configuration in the 
`General` section instead of it's own.

[QMS-301] Load POI file
[QMS-303] Add POI icons
[QMS-307] Optimization of POI query
[QMS-311] Automatically save projects to device
[QMS-313] UX improvements for POIs
[QMS-314] Fix/Add POI categories
[QMS-315] Make POI Icons User-Selectable
[QMS-317] Enable user to add POI to project via right-click
[QMS-318] Change poi_t to use radians
[QMS-321] Improve name selection for POI
[QMS-322] Make POIs show up in 'Select Items On Map'
[QMS-337] Upgrade to Proj 8 API
[QMS-343] .fit files from Suunto app have many trackpoints with 
elevation = 0

[QMS-344] Better integration of new PROJ lib into cmake build system
[QMS-349] Upgrade to Quazip Qt5 V1.x
[QMS-353] "Select Items on Map" does not update when items are removed
[QMS-354] Refactor the code to get rid of clazy warnings
[QMS-360] Fix compile flags for Windows 64bit
[QMS-362] Fit files containing more than one developer data ID 
cannot be opened. e.g. from a Garmin FR 935 and a connected Stryd 
footpod

[QMS-363] GIS items missing in projects loaded from file or database
[QMS-371] Crash while loading geocache from TwoNav device
[QMS-373] Refine templates to hide comments
[QMS-375] On-screen profile window has no clo

[Qlandkartegt-users] Storage from downloaded tiles from TMS Sever

2021-05-18 Thread APM

Dear all,


I use Debian Bullseye with QMS 1.15.2 from the Debian repro.

If I use any TMS Map, the downloaded tiles are stored at different 
places in my folder system.



Can I setup a fixed place to store the tiles?


Thank you!


KR


Axel



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] No georeference information found.

2021-04-28 Thread APM

Dear Karl, John and Mixel,


I'm sure that the problem is not a question of docker build or not, 
which use gdal tools as a base sure.


(By the way, good idea to deal with docker & QMS due to proj updates 
etc., I use Flatpak more and more for other progs with Debian)



John, could you offer the related geotiff maps for a download in a cloud 
or a link again?


I had similar problems with vrt in the past and like to improve my 
knowledge.



Kind regards

Axel




Am 27.04.21 um 21:06 schrieb Karl Karsten:

Hi John, Mitxel an Axel,

I can't follow your discussion about the georef stuff. I am not an
georf expert.

But:


The Qmapshack I was using was the Suse AppImage version built by Karl
Karsten (ref: qlandkartegt-users 12/04/21), and this appears to be
the cause of my problem.

As you maybe know I am experimenting to build QMS executable files by
using Docker and AppImage.
https://github.com/kkarsten62/QMapShack.AppImage
https://github.com/kkarsten62/QMapShack.AppImage/wiki

But I am not really sure if this approach will work in stable manner.

So if you see problems, bugs and crashes etc. please let me know.

So that I can decide if this approach will make sense to follow on in
future.

Thanks.

Karl ...


 Weitergeleitete Nachricht 
Von: John Groombridge 
Antwort an: johng...@gmail.com
An: Mitxel 
Kopie: m...@karl-karsten.de
Betreff: Re: [Qlandkartegt-users] No georeference information found.
Datum: Sun, 25 Apr 2021 13:10:05 +1200


Hi Mitxel

Thank you for your detailed explanation

I prefer to use Qlandkartegt which I find more intuitive. The geotiff
maps I was mapping using gdalbuildvrt work in Qlandkartegt qmap builds,
confirming they contain valid geo-reference data.

The Qmapshack I was using was the Suse AppImage version built by Karl
Karsten (ref: qlandkartegt-users 12/04/21), and this appears to be the
cause of my problem.

Switching to Mint 18, QMS v1.5.1, the vrt map does not create an error,
and displays as it should.

  



Kia ora

JohnG
___
using LINUX :: an operating system immune to Windose viruses





___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] No georeference information found.

2021-04-21 Thread APM
I'm not a professional in geotiff/gdal , but it seems that your maps are 
not georeferenced.


"Coordinate System is `' " should contain a valid value.


You can check with gdalinfo, if your input tifs are ok.

Maybe they have no or different systems.


Your can find out, which CRS your source maps should contain and add a 
system with gdalwarp.



See https://gdal.org/programs/gdalwarp.html


Sample: gdalwarp  -t_srs  EPSG:4326  input.tif  output.tif But as mentioned before I'm not very fimilar with it. Good 
luck! KR Axel





Am 21.04.21 um 10:54 schrieb John Groombridge:

On 21/04/21 8:25 pm, APM wrote:

maybe you can try to get more information with gdalinfo Map.vrt


Whow, that was quick. Thank you Axel

gdalinfo WELLINGTONarea.vrt:

Driver: VRT/Virtual Raster
Files: WELLINGTONarea.vrt
   /home/sdc4/GeoMaps/Featherston_BP33_GeoTifv1-08.tif
   /home/sdc4/GeoMaps/Kapiti_BN32pt_GeoTifv1-06.tif
   /home/sdc4/GeoMaps/LakeWairarapa_BQ33_GeoTifv1-05.tif
   /home/sdc4/GeoMaps/LowerHutt_BQ32_GeoTifv1-08.tif
   /home/sdc4/GeoMaps/Paraparaumu_BP32_GeoTifv1-09.tif
   /home/sdc4/GeoMaps/Wellington_BQ31_GeoTifv2-04.tif
Size is 17010, 22678
Coordinate System is `'
Origin = (1731997.8802289,5502002.11666232049)
Pixel Size = (4.230,-4.230)
Corner Coordinates:
Upper Left  ( 1731997.883, 5502002.117)
Lower Left  ( 1731997.883, 5405998.583)
Upper Right ( 1804006.883, 5502002.117)
Lower Right ( 1804006.883, 5405998.583)
Center  ( 1768002.383, 5454000.350)
Band 1 Block=128x128 Type=Byte, ColorInterp=Red
  Min=0.000 Max=255.000
  Minimum=0.000, Maximum=255.000, Mean=138.955, StdDev=100.317
  Metadata:
    STATISTICS_APPROXIMATE=YES
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=138.95493788032
    STATISTICS_MINIMUM=0
    STATISTICS_STDDEV=100.31731040258
    STATISTICS_VALID_PERCENT=100
Band 2 Block=128x128 Type=Byte, ColorInterp=Green
  Min=0.000 Max=255.000
  Minimum=0.000, Maximum=255.000, Mean=145.367, StdDev=102.848
  Metadata:
    STATISTICS_APPROXIMATE=YES
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=145.36712569726
    STATISTICS_MINIMUM=0
    STATISTICS_STDDEV=102.84783150571
    STATISTICS_VALID_PERCENT=100
Band 3 Block=128x128 Type=Byte, ColorInterp=Blue
  Min=0.000 Max=255.000
  Minimum=0.000, Maximum=255.000, Mean=131.932, StdDev=107.121
  Metadata:
    STATISTICS_APPROXIMATE=YES
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=131.93187872401
    STATISTICS_MINIMUM=0
    STATISTICS_STDDEV=107.12126613018
    STATISTICS_VALID_PERCENT=100


How does that look?
--
signature-mini

Kia ora

*JohnG*
___
/using LINUX :: an operating system immune to Windose viruses/
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] No georeference information found.

2021-04-21 Thread APM

Hi John,


maybe you can try to get more information with gdalinfo Map.vrt


You should see something like


Coordinate System is:
PROJCRS["ETRS89 / UTM zone 32N" but with your system.


and "Corner coordinates" which shows the georeferencing data.


You can check your input maps as well.


Kind regards


Axel


Am 21.04.21 um 10:17 schrieb John Groombridge:


I am trying to activate a vrt map in QMapshack that I created using:

gdalbuildvrt  Map.vrt  georefmap1.tif   georefmap2.tif georefmap3.tif

georefmap being geotiff maps.  But when I try to activate the map in 
QMS it fails with "No georeference information found."


QGIS opens the Map.vrt ok.  What am I missing??
signature-mini

Kia ora

*JohnG*



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] convert qlandkarte map collections

2021-04-18 Thread APM

Hello Franz,


if I like to use a geotiff, I create a .vrt file from it with gdal tools.

QMS comes with "tools > vrt bulder" which seems to work fine and use 
gdal as well.



Kind regards


Axel



Am 17.04.21 um 15:44 schrieb franz parzefall:

Hi folks,
I was still using qlandkarte until now because I was to lazy to convert all my 
maps.
But I though I need to do it some day, so why not yet. Is there a recommended 
way
to convert qlandkarte map collections mainly consisting of geotiffs to 
qmapshack?
I did quite some search, but didn't find any howto/tutorial.
I still don't want to rely on online maps, since I often have no internet 
access when
I need maps and some of my old maps are quite special anyway.

Thanks,
Franz


___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] QMS does not start and shows a message related to proj

2021-04-12 Thread APM

Dear all,


I use a QMS standard installation with Ubuntu 20.04.2.0 LTS.

After starting QMS a message appears, that QMS detected a broken proj4 
installation, which is located in


/usr/share/proj.

sudo dpkg-query -W proj-bin

proj-bin    7.2.1-1~focal0


I tried to reinstall QMS and proj, but it did no help.


How can I check and solve this issue?


Thank you for your help.


Kind regards


Axel



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] Map not visible in QMS

2020-10-11 Thread APM

Dear Oliver, dear Pitney,


it seems that I found the solution.

The problem was 50 cm far away from my PC :) .


I added for the creation of the .vrt file a parameter "Projection 
targetfile" .


QMS says clear, that this parameters are only needed for special cases.

After deleting this parameter I can see the map in QMS.


Thank you!


Kind regards


Axel



Am 10.10.20 um 16:50 schrieb Oliver Eichler:

Hi,

are there any error messages in the debug log?

Oliver


Gesendet: Freitag, 09. Oktober 2020 um 11:19 Uhr
Von: "APM" 
An: qlandkartegt-users@lists.sourceforge.net
Betreff: [Qlandkartegt-users] Map not visible in QMS

Dear all,


I like to create a map in Qgis und work with it in QMS (selfcompiled
Version 1.15.0 develop.)

I use Debian and Ubuntu as OS.

The map is a rastermap jpeg compressed.


gdalinfo: See below.


I used gdalbuildvrt to setup the map for QMS.


The map is visible in Qgis, unfortunately not in QMS.

The .virt is activated in the map section, but the map is not visible.


I tried some options with other compressions, but it's the same result.


Do you have a tipp?


Thank you!


KR


Axel




Driver: GTiff/GeoTIFF
Files: DTK25_L.tif
     DTK25_L.tif.aux.xml
Size is 9983, 5356
Coordinate System is:
PROJCRS["ETRS89 / UTM zone 32N",
      BASEGEOGCRS["ETRS89",
      DATUM["European Terrestrial Reference System 1989",
      ELLIPSOID["GRS 1980",6378137,298.257222101,
      LENGTHUNIT["metre",1]]],
      PRIMEM["Greenwich",0,
      ANGLEUNIT["degree",0.0174532925199433]],
      ID["EPSG",4258]],
      CONVERSION["UTM zone 32N",
      METHOD["Transverse Mercator",
      ID["EPSG",9807]],
      PARAMETER["Latitude of natural origin",0,
      ANGLEUNIT["degree",0.0174532925199433],
      ID["EPSG",8801]],
      PARAMETER["Longitude of natural origin",9,
      ANGLEUNIT["degree",0.0174532925199433],
      ID["EPSG",8802]],
      PARAMETER["Scale factor at natural origin",0.9996,
      SCALEUNIT["unity",1],
      ID["EPSG",8805]],
      PARAMETER["False easting",50,
      LENGTHUNIT["metre",1],
      ID["EPSG",8806]],
      PARAMETER["False northing",0,
      LENGTHUNIT["metre",1],
      ID["EPSG",8807]]],
      CS[Cartesian,2],
      AXIS["(E)",east,
      ORDER[1],
      LENGTHUNIT["metre",1]],
      AXIS["(N)",north,
      ORDER[2],
      LENGTHUNIT["metre",1]],
      USAGE[
      SCOPE["unknown"],
      AREA["Europe - 6°E to 12°E and ETRS89 by country"],
      BBOX[38.76,6,83.92,12]],
      ID["EPSG",25832]]
Data axis to CRS axis mapping: 1,2
Origin = (7.5214000,51.2702003)
Pixel Size = (0.21676850646,-0.21676624347)
Metadata:
    AREA_OR_POINT=Area
Image Structure Metadata:
    COMPRESSION=JPEG
    INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left  (   7.5214000,  51.2702000) (  4d30'40.76"E,  0d 0' 1.66"N)
Lower Left  (   7.5214000,  51.1541000) (  4d30'40.76"E,  0d 0' 1.66"N)
Upper Right (   7.7378000,  51.2702000) (  4d30'40.77"E,  0d 0' 1.66"N)
Lower Right (   7.7378000,  51.1541000) (  4d30'40.77"E,  0d 0' 1.66"N)
Center  (   7.6296000,  51.2121500) (  4d30'40.77"E,  0d 0' 1.66"N)
Band 1 Block=9983x16 Type=Byte, ColorInterp=Red
    Min=0.000 Max=255.000
    Minimum=0.000, Maximum=255.000, Mean=186.187, StdDev=66.917
    Mask Flags: PER_DATASET ALPHA
    Metadata:
      STATISTICS_APPROXIMATE=YES
      STATISTICS_MAXIMUM=255
      STATISTICS_MEAN=186.1866116
      STATISTICS_MINIMUM=0
      STATISTICS_STDDEV=66.91719110421
      STATISTICS_VALID_PERCENT=100
Band 2 Block=9983x16 Type=Byte, ColorInterp=Green
    Min=0.000 Max=255.000
    Minimum=0.000, Maximum=255.000, Mean=193.448, StdDev=81.937
    Mask Flags: PER_DATASET ALPHA
    Metadata:
      STATISTICS_APPROXIMATE=YES
      STATISTICS_MAXIMUM=255
      STATISTICS_MEAN=193.44763005003
      STATISTICS_MINIMUM=0
      STATISTICS_STDDEV=81.937102775968
      STATISTICS_VALID_PERCENT=100
Band 3 Block=9983x16 Type=Byte, ColorInterp=Blue
    Min=0.000 Max=255.000
    Minimum=0.000, Maximum=255.000, Mean=135.128, StdDev=68.647
    Mask Flags: PER_DATASET ALPHA
    Metadata:
      STATISTICS_APPROXIMATE=YES
      STATISTICS_MAXIMUM=255
      STATISTICS_MEAN=135.12782915166
      STATISTICS_MINIMUM=0
      STATISTICS_STDDEV=68.646517932985
      STATISTICS_VALID_PERCENT=100
Band 4 Block=9983x16 Type=Byte, ColorInterp=Alpha




[Qlandkartegt-users] Map not visible in QMS

2020-10-09 Thread APM

Dear all,


I like to create a map in Qgis und work with it in QMS (selfcompiled 
Version 1.15.0 develop.)


I use Debian and Ubuntu as OS.

The map is a rastermap jpeg compressed.


gdalinfo: See below.


I used gdalbuildvrt to setup the map for QMS.


The map is visible in Qgis, unfortunately not in QMS.

The .virt is activated in the map section, but the map is not visible.


I tried some options with other compressions, but it's the same result.


Do you have a tipp?


Thank you!


KR


Axel




Driver: GTiff/GeoTIFF
Files: DTK25_L.tif
   DTK25_L.tif.aux.xml
Size is 9983, 5356
Coordinate System is:
PROJCRS["ETRS89 / UTM zone 32N",
    BASEGEOGCRS["ETRS89",
    DATUM["European Terrestrial Reference System 1989",
    ELLIPSOID["GRS 1980",6378137,298.257222101,
    LENGTHUNIT["metre",1]]],
    PRIMEM["Greenwich",0,
    ANGLEUNIT["degree",0.0174532925199433]],
    ID["EPSG",4258]],
    CONVERSION["UTM zone 32N",
    METHOD["Transverse Mercator",
    ID["EPSG",9807]],
    PARAMETER["Latitude of natural origin",0,
    ANGLEUNIT["degree",0.0174532925199433],
    ID["EPSG",8801]],
    PARAMETER["Longitude of natural origin",9,
    ANGLEUNIT["degree",0.0174532925199433],
    ID["EPSG",8802]],
    PARAMETER["Scale factor at natural origin",0.9996,
    SCALEUNIT["unity",1],
    ID["EPSG",8805]],
    PARAMETER["False easting",50,
    LENGTHUNIT["metre",1],
    ID["EPSG",8806]],
    PARAMETER["False northing",0,
    LENGTHUNIT["metre",1],
    ID["EPSG",8807]]],
    CS[Cartesian,2],
    AXIS["(E)",east,
    ORDER[1],
    LENGTHUNIT["metre",1]],
    AXIS["(N)",north,
    ORDER[2],
    LENGTHUNIT["metre",1]],
    USAGE[
    SCOPE["unknown"],
    AREA["Europe - 6°E to 12°E and ETRS89 by country"],
    BBOX[38.76,6,83.92,12]],
    ID["EPSG",25832]]
Data axis to CRS axis mapping: 1,2
Origin = (7.5214000,51.2702003)
Pixel Size = (0.21676850646,-0.21676624347)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  COMPRESSION=JPEG
  INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left  (   7.5214000,  51.2702000) (  4d30'40.76"E,  0d 0' 1.66"N)
Lower Left  (   7.5214000,  51.1541000) (  4d30'40.76"E,  0d 0' 1.66"N)
Upper Right (   7.7378000,  51.2702000) (  4d30'40.77"E,  0d 0' 1.66"N)
Lower Right (   7.7378000,  51.1541000) (  4d30'40.77"E,  0d 0' 1.66"N)
Center  (   7.6296000,  51.2121500) (  4d30'40.77"E,  0d 0' 1.66"N)
Band 1 Block=9983x16 Type=Byte, ColorInterp=Red
  Min=0.000 Max=255.000
  Minimum=0.000, Maximum=255.000, Mean=186.187, StdDev=66.917
  Mask Flags: PER_DATASET ALPHA
  Metadata:
    STATISTICS_APPROXIMATE=YES
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=186.1866116
    STATISTICS_MINIMUM=0
    STATISTICS_STDDEV=66.91719110421
    STATISTICS_VALID_PERCENT=100
Band 2 Block=9983x16 Type=Byte, ColorInterp=Green
  Min=0.000 Max=255.000
  Minimum=0.000, Maximum=255.000, Mean=193.448, StdDev=81.937
  Mask Flags: PER_DATASET ALPHA
  Metadata:
    STATISTICS_APPROXIMATE=YES
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=193.44763005003
    STATISTICS_MINIMUM=0
    STATISTICS_STDDEV=81.937102775968
    STATISTICS_VALID_PERCENT=100
Band 3 Block=9983x16 Type=Byte, ColorInterp=Blue
  Min=0.000 Max=255.000
  Minimum=0.000, Maximum=255.000, Mean=135.128, StdDev=68.647
  Mask Flags: PER_DATASET ALPHA
  Metadata:
    STATISTICS_APPROXIMATE=YES
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=135.12782915166
    STATISTICS_MINIMUM=0
    STATISTICS_STDDEV=68.646517932985
    STATISTICS_VALID_PERCENT=100
Band 4 Block=9983x16 Type=Byte, ColorInterp=Alpha



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] Removing bad gpx data before open it in QMS

2020-05-23 Thread APM

Hello Karl,


thank you for your hint. I checked some GPSBabel filters but did not 
find a solution for my task.


If I'll find one I will write it!


Kind regards


Axel


Am 20.05.20 um 14:17 schrieb Karl Karsten:

Hello Axel,

maybe you can check GPSBabel.

https://www.gpsbabel.org/capabilities.html

GPSBabel is mainly a conversion tool to convert from/to different GPS 
formats or devices.


I don't know whether you can "clean" your data with GPSBabel and if 
you can do a mass conversion in one shot. Then maybe you have to build 
a batch script for a huge amount of files. You have to check it more 
in detail.


In the doc there is mentioned some filter capabilities, maybe some of 
them could help to "clean".


Karl ...


 Weitergeleitete Nachricht 
*Von*: APM <mailto:apm%20%3capschwim...@apmland.de%3e>>
*An*: Qmapshack mailing list <mailto:qmapshack%20mailing%20list%20%3cqlandkartegt-us...@lists.sourceforge.net%3e>>
*Betreff*: [Qlandkartegt-users] Removing bad gpx data before open it 
in QMS

*Datum*: Tue, 19 May 2020 15:11:56 +0200

Dear All,
from time to time I have to open a high amount of external gpx-files in
QMS stored i
A lot of them are containing bad data an QMS ask me if I like to remove
this.
Due to the high amount of gpx files I can't check every single file.
Mainly the 'bad data' are related to DEM or speed, but other errors
could be possible as well.
A good solution would be to "clean" the bad data before open it in QMS.
I'm searching for a tool which should work in a command line script for
Linux to clean and save the
bad gpx file recursive.
Do you know such a tool?
A 'dirty' solution could be to deactivate the error check by opening a
gpx track, but I don't know how,
Thank you!
Kind regards
Axel
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net  
<mailto:Qlandkartegt-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Removing bad gpx data before open it in QMS

2020-05-19 Thread APM

Dear All,


from time to time I have to open a high amount of external gpx-files in 
QMS stored i



A lot of them are containing bad data an QMS ask me if I like to remove 
this.


Due to the high amount of gpx files I can't check every single file.


Mainly the 'bad data' are related to DEM or speed, but other errors 
could be possible as well.



A good solution would be to "clean" the bad data before open it in QMS.

I'm searching for a tool which should work in a command line script for 
Linux to clean and save the


bad gpx file recursive.


Do you know such a tool?


A 'dirty' solution could be to deactivate the error check by opening a 
gpx track, but I don't know how,



Thank you!


Kind regards


Axel




___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] Reorganization of databases

2020-05-14 Thread APM

Hello Teiwaz,


you'll find a great description how to deal with projects etc. in the wiki:

https://github.com/Maproom/qmapshack/wiki/.


Sure you can rename a .db in your operating system.


KR


Axel



Am 14.05.20 um 20:43 schrieb teiwaz:

Can anyone give me a hint how to

-  rename a database name (SQLite, *.db file) within the QMapshack 
database window and on disk,


-  move a folder (group or project) from one database to another.

Many thanks for your help




___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Analyse track surface

2020-03-12 Thread APM

Dear All,

mainly I use OSM as the standard map.

Hidden in the tags I found some informations about the track surface 
from time to time.


For example asphalt, way in the wood, field etc. .

For hikers it could be intersting to analyze this different surfaces 
similar to the ascent etc. .


It coud be very helpful to plan a tour-


Is there a way in QMS to get this data's?


Thank you very much!


Kind regards


Axel






___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Create .vrt for map DTK25

2020-01-03 Thread APM

Dear all,


I like to build a .vrt with QMS. The related map is the DTK25, which I 
download from


https://www.opengeodata.nrw.de/produkte/geobasis/dtk/dtk25/dtk25rgb/

The downloaded zip contains a lot of geofiles with .tif and .tfw.

To create the vrt, I use a script with gdalbuildvrt, but not the 
integrated gdalbuildvrt (VRT builder)  from QMS.



I use gdalbuildvrt directly, because I can't filter for the .tif and 
mark the only the .tif in the file manager by using VRT-builder in QMS.


I use Linux, Debian stable with Xfce. Maybe the probem is related to 
Xfce Thunar filemanager.



Is there a way to use VRT-builder directly in this case?


Thank you!


Kind regards and a healthy new year

Axel









___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] window issue

2018-11-11 Thread APM

Hi Oliver,


if I start QMS I have a window which fits to the screen.

Now I click in the workplace on a track with a right click on my 
notebooks touchpad and like to rework (in German "Bearbeiten") tje track.


A new view is opened as expected. But this frame is larger than the 
screen and shows the graphs (time, km etc. in the complete length.


But the data place and the work place vanished out of the screen, 
because the frame is too large now.


In other applications I can click in the window menu of the application 
the "Maximize-Button" and the window fits to the screen again.


But not in QMS.

I think that is not a behaviour as usual.

If I like to see the data and work area again, I have to klick the QMS 
window with a left click and to shift the window with the touchpad.



Meanwhile I checked this with KDE and with another window manager 
(fluxbox) in xfce4.


It's the same result.


Kind regards


Axel


Am 11.11.18 um 11:57 schrieb Oliver Eichler:

Hi

Probably a window manager quirck. But I did not understand you error 
description. Can you please provide more details?


Oliver

Gesendet mit BlueMail <http://www.bluemail.me/r?b=14063>
Am 10. Nov. 2018, um 19:57, APM <mailto:apschwim...@apmland.de>> schrieb:


Dear all,


I use Debian testing with Xfce.

If I try to rework a track by right click on it in the work place, the
complete window frame expand to max.

I can't resize the frame by clicking the related frame button.

I'll install Gnome an another PC to test this issue.

Maybe it's a bug?


Kind regards


Axel







Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] window issue

2018-11-10 Thread APM

Dear all,


I use Debian testing with Xfce.

If I try to rework a track by right click on it in the work place, the 
complete window frame expand to max.


I can't resize the frame by clicking the related frame button.

I'll install Gnome an another PC to test this issue.

Maybe it's a bug?


Kind regards


Axel





___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Solved:Error make compiing

2018-10-10 Thread APM

Hello,

everything is fine now again.

It seems I caused a problem as compiling as root before.


Kind regards


Axel


Am 10.10.2018 um 15:42 schrieb APM:

Dear all,


on Debian testing I got the error message below.


/Src/QMS/build_QMapShack$ make

[  0%] Linking CXX static library libalg.a
Error running link command: No such file or directory
make[2]: *** [3rdparty/alglib/CMakeFiles/alg.dir/build.make:265: 
3rdparty/alglib/libalg.a] Fehler 2
make[1]: *** [CMakeFiles/Makefile2:123: 
3rdparty/alglib/CMakeFiles/alg.dir/all] Fehler 2

make: *** [Makefile:152: all] Fehler 2


Kid regards


Axel



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users




___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Error make compiing

2018-10-10 Thread APM

Dear all,


on Debian testing I got the error message below.


/Src/QMS/build_QMapShack$ make

[  0%] Linking CXX static library libalg.a
Error running link command: No such file or directory
make[2]: *** [3rdparty/alglib/CMakeFiles/alg.dir/build.make:265: 
3rdparty/alglib/libalg.a] Fehler 2
make[1]: *** [CMakeFiles/Makefile2:123: 
3rdparty/alglib/CMakeFiles/alg.dir/all] Fehler 2

make: *** [Makefile:152: all] Fehler 2


Kid regards


Axel



___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Gear to change the speed is missed

2018-08-29 Thread APM

Dear all,


I really appreciate your help urgently.

Using QMS selfcompiled 1.11.1 developement I have to change the speed in 
a track.


But the gear is missed in the filter menu "Change speed".


Could you help me?


Kind regards


Axel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Setup an enviroment with QT5 and cmake

2018-08-13 Thread APM

Dear all,


I know you're not a teacher for such problems, but maybe you can show me 
the way.


Due to a change from the requirements for QMS I can't compile QMS with 
Debian stable as I did before.


I think it's because of an old QT version in stable.


So I download OT5 from the internet and installed it in /home/ser/Qt.

I setup the cmake with  CMAKE_INSTALL_PREFIX /home/user/Qt


If i try to generate, I got this messages:


CMake Warning at src/qmapshack/CMakeLists.txt:838 (add_executable):

Cannot generate a safe runtime search path for target qmapshack because

files in some directories may conflict with libraries in implicit

directories:


runtime library [libQt5Xml.so.5] in /usr/lib/x86_64-linux-gnu may be

hidden by files in:

/home/user/Qt/5.8/gcc_64/lib

runtime library [libQt5Sql.so.5] in /usr/lib/x86_64-linux-gnu may be

hidden by files in:

/home/user/Qt/5.8/gcc_64/lib

runtime library [libQt5DBus.so.5] in /usr/lib/x86_64-linux-gnu may be

hidden by files in:

/home/user/Qt/5.8/gcc_64/lib


My question is, if I can work in this way generally and if the compiled 
QMS would run on my Debian stable?


What I have to change?


Thank you!


Kind regards


Axel




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Compiling error

2018-08-10 Thread APM

Dear all,


I use Debian stable. If I compile QMS as usal I got the error below.

Compiling with Debian testing works.

Could you please give me a hint?


Thank you,


Kind regards


Axel



[ 43%] Building CXX object 
src/qmapshack/CMakeFiles/qmapshack.dir/mouse/CMouseRuler.cpp.o
/home/user/QMS/QMapShack/src/qmapshack/mouse/CMouseRuler.cpp: In member function 
‘virtual void CMouseRuler::draw(QPainter&, CCanvas::redraw_e, const QRect&)’:
/home/user/QMS/QMapS[ 43%] Building CXX object 
src/qmapshack/CMakeFiles/qmapshack.dir/mouse/CMouseRuler.cpp.o
/home/user/QMS/QMapShack/src/qmapshack/mouse/CMouseRuler.cpp: In member function 
‘virtual void CMouseRuler::draw(QPainter&, CCanvas::redraw_e, const QRect&)’:
/home/user/QMS/QMapShack/src/qmapshack/mouse/CMouseRuler.cpp:298:29: error: 
‘class QLineF’ has no member named ‘center’
 p.translate(seg.center().toPoint());
 ^~
src/qmapshack/CMakeFiles/qmapshack.dir/build.make:6219: die Regel für Ziel 
„src/qmapshack/CMakeFiles/qmapshack.dir/mouse/CMouseRuler.cpp.o“ scheiterte
make[2]: *** [src/qmapshack/CMakeFiles/qmapshack.dir/mouse/CMouseRuler.cpp.o] 
Fehler 1
CMakeFiles/Makefile2:174: die Regel für Ziel 
„src/qmapshack/CMakeFiles/qmapshack.dir/all“ scheiterte
make[1]: *** [src/qmapshack/CMakeFiles/qmapshack.dir/all] Fehler 2
Makefile:149: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
hack/src/qmapshack/mouse/CMouseRuler.cpp:298:29: error: ‘class QLineF’ has no 
member named ‘center’
 p.translate(seg.center().toPoint());
 ^~
src/qmapshack/CMakeFiles/qmapshack.dir/build.make:6219: die Regel für Ziel 
„src/qmapshack/CMakeFiles/qmapshack.dir/mouse/CMouseRuler.cpp.o“ scheiterte
make[2]: *** [src/qmapshack/CMakeFiles/qmapshack.dir/mouse/CMouseRuler.cpp.o] 
Fehler 1
CMakeFiles/Makefile2:174: die Regel für Ziel 
„src/qmapshack/CMakeFiles/qmapshack.dir/all“ scheiterte
make[1]: *** [src/qmapshack/CMakeFiles/qmapshack.dir/all] Fehler 2
Makefile:149: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Using hiking signs as symbols for ponts

2018-06-10 Thread APM

Dear all,


if I set a waypoint with QMS, i have the choice to use a symbol like 
water, food etc.


Is it possible to use own symbols?

I like to create hiking maps by using the offical hiking symbols.


Thank you very much!


Kind regards


Axel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


[Qlandkartegt-users] Solved Using hiking signs as symbols for ponts

2018-06-10 Thread APM

Dear all,


I found the hint in the symbols dialog... 
~/.config/Qlandlarte/WaypointIcons now...



Kind regards


Axel


Am 10.06.2018 um 15:49 schrieb APM:

Dear all,


if I set a waypoint with QMS, i have the choice to use a symbol like 
water, food etc.


Is it possible to use own symbols?

I like to create hiking maps by using the offical hiking symbols.


Thank you very much!


Kind regards


Axel




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] Fwd: Fwd: Re: Shift the Startpoint from a track to another point; Programming an own tool

2018-03-15 Thread APM

Hi Helmut,


ok, but thank you anyway for your hints!!


Kind regards


Axel


Am 14.03.2018 um 21:27 schrieb Helmut Schmidt:

Hi Axel,

sorry, but I have no capacity for personal consulting.
You have to pave your own path.
There is plenty of guidance on Python available in the world wild web.
E.g. https://www.python.org/doc/ or 
https://www.python-kurs.eu/python3_kurs.php


Enjoy the experience,

Helmut

Am 14.03.2018 um 18:30 schrieb APM:

Dear Helmut,


thank you very much for your hint. I'm really interested to learn how 
to deal with it.


I installed Python3 on Debian to run pyclimb.py.

But I have some basic questions regarding Python, which would not be 
issues for this list.


Maybe I may write you to your private email-address?


Kind regards


Axel


Am 13.03.2018 um 20:52 schrieb Helmut Schmidt:

Hi Axel,

could Python be a choice instead of C++?
Then you might have a look at program from me with very a simple GPX 
parser inside:

Have a look at class Track: in
https://github.com/huirad/pyclimb/blob/master/pyclimb.py

It only implements reading from a GPX file.
However I assume that writing a GPX fiel after manipulation should 
not be too difficult then.


Have fun,

Helmut

Am 13.03.2018 um 19:08 schrieb Oliver Eichler:

Ah, ok I recall the stuff.


I do not know of a library to read GPX files written in C or C++. 
In the first
place you need an XML parser and writer. There are libraries for 
that task. Qt

has one, too. That's what I use in QMS.

Of course you can extract the code from QMS. But the GPX and track 
classes and
their sub-classes are quite some beasts. After all tracks are 
incredible

complex GIS items.

So you might end up like Karl, writing your own track filter in 
QMS. By that
you can focus on the task without dealing too much with GPX, 
drawing stuff

etc..


Oliver





Am Dienstag, 13. März 2018, 14:07:43 CET schrieben Sie:

 Weitergeleitete Nachricht 
Betreff: Fwd: Re: [Qlandkartegt-users] Shift the Startpoint 
from a

track to another point; Programming an own tool
Datum: Tue, 13 Mar 2018 14:03:35 +0100
Von: APM 
An: Qmapshack mailing list 





Note: I got a SMTP error for my first mail, second try.

Hi Oliver,


yes of course!

We mainly use circle hiking paths, the tracks are given. The track
starts and end at the same point.

But from time to time we start and finish at another point on the 
circle.


Problem: If I use my Garmin  GPS with this track, the 
"journey-computer"

(in German menue 'Reisecomputer') shows me the remaining distance and
time to the end of the track, which is not the endpoint we really 
have

and the remaining distance and time are 'wrong'.

My idea is to manipulate the track in this way, that I define a new
startpoint and the c++ programm change the trackpoints in 
accordance to

the new startpoint.

So far as I know, the Garmin GPS can't do a shift of a startpoint 
from a

track.


Kind regards


Axel

Am 13.03.2018 um 12:57 schrieb Oliver Eichler:

Can you explain again what you want to do? It sounds like moving
trackpoints without changing the timestamp or other properties.

Oliver


Gesendet: Dienstag, 13. März 2018 um 10:09 Uhr
Von: APM 
An: "Qmapshack mailing list" 


Betreff: [Qlandkartegt-users] Shift the Startpoint from a track to
another point; Programming an own tool

Dear all,

for a couple of month I asked in this list how to shift a 
startpoint

from a given track without to cut and assemble the track.

It's a pity, but I have no solution until now or do not 
understand what

to do in this case.

My idea is to progamm a tool in C++ of my own, but I'm 
inexperienced.


My question is, if there's a class in the libary I can use  or 
maybe a

similar tool is already present?


Thank you very much!


Kind regards


Axel




- 

- Check out the vibrant tech community on one of the world's 
most

engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


-- 


 Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users




-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@

Re: [Qlandkartegt-users] Fwd: Fwd: Re: Shift the Startpoint from a track to another point; Programming an own tool

2018-03-14 Thread APM

Dear Helmut,


thank you very much for your hint. I'm really interested to learn how to 
deal with it.


I installed Python3 on Debian to run pyclimb.py.

But I have some basic questions regarding Python, which would not be 
issues for this list.


Maybe I may write you to your private email-address?


Kind regards


Axel


Am 13.03.2018 um 20:52 schrieb Helmut Schmidt:

Hi Axel,

could Python be a choice instead of C++?
Then you might have a look at program from me with very a simple GPX 
parser inside:

Have a look at class Track: in
https://github.com/huirad/pyclimb/blob/master/pyclimb.py

It only implements reading from a GPX file.
However I assume that writing a GPX fiel after manipulation should not 
be too difficult then.


Have fun,

Helmut

Am 13.03.2018 um 19:08 schrieb Oliver Eichler:

Ah, ok I recall the stuff.


I do not know of a library to read GPX files written in C or C++. In 
the first
place you need an XML parser and writer. There are libraries for that 
task. Qt

has one, too. That's what I use in QMS.

Of course you can extract the code from QMS. But the GPX and track 
classes and

their sub-classes are quite some beasts. After all tracks are incredible
complex GIS items.

So you might end up like Karl, writing your own track filter in QMS. 
By that
you can focus on the task without dealing too much with GPX, drawing 
stuff

etc..


Oliver





Am Dienstag, 13. März 2018, 14:07:43 CET schrieben Sie:

 Weitergeleitete Nachricht 
Betreff: Fwd: Re: [Qlandkartegt-users] Shift the Startpoint from a
track to another point; Programming an own tool
Datum: Tue, 13 Mar 2018 14:03:35 +0100
Von: APM 
An: Qmapshack mailing list 





Note: I got a SMTP error for my first mail, second try.

Hi Oliver,


yes of course!

We mainly use circle hiking paths, the tracks are given. The track
starts and end at the same point.

But from time to time we start and finish at another point on the 
circle.


Problem: If I use my Garmin  GPS with this track, the 
"journey-computer"

(in German menue 'Reisecomputer') shows me the remaining distance and
time to the end of the track, which is not the endpoint we really have
and the remaining distance and time are 'wrong'.

My idea is to manipulate the track in this way, that I define a new
startpoint and the c++ programm change the trackpoints in accordance to
the new startpoint.

So far as I know, the Garmin GPS can't do a shift of a startpoint 
from a

track.


Kind regards


Axel

Am 13.03.2018 um 12:57 schrieb Oliver Eichler:

Can you explain again what you want to do? It sounds like moving
trackpoints without changing the timestamp or other properties.

Oliver


Gesendet: Dienstag, 13. März 2018 um 10:09 Uhr
Von: APM 
An: "Qmapshack mailing list" 


Betreff: [Qlandkartegt-users] Shift the Startpoint from a track to
another point; Programming an own tool

Dear all,

for a couple of month I asked in this list how to shift a startpoint
from a given track without to cut and assemble the track.

It's a pity, but I have no solution until now or do not understand 
what

to do in this case.

My idea is to progamm a tool in C++ of my own, but I'm inexperienced.

My question is, if there's a class in the libary I can use  or 
maybe a

similar tool is already present?


Thank you very much!


Kind regards


Axel




- 


- Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


-- 


 Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users




-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users



-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-u

[Qlandkartegt-users] Shift the Startpoint from a track to another point; Programming an own tool

2018-03-13 Thread APM

Dear all,

for a couple of month I asked in this list how to shift a startpoint 
from a given track without to cut and assemble the track.


It's a pity, but I have no solution until now or do not understand what 
to do in this case.


My idea is to progamm a tool in C++ of my own, but I'm inexperienced.

My question is, if there's a class in the libary I can use  or maybe a 
similar tool is already present?



Thank you very much!


Kind regards


Axel




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] Unable to add DEM Data to a given a track

2018-03-12 Thread APM

Dear all,

it seems that I did something wrong before. I tried a second old Linux 
Laptop and DEM worked well.


I try my standard Linux Laptop again and DEM is fine as well.

I have no idea what was up before.


But in 99% of all PC the bug is in front of the PC, isn't it? ;)


Sorry for the circumstances!

Kind regards

Axel



Am 12.03.2018 um 17:10 schrieb Oliver Eichler:

Ok, I know what's happening here:
It's a bit of a problem to know which view to use to read elevation 
data. If the view is visible it's easy. But if another tab other than 
a map view is visible, it's hard to know which one to use.  At the 
moment QMS uses the first one in the list of views. So on case of the 
track filter it's always the first one.
This has been a problem from the very beginning and I never found a 
good solution:
* It wouldn't be a problem if the track edit dialog would be a normal 
dialog like all the other 3 edit dialogs for waypoint, route, and 
area. However it's such a large and complex dialog that integrating it 
in the tab widget seems to be a good idea. Additionally you can open 
several track edit dialogs at a time and access them easily.
* If you open a track edit dialog from a view, it would be possible to 
pass the view for DEM retrival. However if you open it from the 
workspace list and the current tab is not a view, we have the same 
situation not knowing which view to use. This can also happen if the 
track edit dialog is a real dialog because the current visible tab 
could be a project summary.
* If the user opens tracks from several views he/she will lose track 
of which view is attached to what track very soon.
* If a view would be attached to a track and the view is closed while 
the track edit dialog is still open a fall back is needed. And the 
user might not notice wondering again.

Probably there are more caveats and corner cases to think about.
Oliver
*Gesendet:* Montag, 12. März 2018 um 11:18 Uhr
*Von:* Mitxel 
*An:* "Oliver Eichler" 
*Cc:* "QMapShack MailingList" 
*Betreff:* Re: [Qlandkartegt-users] Unable to add DEM Data to a given 
a track

Hi Axel and Oliver
I can reproduce something like Axel reported when some viewmaps are 
open  :

Test #1
- I Start with only one Map View (View1)  and  all DEMs disabled. I 
create a track

- I clone the Map view (view + View2).
- I go to View 2 and I active a DEM
- In View 2  I ask to edit the track and aply the elevation data 
filter . QMS replies: No or bad data.

This has leaded me to make another test with the same views and track:
Test #2
- I have two map views open. (View 1 and View2)
- In view 1 a  rough DEM is active now (200x200m)
- In view 2 a more accurate DEM is active now   (25x25m)
- In View 2  I ask to edit the track and aply the elevation data 
filter . QMS applies the rough DEM data from view 1
I have tested now with QMS 1.11 on Windows. On the afternoon I could 
test on Linux if you want.

HTH

2018-03-12 8:23 GMT+01:00 Oliver Eichler <mailto:oliver.eich...@gmx.de>>:


Hi Axel

I tried to reproduce the problem without success:

* I disabled all DEM data
* I created a track with Routino
* I enabled all DEM data
* I applied the filter -> elevation data was written

    Oliver

> Gesendet: Sonntag, 11. März 2018 um 21:23 Uhr
> Von: APM mailto:apschwim...@apmland.de>>
> An: "Qmapshack mailing list"
mailto:qlandkartegt-users@lists.sourceforge.net>>
> Betreff: [Qlandkartegt-users] Unable to add DEM Data to a given
a track
>
> Dear all,
>
>
> I use QMS 1.11. selfcompiled.
>
> If I like to add DEM Data to a given track, which containes no
DEM Data,
> I use the filter "Substitude elevation data".
>
> The map "DEM-Data" is activated and seems to work propper as usual.
>
> If press the the gear button to add DEM-Data, the task seems to
start
> but the DEM datas are not added.
>
> Could you check this behaviour?
>
>
> Thank you very much!
>
>
> Kind regards
>
>
> Axel
>
>
>

--
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Qlandkartegt-users mailing list
> Qlandkartegt-users@lists.sourceforge.net
<mailto:Qlandkartegt-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
>


--
Check out the vibrant tech community on one of the world's most
engaging tec

[Qlandkartegt-users] Unable to add DEM Data to a given a track

2018-03-11 Thread APM

Dear all,


I use QMS 1.11. selfcompiled.

If I like to add DEM Data to a given track, which containes no DEM Data, 
I use the filter "Substitude elevation data".


The map "DEM-Data" is activated and seems to work propper as usual.

If press the the gear button to add DEM-Data, the task seems to start 
but the DEM datas are not added.


Could you check this behaviour?


Thank you very much!


Kind regards


Axel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] A bug in qmapshack making track copying difficult

2017-08-23 Thread APM

Dear Michael,

I use Debian stable and have to install cmake and the related gui.

Which is "cmake-curses-gui".

Maybe it help.


Kind regards


Axel


Am 23.08.2017 um 22:23 schrieb Michael Heerdegen:

"Oliver Eichler"  writes:


Hi,

I can't reproduce it as KDE behaves as I would expect it. If there is
a dialog it is showing the dialog. If there are several dialogs you
see all of them. So the bug is more the window manager overriding
functionality instead of simply doing what's requested: Showing two
dialogs.

Openbox here, btw.



Anyway I attached a patch that might work. But I can not test it. So I
need your feedback

I never succeeded in building qms so far, but I did not invest much time
to try to succeed either.

I tried to follow README.md in the repository, but I don't seem to have
a "ccmake" binary after installing "cmake" - this is what I get so far:

| bash-4.4:micha:QMapShack$ hg pull
| pulling from https://bitbucket.org/maproom/qmapshack
| searching for changes
| adding changesets
| adding manifests
| adding file changes
| added 2079 changesets with 9687 changes to 1554 files (-1 heads)
| (run 'hg update' to get a working copy)
| bash-4.4:micha:QMapShack$ hg update
| cloning subrepo doc from https://bitbucket.org/maproom/qmapshack/wiki
| requesting all changes
| adding changesets
| adding manifests
| adding file changes
| added 1029 changesets with 2012 changes to 405 files
| 1366 files updated, 0 files merged, 70 files removed, 0 files unresolved
| bash-4.4:micha:QMapShack$ mkdir build_QMapShack
| bash-4.4:micha:QMapShack$ cd build_QMapShack
| bash-4.4:micha:build_QMapShack$ ccmake ../QMapShack
| bash: ccmake: command not found
| bash-4.4:micha:build_QMapShack$ cmake ../QMapShack
| CMake Error: The source directory "/home/micha/software/QMapShack/QMapShack" 
does not exist.
| Specify --help for usage, or press the help button on the CMake GUI.
| bash-4.4:micha:build_QMapShack$ hmmm

Anyway, since others seem to see it fixed, do you still count on my
feedback at all?

In any case, thanks for the quick fix!


Regards,

Michael.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] Problem with a fit-file

2017-08-22 Thread APM

Hi Rolf,


if you do a right click on the fit file in the workspace (first enlarge 
the fit by a click and click the on the line below).


You can click "rework".

You should see some tables, one is named "points".

You'll see all tracked points with timestamps etc.

I think the file itself is correct.

Maybe the distance in your device is related to other tracks as well you 
tracked before?


Maybe you have to reset the "computer" which shows distance etc. to zero 
before?



Kind regards


Axel




Am 22.08.2017 um 12:24 schrieb rattenkopf:

Hi,

I have a problem with a fit file from my garmin Edge Touring. The garmin
says it has a distance of 19.7 km and the map shows the real recorded way.

QMS says the track is only 2.53 km and ends very early.

I attache the track, perhaps you can find an error.

Fine regards
Rolf


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Qlandkartegt-users] How to upload waypoints from Garmin Edge 1000 to QMS?

2017-08-13 Thread APM

Hello Karl,


I'm not sure if I understand your problem well.

But it seems that you can access your Garmin device with mounting the 
file structure and QMS.


In my device - an Etrex touch 35 - I found in the folder GPX the 
waypoints I collected during my tours.


Further I created a project "POI" which I use for points only. This 
project I send to my device via QMS as usual.


I can organize my points on internal storage and an SDHC card as well.

I hope that helps a bit!


Kind regards


Axel


Am 13.08.2017 um 10:50 schrieb Karl Karsten:

Hello John,

thanks for your help by using GPSBabel.

I am using current GPSBabel Version: 1.5.4. (Downloaded and compiled 
by my own).


I tried:
sudo ./gpsbabel -t -i garmin -f usb: -o gpx -F gpsdata.gpx
==> no result
sudo ./gpsbabel -t -i garmin_fit -f usb: -o gpx -F gpsdata.gpx
==> no result

sudo ./gpsbabel -D9 -i garmin_fit -f usb:-1
==> "
GPSBabel Version: 1.5.4
fit: Cannot open file 'usb:-1'!
"
My Garmin Edge 1000 is mounted as a file device with direct access to 
file structure. I guess usb: will not work here, maybe on older Garmin 
devices, like my previous Etrex.


I found a "Location.fit" file in my Garmin file structure, I guess in 
this file all the waypoints could be stored ?!


By using:

sudo ./gpsbabel -t -w -D9 -i garmin_fit -f Locations.fit -o gpx -F 
gpsdata.gpx


it will create a gpsdata.gpx file (with some error message saying 
"skipping unrecognized data type"). I can load gpsdata.gpx in QMS and 
it is shown in data section but file is empty.


So I guess importing of waypoints is not supported in GPSBabel and QMS 
right now.


Documenation of GPSBabel is stating it as well:
https://www.gpsbabel.org/htmldoc-development/fmt_garmin_fit.html

" ...

This format can...


read tracks


This format has the following options: allpoints .


allpoints option


Read all points even if latitude or longitude is missing.


"

Karl ...

Am Sonntag, den 13.08.2017, 16:58 +1200 schrieb John Groombridge:

Hi Karl

One option is to create a small script using gpsbabel to download the 
data from your Garmin which in turn starts QMS or qlandkartegt


#!/bin/sh

sudo gpsbabel -t -i garmin -f usb: -o gpx -F gpsdata.gpx

sleep 2

qlandkartegt /home/john/gpsdata.gpx

signature-mini

Cheers

*JohnG*
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!http://sdm.link/slashdot
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net 


https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users