We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is a known issue that MapCache on Windows does not support <symlink_blank/>
<symlink_blank/>
This issue gathers some links and a possible approach to implementing this functionality.
The Windows API function CreateSymbolicLinkA should provide the equivalent of symlink.
symlink
See https://stackoverflow.com/questions/6472913/porting-unix-code-with-symlink-function-to-windows - possible permissions issues may however occur.
Links to codebases where this is implemented:
The text was updated successfully, but these errors were encountered:
geographika
No branches or pull requests
It is a known issue that MapCache on Windows does not support
<symlink_blank/>
This issue gathers some links and a possible approach to implementing this functionality.
The Windows API function CreateSymbolicLinkA should provide the equivalent of
symlink
.See https://stackoverflow.com/questions/6472913/porting-unix-code-with-symlink-function-to-windows - possible permissions issues may however occur.
Links to codebases where this is implemented:
The text was updated successfully, but these errors were encountered: