Skip to content
New issue

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

Incorrect mask example #1

Closed
caroig opened this issue Oct 1, 2011 · 1 comment
Closed

Incorrect mask example #1

caroig opened this issue Oct 1, 2011 · 1 comment

Comments

@caroig
Copy link

caroig commented Oct 1, 2011

$ xsltproc --stringparam mask '-25,15 40,15 40,80 -25,80 -25,15' cantons.kml > cantons_inverted.kml

should be

$ xsltproc --stringparam mask '-25,15 40,15 40,80 -25,80 -25,15' invert.xsl cantons.kml > cantons_inverted.kml

Great tool, thanks.

@vasile
Copy link
Owner

vasile commented Oct 2, 2011

(y) thanks for reporting, the README is updated

@vasile vasile closed this as completed Oct 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants