Search found 7 matches

by miaowang
Thu Nov 14, 2019 6:53 am
Forum: Issues, bugs, etc.
Topic: Neighboring BIN files with different offset show far away
Replies: 2
Views: 7580

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...
by miaowang
Thu Aug 08, 2019 2:34 am
Forum: Questions
Topic: Show attributes of a polyline (from dbf of SHP file)
Replies: 3
Views: 4478

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 ...
by miaowang
Tue Aug 06, 2019 7:09 am
Forum: Questions
Topic: Show attributes of a polyline (from dbf of SHP file)
Replies: 3
Views: 4478

Re: Show attributes of a polyline (from dbf of SHP file)

Hello Daniel,
Thank you for the reply.
by miaowang
Thu Aug 01, 2019 8:33 am
Forum: Plugins
Topic: Animation Plugin Developed
Replies: 31
Views: 122977

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.
by miaowang
Thu Aug 01, 2019 8:15 am
Forum: Questions
Topic: Show attributes of a polyline (from dbf of SHP file)
Replies: 3
Views: 4478

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 ...
by miaowang
Mon Apr 15, 2019 9:30 am
Forum: Plugins
Topic: Animation Plugin Developed
Replies: 31
Views: 122977

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...