I have some XML files with geographical data. I can see they are using "http://www.opengis.net/gml/3.2" for the gml namespace. If I try to run some geo functions I get the error: [experr:GEO0001] Unrecognized Geo type: Point
If I change the gml namespace to "http://www.opengis.net/gml" it runs fine. I don't know if it has to be fixed on the data level or it is something that BaseX needs to take care of. It's my first time I have to deal with XML geo data, so I'm clueless at the moment. Any thoughts? Thanks