Search found 7 matches
- Mon Nov 18, 2019 3:04 am
- Forum: Issues, bugs, etc.
- Topic: Neighboring BIN files with different offset show far away
- Replies: 2
- Views: 8657
Re: Neighboring BIN files with different offset show far away
Thank you for the answer, Daniel.
- Thu Nov 14, 2019 6:53 am
- Forum: Issues, bugs, etc.
- Topic: Neighboring BIN files with different offset show far away
- Replies: 2
- Views: 8657
Neighboring BIN files with different offset show far away
Hi Daniel, I have two neighboring LAS files. For each file, I load it with different offset coordinates and save as Bin. When I load the two Bin files together, they show at far away place. I also query the point coordinates of each Bin ( as attached picture ). The point at eastern Bin has smaller X...
- Thu Aug 08, 2019 2:34 am
- Forum: Questions
- Topic: Show attributes of a polyline (from dbf of SHP file)
- Replies: 3
- Views: 5547
Re: Show attributes of a polyline (from dbf of SHP file)
Hi Daniel, I am trying to implement this function. First, a class named ccShpDbf is declared. ccShpDbf contains a member variable vector < GenericDBFField* > m_Fields; to store attributes loaded from a DBF file. Thd DBF file is loaded after loading SHP entities at ShpFilter.cpp. The attributes of a ...
- Tue Aug 06, 2019 7:09 am
- Forum: Questions
- Topic: Show attributes of a polyline (from dbf of SHP file)
- Replies: 3
- Views: 5547
Re: Show attributes of a polyline (from dbf of SHP file)
Hello Daniel,
Thank you for the reply.
Thank you for the reply.
- Thu Aug 01, 2019 8:33 am
- Forum: Plugins
- Topic: Animation Plugin Developed
- Replies: 31
- Views: 150357
Re: Animation Plugin Developed
Hi Daniel,
Thank you for the reply.
The problem is solved.
That's because I did not assign the correct folder for FFMPEG_BINARY_DIR.
Thank you for the reply.
The problem is solved.
That's because I did not assign the correct folder for FFMPEG_BINARY_DIR.
- Thu Aug 01, 2019 8:15 am
- Forum: Questions
- Topic: Show attributes of a polyline (from dbf of SHP file)
- Replies: 3
- Views: 5547
Show attributes of a polyline (from dbf of SHP file)
Hello, When I select a polyline of a SHP file by mouse clicking, Properties Tree shows the properties of the polyline. Is it possible to view attributes (from the corresponding Dbf file) alone with the polyline at Properties Tree or cc2DLable? BTW, it seems that the dbf file is opened after loading ...
- Mon Apr 15, 2019 9:30 am
- Forum: Plugins
- Topic: Animation Plugin Developed
- Replies: 31
- Views: 150357
Re: Animation Plugin Developed
Hi Daniel, I got problem adding Animation Plugin into CC and need help. In CMake: PLUGIN / PLUGIN_STANDARD_QANIMATION Checked Ungrouped Entries / WITH_FFMPEG_SUPPORT Checked FFMPEG / FFMPEG_BINARY_DIR, FFMPEG_INCLUDE_DIR, FFMPEG_LIBRARY_DIR All set to the proper directories. But the Animation Icon i...