Changes between Initial Version and Version 2 of Ticket #2072
- Timestamp:
- 09/09/13 23:15:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2072
- Property Summary Trouble loading workspace.gxw → Unable to load workspace.gxw in 3D View
-
Ticket #2072 – Description
initial v2 5 5 Invalid file, unable to parse XML document. 6 6 7 {{{ 7 8 Reason: invalid literal for int() with base 10: '7000.0' 8 9 … … 23 24 value = cast(self.__getNodeText(node_tag, 'value')) 24 25 ValueError: invalid literal for int() with base 10: '7000.0' 25 26 }}} 26 27 27 28 After deleting the following, the 'Please wait, loading workspace' notice remains visible and layers are not loaded into the 3Dview. 29 30 {{{ 28 31 <size> 29 32 <value>7000.0</value> 30 33 </size> 31 34 }}} 32 35 33 36 I also notice in the command console, not sure if relevant: 34 37 38 {{{ 35 39 Loading raster map 36 40 <srtm_cgiar_mosaic2_cp_int16@PERMANENT>... 37 41 Translating colors from raster map 38 42 <srtm_cgiar_mosaic2_cp_int16@PERMANENT>... 39 43 }}}