Changes between Initial Version and Version 2 of Ticket #2072


Ignore:
Timestamp:
Sep 9, 2013, 11:15:28 PM (11 years ago)
Author:
martinl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2072

    • Property Summary Trouble loading workspace.gxwUnable to load workspace.gxw in 3D View
  • Ticket #2072 – Description

    initial v2  
    55Invalid file, unable to parse XML document.
    66
     7{{{
    78Reason: invalid literal for int() with base 10: '7000.0'
    89
     
    2324    value = cast(self.__getNodeText(node_tag, 'value'))
    2425ValueError: invalid literal for int() with base 10: '7000.0'
    25 
     26}}}
    2627
    2728After deleting the following, the 'Please wait, loading workspace' notice remains visible and layers are not loaded into the 3Dview.
     29
     30{{{
    2831 <size>
    2932<value>7000.0</value>
    3033</size>
    31 
     34}}}
    3235
    3336I also notice in the command console, not sure if relevant:
    3437
     38{{{
    3539Loading raster map
    3640<srtm_cgiar_mosaic2_cp_int16@PERMANENT>...
    3741Translating colors from raster map
    3842<srtm_cgiar_mosaic2_cp_int16@PERMANENT>...
    39 
     43}}}