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
- 13K All Categories
- 5.8K Features Discussion
- 350 Downloading Imagery
- 1.3K Elevation Data
- 385 Georeferencing Imagery Discussion
- 652 GM Script Language
- 56 User Scripts
- 115 GPS Features
- 421 Projection Questions
- 837 Raster Data
- 1.4K Vector Data
- 6.7K Support
- 182 Announcement and News
- 942 Bug Report
- 562 SDK
- 1.2K Suggestion Box
- 3.8K Technical Support
- 581 Other Discussion
- 132 GIS Data Sources
- 27 Global Mapper Showcase
- 245 How I use Global Mapper
- 111 Global Mapper Forum Website

