Index: applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ruianModule.java
===================================================================
--- applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ruianModule.java	(revision 30833)
+++ applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/ruianModule.java	(revision 32132)
@@ -707,6 +707,6 @@
             JsonArray node = adresniMisto.getJsonArray("pozice");
             am.setPosition(new LatLon(
-              LatLon.roundToOsmPrecisionStrict(node.getJsonNumber(1).doubleValue()),
-              LatLon.roundToOsmPrecisionStrict(node.getJsonNumber(0).doubleValue()))
+              LatLon.roundToOsmPrecision(node.getJsonNumber(1).doubleValue()),
+              LatLon.roundToOsmPrecision(node.getJsonNumber(0).doubleValue()))
             );
           } catch (Exception e) {
