-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for DataURL in capabilities document (NASA WMS) #107
Comments
GeoTools parser for GetCapabilities document NASA own custom DTD specifically (and hardcodded validation rules in GeoTools library) mentioned that the "units" tag is REQUIRED:
Parsing this document would |
I found many ways to disable the DTD validation for the GeoTools parser, but none seems to work:
|
I eventually found out that GeoTools do not even care about the DTD. The specification is hardcodded in the library
|
The WMS spec allows links to data in the capabilities document. It would be good to add support for this. The NASA Scientific Visualisation Studio is an example service with DataURLs http://svs.gsfc.nasa.gov/cgi-bin/wms?
The text was updated successfully, but these errors were encountered: