Releases: ngageoint/hootenanny
Releases · ngageoint/hootenanny
v0.2.72
What's Changed
- Bump rack from 2.2.3 to 2.2.3.1 by @dependabot in #5351
- Bump spring-security-core from 5.2.11.RELEASE to 5.5.7 in /hoot-services by @dependabot in #5350
- limit the MBR response coords to six decimal places by @brianhatchl in #5356
- don't hardcode java path, use JAVA_HOME by @brianhatchl in #5354
- hoot tag-info adds an area=yes attribute to shapefile output by @bmarchant in #5357
- Compilation not possible due to Werror by @bmarchant in #5360
- Add this file that has disappeared from the interwebs to fix hoot-services by @brianhatchl in #5362
- use link to github for spring-security-oauth.xsd by @brianhatchl in #5363
- Update to latest available armadillo version by @bmarchant in #5364
- Compilation not possible due to Werror by @bmarchant in #5361
Full Changelog: v0.2.71...v0.2.72
v0.2.71
What's Changed
- Fixing random HTTP 504 error in OsmJsonReaderTest::urlTest by @bmarchant in #5293
- Fixed the UUID issue by @mattjdnv in #5295
- Fix for redirecting nodejs logging to tomcat log by @brianhatchl in #5291
- Rejoin multilinestring relations created by SplitLongWaysVisitor when output to GDAL outputs by @bmarchant in #5297
- Unconnected way snapper investigation 4975 by @bmarchant in #5298
- Critical bug was identified in Hootenanny by @bmarchant in #5300
- See if distance weighting helps other linear script conflators by @bmarchant in #5301
- Make sure the gauge tag is not already a number during translation by @brianhatchl in #5306
- Changed a default value by @mattjdnv in #5310
- 5289 hootjs error messages by @mschicker in #5307
- add method to validate export params and error gracefully by @brianhatchl in #5305
- Re-enable RelationToMultiPolygonConverter::_classifyRings() function and test if it is needed by @bmarchant in #5311
- Updated sonar name fixes to resolve Sonar warnings by @bmarchant in #5312
- TDSv7.1 Schema fixes by @mattjdnv in #5314
- Way rejoin perf 4631 by @mschicker in #5318
- Bump nokogiri from 1.13.3 to 1.13.4 by @dependabot in #5319
- Bump minimist from 1.2.5 to 1.2.6 in /test-files/ui by @dependabot in #5317
- JS logging no longer picks up script name by @bmarchant in #5320
- Bump async from 3.2.0 to 3.2.3 in /node-export-server by @dependabot in #5322
- Bump moment from 2.29.1 to 2.29.2 in /translations by @dependabot in #5316
- Handle features with unknown geometry by @mattjdnv in #5327
- add TDSv71 to josm preset xml script by @brianhatchl in #5315
- Lock npm to 6.14.12 during vagrant provisioning by @mschicker in #5324
- Bridge Conflation by @bmarchant in #5328
- Remove single quotes in adv opt values by @brianhatchl in #5330
- Add clear(), push(), pop() manipulations to the Settings and Settingsjs objects by @mschicker in #5332
ParallelBoundedReader
throwsstd::bad_alloc
by @bmarchant in #5334- FGDB and GeoPackage error by @bmarchant in #5335
- Test parallelism in sonar scan by @bmarchant in #5336
- bobby magic wait overpass step should short circuit if no changesets uploaded by @brianhatchl in #5338
- Gpkg crash fix by @bmarchant in #5344
- Translation server remove dependency on "English" version of translations by @brianhatchl in #5342
- Added GDAL config variable by @mattjdnv in #5341
- make download callback more defensive by @maxgrossman in #5345
- GPKG writing is slow by @bmarchant in #5347
- Add a tag limit of 30 when getting attribute info for translation assistant by @brianhatchl in #5348
- Bump nokogiri from 1.13.4 to 1.13.6 by @dependabot in #5343
- Submodule hoot-ui-2x f97881a57..ef029827a: by @brianhatchl in #5349
Full Changelog: v0.2.70...v0.2.71
v0.2.70
What's Changed
- Make API Timeout Configurable by @bmarchant in #5282
- Add overrideConfig for export server by @maxgrossman in #5280
- Do related job filter in db query (vs filtering result) by @brianhatchl in #5283
- Distinguish editable ops from read-only for translation visibility by @brianhatchl in #5288
- TDS71 fixes by @mattjdnv in #5290
Full Changelog: v0.2.69...v0.2.70
v0.2.69
What's Changed
- Bump postgresql from 42.2.25 to 42.3.3 in /hoot-services by @dependabot in #5252
- improve layers request performance by only calc map size once by @brianhatchl in #5249
- RelationToMultiPolygonConverter memory leaks by @bmarchant in #5257
- Update hoot2x UI code after npm updates by @brianhatchl in #5258
- Bump nokogiri from 1.12.5 to 1.13.3 by @dependabot in #5266
- Improve node export logging to show job hash by @brianhatchl in #5267
- 5202 make understand json by @maxgrossman in #5261
- Fix
SplitLongLinearWaysVisitor
by @bmarchant in #5268 - Update some translation server node dependencies by @brianhatchl in #5263
- More memory issues by @bmarchant in #5262
- Add road match conflation to Sherlock command by @jordanmurray35 in #5264
- TDSv71 and other fixes by @mattjdnv in #5269
- Tweaked the TDS exports by @mattjdnv in #5274
- Fixed the AC000 vs AL010 translation issue by @mattjdnv in #5275
- Clean export by @mattjdnv in #5277
- UI translation assistant fields generation script update by @brianhatchl in #5278
- Come up with a faster algorithm for
DuplicateNodeRemover
by @bmarchant in #5279
Full Changelog: v0.2.68...v0.2.69
v0.2.68
v0.2.67
v0.2.66
v0.2.64
v0.2.63
Railway conflation fixes (#5061) * Removes the one to many rail match count restriction; This helped reduce variability in the conflated output. * Adds a crossing rails review marker, `RailwaysCrossingMarker` * Slightly improves rail geometry matching