# # ChangeLog for trunk/data/validator in josm # # Generated by Trac 1.6 # 2025-11-25T13:21:50+01:00 Wed, 18 Dec 2013 01:57:18 GMT Don-vip [6488] * trunk/.settings/org.eclipse.core.resources.prefs (added) * trunk/data/projection (added) * trunk/data/projection/BETA2007.gsb (moved) * trunk/data/projection/epsg (moved) * trunk/data/projection/ntf_r93_b.gsb (moved) * trunk/data/validator/opening_hours.js (moved) * trunk/src/org/openstreetmap/josm/data/projection/Projections.java (modified) * trunk/src/org/openstreetmap/josm/data/projection/datum/NTV2GridShiftFileWrapper.java (modified) * trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java (modified) * trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java (modified) cleanup in `data` folder Wed, 18 Dec 2013 01:43:21 GMT Don-vip [6487] * trunk/data/validator/speed_limits.json (added) see #9400 - initialize data file for `source:maxspeed` validation Tue, 17 Dec 2013 00:52:59 GMT Don-vip [6482] * trunk/data/validator (added) * trunk/data/validator/ignoretags.cfg (moved) * trunk/data/validator/tagchecker.cfg (moved) * trunk/data/validator/words.cfg (moved) * trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java (modified) * trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java (modified) see #9400 - implement first points of `source:maxspeed` validation, ...