-
Notifications
You must be signed in to change notification settings - Fork 18
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
Can GDAL GMLAS handle local reference xlink:href="# #31
Comments
Regarding http://ressource.brgm-rec.fr/data/EntiteHydroGeol/121AT30
So the GMLAS driver only recognizes the specification link as a generic string. The reason is that the gsmlb:specification element is defined as such
So there's no direct connection with a gwml2:GW_Aquifer element. |
Supporting this xlink:href="# pattern is a must have to me as it is often used. |
Implemented in GDAL trunk r40973
|
…fixes BRGM/gml_application_schema_toolbox#31) git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@40973 f0d54148-0727-0410-94bb-9a71ac55c965
I'll test it when pushed to gdal-dev in OsGeo4W. |
Importing one of the 3 URIs below
http://ressource.brgm-rec.fr/data/EntiteHydroGeol/113AI01
http://ressource.brgm-rec.fr/data/EntiteHydroGeol/121AU
http://ressource.brgm-rec.fr/data/EntiteHydroGeol/121AT30
GDAL GMLAS identifies properly the various information elements.
However the GUI is not able from the 'identify' action on the mappedfeature the link to the other tables.
Is the driver capable of handling the <gsmlb:specification xlink:href="# structure (ex : <gsmlb:specification xlink:href="#EntiteHydroGeol.121AT30"/> in the last URI ) ?
The text was updated successfully, but these errors were encountered: