Feature request #2839
add rasterlite support in "add spatialite layer" or add new button "add rasterlite layer"
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Data Provider | ||
Pull Request or Patch supplied: | No | Resolution: | wontfix |
Easy fix?: | No | Copied to github as #: | 12899 |
Description
Tested with rasterlite sample datasets.
Add a rasterlite db (containing just one layer, otherwise you'll hit #1040) through the "add raster layer" dialog. It will show fine.
If you add it through the "add spatialite layer" it will be "seen" as a vector feature and it will be added a polygon with the extent of the raster map.
History
#1
Updated by luca76 - over 14 years ago
+1.
After ECW problems, this should be nice.
#2
Updated by Giovanni Manghi about 13 years ago
- Target version changed from Version 1.7.0 to Version 1.7.4
#3
Updated by Giovanni Manghi almost 13 years ago
- Target version changed from Version 1.7.4 to Version 2.0.0
#4
Updated by Pirmin Kalberer over 12 years ago
- Target version changed from Version 2.0.0 to Future Release - Nice to have
#5
Updated by Sandro Furieri over 12 years ago
- Assignee deleted (
nobody -) - Pull Request or Patch supplied set to No
If you add it through the "add spatialite layer" it will be "seen"
as a vector feature and it will be added a polygon with the extent
of the raster map.
please note: this absolutely isn't a bug, it's an intrinsic design feature
any RasterLite datasource is supported by a Polygon vector table representing the MBR for each single tile (this including any possible pyramid layer). all this is strictly required so to support an R*Tree Spatial Index (i.e. the key feature accounting why RasterLite is surprisingly fast when accessing huge datasources)
#6
Updated by Giovanni Manghi over 10 years ago
- Resolution set to wontfix
- Status changed from Open to Closed
This seems outdated as anyway the future will be a unified way to add layers.