File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11# OGC Web Services for CosmoScout VR
22
3- Put the plugin library description here!
4- ```
3+ This plugin library provides tools to interact with OGC Web Services.
4+
5+ ## Installation
6+
7+ This plugin uses [ GDAL] ( https://gdal.org/en/stable/ ) .
8+
9+ ### Linux
10+
11+ TODO
12+
13+ ### Windows
14+
15+ You can download GDAL binaries from the GISInternals Support Site.
16+ Get the [ Development Kit] ( https://www.gisinternals.com/sdk.php ) for your compiler and platform, e.g. MSVC 2022 and x64.
17+ After unpacking, set the environment variable ` GDAL_ROOT_DIR ` to the included release directory,
18+ e.g. ` C:/release-1930-x64-dev/release-1930-x64 ` .
Original file line number Diff line number Diff line change 22
33Put the plugin description here!
44
5+ ## Installation
6+
7+ This plugin requires the [ ` csl-ogc ` ] ( ../csl-ogc/README.md ) plugin library.
8+ Please see its installation instructions.
9+
510## Configuration
611
712This plugin can be enabled with the following configuration in your ` settings.json ` .
@@ -16,4 +21,4 @@ The given values present some good starting values for your customization:
1621 }
1722 }
1823}
19- ```
24+ ```
You can’t perform that action at this time.
0 commit comments