gvSIG bugs #4025

The creation of temporary cached EPSG database is delayed

Added by Antonio Falciano over 8 years ago. Updated almost 7 years ago.

Status:Closed% Done:

0%

Priority:NormalSpent time:-
Assignee:-
Category:CRS
Target version:2.4.0-2817 (rev. org.gvsig.desktop-2.0.183)
Severity:Minor Add-on version:
gvSIG version:2.3.0 Add-on build:
gvSIG build:2414 Add-on resolve version:
Operative System: Add-on resolve build:
Keywords: Proyecto:
Has patch: Hito:
Add-on name:Unknown

Description

The creation of temporary cached EPSG database doesn't happen during the initialization of the application (like in gvSIG 2.2), but only when there's the need to use it for the first time (e.g. when we open the "New CRS" dialog and choose EPSG type). So the user has to wait some seconds before to go on in the CRS settings.

History

#1 Updated by Antonio Falciano over 8 years ago

  • Target version set to 2.3.0-2447-final (rev. org.gvsig.desktop-2.0.153)

The creation of the temporary cached EPSG database should be added to the so called "startup tasks".

#2 Updated by Antonio Falciano over 8 years ago

A temporary workaround consists into creating an autorun.py script with the following code:

from es.idr.teledeteccion.connection import EpsgConnection

def main(*args):
    # Connect with the EPSG Registry
    # (create the temporary cached EPSG database)
    conn = EpsgConnection()
    conn.setConnectionEPSG()
    pass

#3 Updated by Joaquín del Cerro Murciano over 8 years ago

  • Target version changed from 2.3.0-2447-final (rev. org.gvsig.desktop-2.0.153) to 2.4.0-2850-final (rev. org.gvsig.desktop-2.0.220)

#4 Updated by Andrea Antonello over 7 years ago

+1 for this fix.
I was guessing this, since the whole GUI freezes when the CRS is triggered.

Antonio, did you test the script already?

#5 Updated by Antonio Falciano over 7 years ago

Hi Andrea,
I use always the script reported in #4025#note-2 to avoid this bug and it works fine. Thank you for your kind attention.

#6 Updated by Joaquín del Cerro Murciano almost 7 years ago

  • Target version changed from 2.4.0-2850-final (rev. org.gvsig.desktop-2.0.220) to 2.4.0-2817 (rev. org.gvsig.desktop-2.0.183)

#7 Updated by Joaquín del Cerro Murciano almost 7 years ago

  • Status changed from New to Fixed

#8 Updated by Álvaro Anguix almost 7 years ago

  • Status changed from Fixed to Closed

Also available in: Atom PDF