-
v1.9.17 protected89c7d898 · ·
MapWithAILayerInfo: Fix an IllegalMonitorStateException
-
v1.9.16 protected26d229fd · ·
Fix JOSM #22186: NPE in MapWithAIDataUtils#mergeDataSet
-
v1.9.15 protected48751b16 · ·
ESRISourceReader: Account for `null` values for "accessInformation"
-
v1.9.14 protected9e00328d · ·
Fix a deadlock and various performance enhancements
-
v1.9.13 protectedf8723d9d · ·
ESRISourceReader: Directly submit ForkJoinTasks to safe ForkJoinPool This fixes JOSM #22077, which was caused by ForkJoinTask#fork submitting the task to ForkJoinPool#commonPool, when not called inside a ForkJoinPool. This is problematic under WebStart
-
v1.9.12 protected10a821f7 · ·
Various optimizations ESRI: Get data in a ForkJoinPool (significant speedup) MapWithAIPlugin: initialize download option when user first starts download instead of on JOSM startup
-
v1.9.11 protected5c331791 · ·
Fix an issue where status reports were too big See JOSM #22043 comment:7 for more information.
-
v1.9.10 protected52724d0a · ·
Fix JOSM #21872: NPE in MapWithAIProvidersPanel Also, se conflate setting in addition to conflate (MapWithAIInfo)
-
v1.9.9 protected960eb784 · ·
Add missing methods for commands Specifically, add getParticipatingPrimitives.
-
v1.9.8 protectedbdd2d5ba · ·
Fix issue where conflated data would cause error
-
v1.9.7 protected98031cc0 · ·
Remove Esri too many objects detection
-
v1.9.6 protected88d1bc7b · ·
Fix an issue where third party esri servers did not work
-
v1.9.4 protecteda3cd2321 · ·
Fix issue where downloaded bounds is expanded Also fix some lint issues, and remove last non-guarded reference to ForkJoinPool.commonPool. Signed-off-by: Taylor Smock <tsmock@fb.com>
-
v1.9.3 protected0f807283 · ·
Fix JOSM #21623: ACE in MapWithAILayerInfo GetDataRunnable: Allow removal of tags Third party conflation: Add some better guards against conflation Signed-off-by: Taylor Smock <tsmock@fb.com>
-
v1.9.2 protected516a5086 · ·
Allow third-party servers to return json, when they are not Esri FeatureServers. We now use the content-type of the response in order to determine what to do with the response.
-
v1.9.1 protected5e163fed · ·
Fix JOSM #21551: NPE in RoutingIslandsTest
-
v1.9.0 protected4d733faf · ·
Consider any node with an `addr:` tag to be an address node Thanks go to @Cj-Malone for the initial prod (see !282). This release also updates the minimum JOSM version to r18218 from r17903.
-
v1.8.7 protectedbc5fb4c0 · ·
Preferences: Actually save merge building/address option
-
v1.8.6 protected20d58f01 · ·
Fix WebStart permission problem with ForkJoinPool#commonPool