Kai Pastor

Results 1001 comments of Kai Pastor

The situation around dependencies of GDAL might be a little bit more complex. > app-id: org.openorienteering.OpenOrienteeringMapper IMO the `org.openorienteering` prefix should be reserved to packages provided by or at least...

IMO this should be complemented by replacing the use of literal `git` wiht `"${GIT_EXECUTABLE}"`. User may seed this cache variable without even having `git` in `PATH`.

I suggest to place the action in the Map menu, e.g. as "Cleanup object tags...".

> I wonder if your suggestion was influenced (intentionally or subliminally) by its design. No. @dl3sdo explained it quite well. In addition, it is really a user-driven (maintenance) activity, not...

`writeData` is just an internal implementation of the io device classes (`protected`). But the interaction of XML classes and direct writes is a sensitive point. I wonder if these rare...

> Is there a reason (other than performance) for not always using the XML class access in the else path? You want avoid additional memory pressure when saving under memory...

I understood #2206 as indicating a problem with saving OCD files, not with loading OCD files. We do fill remain space with zero, but what if we didn't reserve extra...

Closing in favor of https://github.com/OpenOrienteering/mapper/pull/2219.

> Is there any list of implemented internal keywords available? The current state of the query language is docmented: https://www.openorienteering.org/mapper-manual/pages/find_objects.html#advanced-query-language Whatever is added should fit well into what exists at...

> The question to "internal keywords" is mostly driven by the question "What everything I can query?" Well, the point was: There is no other "keyword" at the moment. >...