Link files
Revision as of 15:00, 12 September 2019 by Mbu (talk | contribs) (Created page with "{{Note|This functionality is largely superceded by the ability to set multiple datasources in the service settings-file}} The Vector and Raster Map s...")
This functionality is largely superceded by the ability to set multiple datasources in the service settings-file
The Vector and Raster Map services searches for Maria GDK map files in the default folder provided at installation. Map packages can also be located in secondary locations using links.xml-files pointing to the data. Avoid circular references in link.xmls.
File containing links should be named *.links.xml.
Example maps.links.xml:
<links>
<link path="H:\Maps\" recursiondepth="3"/>
<link path="C:\servicetest\kart\"/>
</links>
Links
Child element | Description | Properties |
---|---|---|
link | Link to location containing mappackages and datasets. | O R A |
Link
Attribute | Description | Properties |
---|---|---|
path | Path to location. | |
recursiondepth | Number of levels to recurse down the directory tree. Default value is 0. | O |