Related Plugins and Tags

QGIS Python Plugins Repository

Version: [62] Load Them All 2.2

Changelog
2.2 (20150108):
  Load Them All window is no longer modal. Now you can interact with other QGIS
tools 
      while your Load Them All window is open.
  Programmatically switching "CRS for new layers" to "useProjection" to avoid
opening 
      dialogs for definig the CRS manually. After loading layers, the option is
set 
      back to its original status. (Taken from http://pyqgis.blogspot.com/)
  Messages in done dialogs were adjusted to account for different situations: 0
layers 
      loaded, 1 layer loaded, various layers loaded. Messages now also include
how many
      layers were loaded succesfully out of all possible layers to load, e.g. "5
out of 9
      layers were loaded succesfully," which means 4 were not valid layers.
  XML removed as vector format because it causes nasty bugs and, after all, it's

      rarely used as a vector format (at least by me :D.) I recommend using GML,
KML 
      or others. 
  Bug fix: A bug was ocurring when a layer was not valid and attempted to load.

  Bug fix: A bug was ocurring when the base path contained a trailing slash,
e.g., 
      "/abc/def/" The bug was related to exceeding the number of recursions
allowed 
      (1000), since paths compared never matched: "/abc/def/" vs. "/abc/def"    
 
  Bug fix: A bug was ocurring when running the plugin for the first time. It was
related
      to a QSettings value that didn't exixst yet: "/Load_Them_All/vector/path".
Line 
      21 of Base_LoadThemAllDialog.py
      "Error: unable to convert a QVariant of type 0 to a QMetaType of type 10"
Approved
yes
Author
gcarrillo
Uploaded
2015-01-08T05:41:32.300627+00:00
Minimum QGIS version
2.0.0
Maximum QGIS version
2.99.0
External dependencies (PIP install string)
None
Experimental
no

Version management

Plugin details

Sustaining Members