Hi Andrew,

     Very good, want to see that on some other maps i got, with more
elevation :)
     Hope your patch come soon. Want to play with.

     Here is a small patch to compile with Visual Studio.

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt    (revision 794)
+++ CMakeLists.txt    (working copy)
@@ -265,7 +265,9 @@
 IF(WIN32)
   set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}
/subsystem:windows")
   add_definitions(-D_CRT_SECURE_NO_DEPRECATE)
-  target_link_libraries(qlandkartegt gdal_i proj_i qtmain.lib
${QT_LIBRARIES} ${QT_QTNETWORK_LIBRARIES} ${QT_QTXML_LIBRARIES}
${QL_OPENGL_LIBRARIES})
+  SET(OPENGL_LIBRARIES "opengl32.lib")
+  SET(OPENGL_LIBRARIES_DIR "C:/Program Files/Microsoft
SDKs/Windows/v6.0A/Lib")
+  target_link_libraries(qlandkartegt gdal_i proj_i qtmain.lib
${QT_LIBRARIES} ${QT_QTNETWORK_LIBRARIES} ${QT_QTXML_LIBRARIES}
${QL_OPENGL_LIBRARIES} ${OPENGL_LIBRARIES})
 ENDIF(WIN32)


Regards,

Fabrice


2008/10/15 Andrew Vagin <[EMAIL PROTECTED]>

> Hi, Fabrice
> I have a good news for you;). I find time for see our idea. I has first
> draft code and you can see results in the attached screen shot. I will
> commit it soon.
>
>> Hi Andrew,
>>
>>     Very nice work and fun to play with it. What do you think about using
>> DEM data file to display terrain in 3D too, download from this link my maps
>> test file with a track and an elevation file. Both mode can be usefull :)
>>
>>     Just load my qmap file and you will see the map with a small shading,
>> and select at bottom right the contour mode, look nicer but not perfect can
>> be better with your work.
>>
>>     Here is the link http://dl.free.fr/q1ehqPUj1 available for 30 days
>> from now.
>>
>>     Waypoints in  3D plot view should be nice too :) lot of nice work
>>
>>     Just to inform you , i test it at office compied with MSVC 9.0. Patch
>> is ok, just need a small  change in CMakeList.txt to add opengl32.lib to
>> compilation step, i ll look tomorrow for that.
>>
>>     Oliver also add a nice new feature to find automatically symbols on
>> the maps, maybe it can be usefull for you too.
>>
>>      Continu like this, i hope another patch from you comming soon.
>>
>> Good night, and thanks again for this nice patch.
>>
>> Fabrice
>>
>>
>>
>> 2008/10/7 Oliver Eichler <[EMAIL PROTECTED] <mailto:
>> [EMAIL PROTECTED]>>
>>
>>    [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> schrieb:
>>    > Hi, All.
>>    >
>>    > I send first version of 3D plots for tracks.
>>    > it work, but have many defects.
>>    > it's optional now and out-of-work by default. you can set the
>>    variable
>>    > PLOT_3D in cmake for turn on it.
>>    >
>>    > I will develop it gradually. if you don't object, I will commit the
>>    > attached patch.
>>
>>    Very nice. Fun to play with :) This is a commit for sure.
>>
>>
>>    Oliver
>>
>>
>>  -------------------------------------------------------------------------
>>    This SF.Net email is sponsored by the Moblin Your Move Developer's
>>    challenge
>>    Build the coolest Linux based applications with Moblin SDK & win
>>    great prizes
>>    Grand prize is a trip for two to an Open Source event anywhere in
>>    the world
>>    http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>    <http://moblin-contest.org/redirect.php?banner_id=100&url=/>
>>    _______________________________________________
>>    QLandkarte-users mailing list
>>    [email protected]
>>    <mailto:[email protected]>
>>    https://lists.sourceforge.net/lists/listinfo/qlandkarte-users
>>
>>
>>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
QLandkarte-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkarte-users

Reply via email to