[Qlandkartegt-users] gmapsupp.img with several mapsets and type files

2016-08-10 Thread Wolfgang Thämelt
Hi Oliver, for my old Garmin GPSMap60Csx device allowing only 1 gmapsupp file I composed such a file (using gmaptool) with 2 mapsets (velomap D and Freizeitkarte PL). Each mapset has its own type file. Both type files are different. Loading the gmapsupp into QMS seems to use only 1 type file f

[Qlandkartegt-users] Wiki playground/new wiki page

2016-08-10 Thread Wolfgang Thämelt
Editing from time to time wiki pages I came across the following questions: The DocPlayground wiki page describes how to create a new playground wiki page. This description does not give information about - the top level structure of a (new) wiki page, - the transfer of a page from the playgroun

[Qlandkartegt-users] Precedence of QMS INI information?

2016-08-10 Thread Wolfgang Thämelt
The QMS Windows version seems to save information about the state of the workspace at 2 (?) locations - in the registry, - if used in an INI-file (the workspace part looks very similar to the registry one). When working with different INI-files including different databases the following proble

[Qlandkartegt-users] Proposals for wiki README.TXT

2016-08-13 Thread Wolfgang Thämelt
Hello Rainer, thank you for the detailed explanation of handling new wiki files! Please allow me to propose 2 more restrictions for MD files which could be included into your wiki README.TXT: - Any text in an MD file should be written using UTF-8 encoding (add to C.3. By some reason some Germa

[Qlandkartegt-users] QMS compile error?

2016-10-09 Thread Wolfgang Thämelt
When trying to compile QMS version 22537ded5d86 (Fix minor bugs in project summary for tracks without activity) under Windows 7/Visual Studio 2013 I get the following errors: 2>C:\QtProjects\QMS\QMapShack\src\gis\gpx\CGpxProject.cpp(332): error C2065: 'not' : undeclared identifier 2>C:\QtProje

Re: [Qlandkartegt-users] QMS compile error?

2016-10-09 Thread Wolfgang Thämelt
No errors anymore! Thank you, Oliver Wolfgang Th Am 09.10.2016 um 16:59 schrieb Oliver Eichler: > Hi Wolfgang > > > Please try latest commit. > > Oliver > -- Check out the vibrant tech community on one of the world's

[Qlandkartegt-users] QMS Wiki in-page links

2016-11-13 Thread Wolfgang Thämelt
@Rainer, @kiozen: The Bitbucket Markdown definition/description known to me doesn't provide a link mechanism to locations within a Wiki page. As a consequence some HTML-style in-page links found in the QMS Wiki don't work. On the other hand such links are created automatically from TOC entries

Re: [Qlandkartegt-users] QMS Wiki in-page links

2016-11-13 Thread Wolfgang Thämelt
Rainer, thank you for your answer. Am 13.11.2016 um 18:55 schrieb Dr Rainer Woitok: > ... > The good thing is that Bitbucket also correctly interprets header ident- > ifiers without the "markdown-header-" prefix in Markdown sources, so we > can keep the "markdown-header-" prefix out of the Ma

Re: [Qlandkartegt-users] Test of image caption in playground

2016-11-25 Thread Wolfgang Thämelt
Hallo Rainer, I found the hint about image captions in the Bitbucket markdown documentation and "Inquiring minds just want to know": I tried it on the Bitbucket server and couldn't see the caption (check was not very careful, maybe I missed it simply not looking at the proper location). Thus,

Re: [Qlandkartegt-users] Test of image caption in playground

2016-11-26 Thread Wolfgang Thämelt
ps up. Patience isn't my strength! The files are still on the Bitbucket server: https://bitbucket.org/maproom/qmapshack/wiki/playground/TestImageCaption Have a nice weekend! Wolfgang Am 26.11.2016 um 16:35 schrieb Dr Rainer Woitok: > Wolfgang, > > On Friday, 2016-11-25 20:11:26

Re: [Qlandkartegt-users] What should be contained in the FAQ?

2016-11-29 Thread Wolfgang Thämelt
Please look at https://bitbucket.org/maproom/qmapshack/wiki/playground/DocMainTest for a proposal of a possible re-organization of the QMS manual. Feedback welcome! Greetings WolfgangTh -- ___

[Qlandkartegt-users] HtmlMake.py error?

2016-12-01 Thread Wolfgang Thämelt
@Rainer: Please check line 168 in HtmlMake.py. It creates an error with Python 3.3: File "C:\Users\Public\Scripts\HtmlMake.py", line 168, in slugify value = 'markdown-header-' + value.strip().lower() # Bitbucket prefx. TypeError: Can't convert 'bytes' object to str implicitly My change i

Re: [Qlandkartegt-users] What should be contained in the FAQ?

2016-12-02 Thread Wolfgang Thämelt
Hello, please have a look in the QMS wiki! I moved some content from the FAQ into a new "Advanced QMS usage" part as proposed by several people. The "linear" structure of the TOC/navigation bars is still there. 2 temporarily empty pages are caused by the hierarchical structure of the lists in

Re: [Qlandkartegt-users] What should be contained in the FAQ?

2016-12-03 Thread Wolfgang Thämelt
@Rainer: Some comments to your proposals/remarks: > Using a numbered list rather than "##" headers more or less empties the "[TOC]" section. Yes, of course. But: the manual main page DocMain consists in principle of the detailed TOC. The automatically added [TOC] at the topic of this page wou

Re: [Qlandkartegt-users] Index

2016-12-09 Thread Wolfgang Thämelt
Hello Rainer, Am 09.12.2016 um 15:19 schrieb Dr Rainer Woitok: > Wolfgang, > > On Thursday, 2016-12-08 20:25:04 +0100, k-w.thaem...@web.de wrote: > >> ... >> I collect index references to each entry in the complete TOC and save >> this in a "basis file". > I assume your "complete TOC" basically

Re: [Qlandkartegt-users] Index

2016-12-12 Thread Wolfgang Thämelt
Hello Rainer, Am 12.12.2016 um 17:26 schrieb Dr Rainer Woitok: > Wolfgang, > > On Monday, 2016-12-12 08:35:43 +0100, k-w.thaem...@web.de wrote: > >> ... >> https://bitbucket.org/maproom/qmapshack/wiki/playground/AxAdvIndex_Test >> ... >> * The section name is not included in the link. Having this

Re: [Qlandkartegt-users] ECW and MBTILES support on windows

2017-08-03 Thread Wolfgang Thämelt
Hi Mitxel, my first attempt to build a VRT file for an ECW or MBTILES map failed. The reason was simple: the PATH construct in your BAT file puts the existing path in front of some new paths. In the existing path there is the current working directory. As a consequence, the wrong gdalbuildvrt

Re: [Qlandkartegt-users] ECW and MBTILES support on windows

2017-08-06 Thread Wolfgang Thämelt
Hi Oliver, thanks for your comment. Am 06.08.2017 um 13:49 schrieb Oliver Eichler: Hi Wolfgang The map should be always visible in the lower zoom levels. And you can enforce visibility in the properties. No chance! Even after adding an overview map. With your gdaladdo command I get an ad

Re: [Qlandkartegt-users] ECW and MBTILES support on windows

2017-08-06 Thread Wolfgang Thämelt
Hi Oliver, I'm sorry - I recompiled QMS and now I got 2017-08-06 17:22:41.976 [debug] VRT: try to open "D:/GPS/Maps/euecw.vrt" 2017-08-06 17:22:42.072 [debug] has overviews true 2017-08-06 17:22:42.072 [debug] FF QTransform(type=TxScale, 11=0.000124666 12=0 13=0 21=0 22=-8.31109e-05 23=0 31=-0.

Re: [Qlandkartegt-users] ECW and MBTILES support on windows

2017-08-07 Thread Wolfgang Thämelt
ea. Is there any debug output? Am Sonntag, 6. August 2017, 17:39:51 CEST schrieb Wolfgang Thämelt: Hi Oliver, I'm sorry - I recompiled QMS and now I got 2017-08-06 17:22:41.976 [debug] VRT: try to open "D:/GPS/Maps/euecw.vrt" 2017-08-06 17:22:42.072 [debug] has overviews true 2017

Re: [Qlandkartegt-users] ECW and MBTILES support on windows

2017-08-07 Thread Wolfgang Thämelt
- both in the installer and in IAppSetup.cpp. Best regards, Helmut Am 07.08.2017 um 17:52 schrieb Wolfgang Thämelt: Hallo Oliver, there is a point that can cause the discussed trouble: - I start QMS from a console window. This console window has an environment. Part of it says:

Re: [Qlandkartegt-users] ECW and MBTILES support on windows

2017-08-08 Thread Wolfgang Thämelt
Hi Mitxel, just for Your information: - I'm running Windows 10 home (not in a virtual machine). - My QMS is normally the latest patch from the repository compiled using Helmuts instructions for Windows (also the ones regarding GDAL). - In my tests I followed strictly Your proposals. - The -

Re: [Qlandkartegt-users] Copy Routino database to another computer / What about country prefex in routino builder

2017-08-16 Thread Wolfgang Thämelt
Hi Axel, Concerning the question about cross-border routing please compare https://bitbucket.org/maproom/qmapshack/wiki/DocFaqRouting.md#markdown-header-does-qmapshackroutino-support-cross-border-routing Regards Wolfgang Am 16.08.2017 um 15:09 schrieb AM: Dear all, mainly I use QMS on a 64

[Qlandkartegt-users] TortoiseHg problem

2017-08-17 Thread Wolfgang Thämelt
Hi, when trying to get the latest commits to my local repository the following error message appears: % hg update --config ui.merge=internal:merge --rev default --clean abgebrochen: Groß-/Kleinschreibungskonflikt zwischen src/icons/32x32/Regularscreen.png und src/icons/32x32/RegularScreen.png

[Qlandkartegt-users] First experience when working with QMapTool

2017-12-26 Thread Wolfgang Thämelt
* With QMapTool (QMT) the user gets an easy to use and versatile tool for referencing raster maps. * Advantages of the tool:     * No restriction of used Geographic Coordinate Systems (GCS)     * Unified definition of used GCS via Proj.4 descriptions     * Possibility to cut raster maps     *

Re: [Qlandkartegt-users] Developing docs:I need some help with 'make check'

2018-01-08 Thread Wolfgang Thämelt
Am 09.01.2018 um 01:46 schrieb Mitxel: > Hi all > > I have ready the spanish version of the Quick Start Guide in .md format. > I have added the link in the DocMain.md file, and all the .jpgs linked > in the docs are in their folders > When editing the md files with Ghostwriter, this shows the md a

Re: [Qlandkartegt-users] Developing docs:I need some help with 'make check'

2018-01-09 Thread Wolfgang Thämelt
Hi Mitxel Am 09.01.2018 um 22:44 schrieb Mitxel: > Thanks Wolfgang and Rainer > > >  > Are the files under version control? If not then the messages are >  > understandable. The linkcheck gets information about files > from querying hg. > > > > 1. Ok , Does it means that I h

Re: [Qlandkartegt-users] Developing docs:I need some help with 'make check'

2018-02-07 Thread Wolfgang Thämelt
Hi Mitxel, the file images/DocGisTemplates/DesignerAllWidgets-24.hot has been added to the docu by kiozen and it is actually not referenced. No idea why. Thus, the message of the script is correct. I can't comment on the other error message. I'm running on Windows and there are currently n

Re: [Qlandkartegt-users] Developing docs:I need some help with 'make check'

2018-02-09 Thread Wolfgang Thämelt
Hi Mitxel, one more recommendation: Running "make check" is equivalent to running "LinkCheck.py". The output should be the same. Thus, run only the Python script and check the output. If the HOT file is the only one not referenced, then everything is fine with your copy of and your addition

[Qlandkartegt-users] anyone with experience of adding norwegian topographic maps on Qmapshak

2018-02-19 Thread Wolfgang Thämelt
Hi Thomas, crash with your XML/WMTS file confirmed. In difference to all WMTS files I'm working with your Norwegian WMTS file doesn't have a ResourceURL node. Maybe, this is the reason for the crash (as far as I understand the code QMS expects such a node, there is no obvious error handling i

[Qlandkartegt-users] anyone with experience of adding norwegian topographic maps on Qmapshak

2018-03-05 Thread Wolfgang Thämelt
Am 05.03.2018 um 10:32 schrieb Oliver Eichler: Hi Thomas, thanks for figuring it out. I would suggest to do both. Add it to the maps Tips&Tricks section https://bitbucket.org/maproom/qmapshack/wiki/DocMapsTipsTricks And ask Emi to add the map. Akaik he is subscribed to this list anyway. Maybe

Re: [Qlandkartegt-users] How to load online DEMs in QMapShack connecting to a WCS

2018-03-06 Thread Wolfgang Thämelt
Hi Mitxel, running gdalbuildvrt.exe ESP_IGN-MDT25.wcs.vrt ESP_IGN-MDT25.wcs under Windows 10 with GDAL 2.2.2 fails with on my system: ERROR 4: `ESP_IGN-MDT25.wcs' not recognized as a supported file format. There is no WCS driver supplied with the GDAL package I'm using. This driver seems to

Re: [Qlandkartegt-users] ECW and MBTILES support on windows

2018-03-06 Thread Wolfgang Thämelt
Hi Mitxel, I tested your proposed procedure for using ECW and MBTILES files on Windows 10 with QMS 1.11. I proceeded as described. Maybe 1 (trivial) phrase is missing in the description: "build VRT files". I found 2 ECW and 2 MBTILES files. I got the VRT files and I could see each of the map

Re: [Qlandkartegt-users] How to load online DEMs in QMapShack connecting to a WCS

2018-03-06 Thread Wolfgang Thämelt
Hi Mitxel, thanks for your comments. With regard to the DEM testing: I repeated the test and now I succeeded. I can see elevations at your Spanish track not coming from a "normal" DEM database. There seems to be a simple reason for this: The previous test was made without the additional inst

Re: [Qlandkartegt-users] ECW and MBTILES support on windows

2018-03-07 Thread Wolfgang Thämelt
Hi Mitxel, the ogr_MSSQLSpatial.dll seems to be resolved: this DLL needs the Microsoft sqlncli11.dll and that one wasn't found. I could download it from https://www.microsoft.com/en-us/download/details.aspx?id=50402 After installing the package, the GDAL error message disappeared! WolfgangTh

Re: [Qlandkartegt-users] [Bitbucket] Issue #338: QMS freezes after installing and selecting BRouter [Windows 10] (maproom/qmapshack)

2018-06-15 Thread Wolfgang Thämelt
My environment: Windows10 with all available updates QMS 1.11.1 commit 5d1416bc5f59 (Thu Jun 14 08:37:08 2018 +0200) I proceeded as follows: -updated 2 BRouter tiles with the help of QMS, other tiles exist and are still outdated - updated existing BRouter installation with the help of QMS f

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

2018-08-29 Thread Wolfgang Thämelt
Hi Axel, being on Windows 10 with the latest QMS commit there is now a vertical splitter in the lower part of a track edit window. This splitter is located between the part showing the track summary information at the left and the filter part on the right. When moving the splitter to the rig

Re: [Qlandkartegt-users] Someone with problems with selecting range of points?

2018-09-01 Thread Wolfgang Thämelt
Hello Javi, I'm not sure, if my hints meet your specific situation: Please check the state of the range selection (also the cursors in map views!). Filters are gray as long as range selection is active. Having finished the range selection all filters are active again in my case. Remember, ra

[Qlandkartegt-users] Zero speed knot filter (Wiki)

2018-12-10 Thread Wolfgang Thämelt
Please have a look at https://bitbucket.org/maproom/qmapshack/wiki/AdvTrkFilters#markdown-header-zero-speed-drift-knot-filter It is my attempt to describe the filter. I hope, my interpretation of the purpose, the parameters and the action of the filter close to true. Please, feel free to make

Re: [Qlandkartegt-users] Release V1.13.2 and how to proceed in the future

2019-09-11 Thread Wolfgang Thämelt
Am 11.09.2019 um 18:06 schrieb Oliver Eichler: 2. Migrating the wiki is possible. The only thing that breaks is the TOC of each page. We need to find a solution for that. TOC isn't the only thing that breaks - some formatting breaks, too. Wolfgang

Re: [Qlandkartegt-users] Release V1.13.2 and how to proceed in the future

2019-09-12 Thread Wolfgang Thämelt
t would be good to have a list of issues to consider. Thanks Oliver Gesendet: Donnerstag, 12. September 2019 um 08:53 Uhr Von: "Wolfgang Thämelt" An: qlandkartegt-users Betreff: Re: [Qlandkartegt-users] Release V1.13.2 and how to proceed in the future Am 11.09.2019 um 18:06

Re: [Qlandkartegt-users] Displaying Google terrain map

2019-09-23 Thread Wolfgang Thämelt
Hi Herbert! The terrain map isn't a map in the proper sense of the word. It is an overlay to a map layer (e.g. the standard Google map) and it shows hillshading. To see this select in QMS the Google layer alone and then add the Google terrain map layer, go to a mountainous area in the map and id

Re: [Qlandkartegt-users] Routino - custom profiles

2020-11-08 Thread Wolfgang Thämelt
Hi Marco, did you restart QMS after the "cp" and "sed" steps? Having the 4 foo_bar*.mem and the foo_bar_profiles.xml files in one folder and restarting QMS loads in my case (Windows10) the correct profile files. Here is the Routino part of the QMS debug log for my case: 2020-11-08 8:51:04.189 [

Re: [Qlandkartegt-users] Three online maps have stopped working; can't find replacement TMS files

2021-02-26 Thread Wolfgang Thämelt
Am 26.02.2021 um 15:36 schrieb Adam Funk: Hi, > > I haven't used QMapShack for a while but just started again, and > several of the online maps (the ones I liked best) have stopped > working. They don't give any error messages (even running qmapshack > from the console); they just show "OSM Top

Re: [Qlandkartegt-users] Three online maps have stopped working; can't find replacement TMS files

2021-03-01 Thread Wolfgang Thämelt
Hallo Adam, the QMS Wiki and its index (online or offline) can help you: https://github.com/Maproom/qmapshack/wiki/DocMapDemSources Greetings Wolfgang ___ Qlandkartegt-users mailing list Qlandkartegt-users@lists.sourceforge.net https://lis

Re: [Qlandkartegt-users] French geoportail

2021-03-16 Thread Wolfgang Thämelt
Hello Roland, today, the following TMS file could be used: TMS4WMTS_Service de visualisation WMTS Geoportail Publics

Re: [Qlandkartegt-users] Map Coordinates in UTM-Format

2021-12-07 Thread 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/lis

Re: [Qlandkartegt-users] Map Coordinates in UTM-Format

2021-12-07 Thread Wolfgang Thämelt
As far as I know you have to use one of the formats shown in the menu "View - Setup coord. format". Regards Wolfgang ___ Qlandkartegt-users mailing list Qlandkartegt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qlandkart

[Qlandkartegt-users] GeoServer and QMapShack

2022-05-12 Thread Wolfgang Thämelt
What I did with some success in similar cases: * Take the "ServerUrl" from the TMS file (my example: "http://tiles.openseamap.org/seamark/%1/%2/%3.png";) * Insert proper values for %1, %2, %3 (example: "http://t1.openseamap.org/seamark/15/17683/10534.png";) * Open this complete URL in your brow