Difference between revisions of "Version 2.5.1.4"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
--> | --> | ||
</noinclude> | </noinclude> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<startFeed /> | <startFeed /> | ||
Line 22: | Line 17: | ||
====Guide for creating a new project==== | ====Guide for creating a new project==== | ||
When you create a new project, a step-by-step guide helps you through the process of creating a complete project. | When you create a new project, a step-by-step guide helps you through the process of creating a complete project. | ||
+ | <feedDate>2016-07-07</feedDate> | ||
+ | <endFeed /> | ||
+ | |||
+ | <startFeed /> | ||
+ | ====Fixed number parsing error in forest map importer ==== | ||
+ | When importing a shape file that has single precision fields (float), a parsing occurred if decimal notation was used, while scientific notation was accepted. Both types are now accepted. For double precision fields no error occurred. | ||
<feedDate>2016-07-07</feedDate> | <feedDate>2016-07-07</feedDate> | ||
<endFeed /> | <endFeed /> |
Revision as of 10:10, 24 August 2016
Version 2.5.1.4
Project templates
You can now save a project as a project template, and use that template when creating a new project. The advantage of using a template isntead of a copy of an existing project, is that a tempate is saved as only one file and is therefore easy to share. You can also apply an existing template to an existing project (via the File-menu).
Guide for creating a new project
When you create a new project, a step-by-step guide helps you through the process of creating a complete project.
Fixed number parsing error in forest map importer
When importing a shape file that has single precision fields (float), a parsing occurred if decimal notation was used, while scientific notation was accepted. Both types are now accepted. For double precision fields no error occurred.