Details
Description
When attempting to get a GeoKey as an integer, a WARNING message is logged in case of parsing problems (The required key could not exist).
The methods invoking the getGeoKeyAsInt, already do proper operations in case the value is unavailable. (In the worst case, they will throw an exception)
Therefore a WARNING message is redundant. Lowering to FINE.
Reopen it for trunk