We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be512ba commit 2d09880Copy full SHA for 2d09880
src/main.rs
@@ -400,8 +400,8 @@ fn main() -> std::io::Result<()> {
400
}
401
402
else if gmltoewkb {
403
- if gmlpos && (tag == "gml:posList") { gmlpos = false; }
404
- if gmlint && (tag == "gml:interior") { gmlint = false; }
+ if gmlpos && (tag == "/gml:posList") { gmlpos = false; }
+ if gmlint && (tag == "/gml:interior") { gmlint = false; }
405
for i in 0..table.columns.len() {
406
if path == table.columns[i].path {
407
gmltoewkb = false;
0 commit comments