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
When using a prefix name like this:
<layer ns_prefix='ambiti_amministrativi' ns_uri="http://www.regione.toscana.it/"
Tinyows give an error because the "ambiti_amministrativi" name is not compatible with the parser: ((\w:)?\w(=\w)?){1,}
If I remove the "_" using for example <layer ns_prefix='ambitiamministrativi' ns_uri="http://www.regione.toscana.it/"
It start to work.
The text was updated successfully, but these errors were encountered:
same problem...?
sdikiy@2c93f1f865bd29
Sorry, something went wrong.
same problem...? sdikiy/tinyows@2c93f1f
sdikiy/tinyows@2c93f1f
Yes.
I test it and verify the with this patch tinyows allow to have a ns_prefix with the character "_" in it.
Without this patch the tinyows give the usual error.
Just a details. I guess this error will born only when the request is using the POST method. However the patch will resolve it.
Thx,
I ran into this issue as well when one of the examples in the "PostGIS Cookbook" book from Packt. Could this PR be merged?
No branches or pull requests
When using a prefix name like this:
<layer ns_prefix='ambiti_amministrativi'
ns_uri="http://www.regione.toscana.it/"
Tinyows give an error because the "ambiti_amministrativi" name is not compatible with the parser:
((\w:)?\w(=\w)?){1,}
If I remove the "_" using for example
<layer ns_prefix='ambitiamministrativi'
ns_uri="http://www.regione.toscana.it/"
It start to work.
The text was updated successfully, but these errors were encountered: