Mike,
On 23.12.2020 11:42, Rahkonen Jukka (MML) wrote:
> - about the warning : yes, this warning has been added with the interior
> border capability. Maybe it is not really useful. It throws a warning because
> 'interior' attribute is not really an optional tag, but it is accepted
> (hard-code
Hi Ede,I'm not aware of a mechanism to define a default value in XML2Java framework. Currently, the default behaviour is to throw an exception if an attribute defined in a .java2xml configuration file is not there (null). Warning instead of throwing an exception is just a nasty hack we added to a
not sure on the how. not familiar with XML2Java myself. but any solution not
throwing errors but using senseful defaults if appropriate sounds reasonable to
me.
it's already dealt with conditionally in
com.vividsolutions.jump.util.java2xml.XML2Java$1.attributeSpecFound(XML2Java.java:147)
so why
Revision: 6661
http://sourceforge.net/p/jump-pilot/code/6661
Author: michaudm
Date: 2020-12-27 22:29:19 + (Sun, 27 Dec 2020)
Log Message:
---
Use english locale to format numbers
Modified Paths:
--
core/trunk/src/com/vividsolutions/jump/util/StringUtil.j
Revision: 6662
http://sourceforge.net/p/jump-pilot/code/6662
Author: michaudm
Date: 2020-12-27 22:51:35 + (Sun, 27 Dec 2020)
Log Message:
---
Add nodata value in the index to avoid a NPE
Modified Paths:
--
core/trunk/src/org/openjump/core/rasterimage/al