open specific file in a zipfile using SDK library
I try to load a specific file from a zipfile using GM_LoadLayerListEx. I know it's possible by script but I don't know how to write it using C++ library. My example is this one :
GM_LoadLayerlistEx("D:/xxxx.zip", &listlayers, &nb_layers, GM_LoadFlags_UseDefaultProj, "FILENAME='xxx.tif'")
But it doesn't work, I think "filename" isn't recognized.
I can load everything and after close some layers but it's not really optimized. Any help would be appreciated! Thanks
GM_LoadLayerlistEx("D:/xxxx.zip", &listlayers, &nb_layers, GM_LoadFlags_UseDefaultProj, "FILENAME='xxx.tif'")
But it doesn't work, I think "filename" isn't recognized.
I can load everything and after close some layers but it's not really optimized. Any help would be appreciated! Thanks
Tagged:
Answers
-
Hello,
If you are able to get it working in a script, you can use the GM_RunScript() API function to run your script and load the file from your zip archive.
Cheers,
Bob -
OK, thank you for your answer Bob!
Categories
- 12.8K All Categories
- 5.7K Features Discussion
- 345 Downloading Imagery
- 1.3K Elevation Data
- 385 Georeferencing Imagery Discussion
- 638 GM Script Language
- 54 User Scripts
- 115 GPS Features
- 417 Projection Questions
- 827 Raster Data
- 1.3K Vector Data
- 6.6K Support
- 178 Announcement and News
- 914 Bug Report
- 558 SDK
- 1.2K Suggestion Box
- 3.7K Technical Support
- 569 Other Discussion
- 131 GIS Data Sources
- 27 Global Mapper Showcase
- 238 How I use Global Mapper
- 107 Global Mapper Forum Website