Tags give the ability to mark specific points in history as being important
-
v1.9.17
protectedRelease: MapWithAILayerInfo: Fix an IllegalMonitorStateException89c7d898 · ·MapWithAILayerInfo: Fix an IllegalMonitorStateException
-
v1.9.16
protectedRelease: Fix JOSM #22186: NPE in MapWithAIDataUtils#mergeDataSet26d229fd · ·Fix JOSM #22186: NPE in MapWithAIDataUtils#mergeDataSet
-
v1.9.15
protectedRelease: ESRISourceReader: Account for `null` values for "accessInformation"48751b16 · ·ESRISourceReader: Account for `null` values for "accessInformation"
-
v1.9.14
protectedRelease: Fix a deadlock and various performance enhancements9e00328d · ·Fix a deadlock and various performance enhancements
-
v1.9.13
protectedRelease: ESRISourceReader: Directly submit ForkJoinTasks to safe ForkJoinPoolf8723d9d · ·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
protectedRelease: Various optimizations10a821f7 · ·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
protectedRelease: Fix an issue where status reports were too big5c331791 · ·Fix an issue where status reports were too big See JOSM #22043 comment:7 for more information.
-
v1.9.10
protectedRelease: Fix JOSM #21872: NPE in MapWithAIProvidersPanel52724d0a · ·Fix JOSM #21872: NPE in MapWithAIProvidersPanel Also, se conflate setting in addition to conflate (MapWithAIInfo)
-
v1.9.9
protectedRelease: Add missing methods for commands960eb784 · ·Add missing methods for commands Specifically, add getParticipatingPrimitives.
-
v1.9.8
protectedRelease: Fix issue where conflated data would cause errorbdd2d5ba · ·Fix issue where conflated data would cause error
-
v1.9.7
protectedRelease: Remove Esri too many objects detection98031cc0 · ·Remove Esri too many objects detection
-
v1.9.6
protectedRelease: Fix an issue where third party esri servers did not work88d1bc7b · ·Fix an issue where third party esri servers did not work
-
v1.9.4
protectedRelease: Fix issue where downloaded bounds is expandeda3cd2321 · ·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
protectedRelease: Fix JOSM #21623: ACE in MapWithAILayerInfo0f807283 · ·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
protectedRelease: Allow third-party servers to return json, when they are not Esri FeatureServers.516a5086 · ·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
protectedRelease: Fix JOSM #21551: NPE in RoutingIslandsTest -----BEGIN PGP SIGNATURE-----5e163fed · ·Fix JOSM #21551: NPE in RoutingIslandsTest
-
v1.9.0
protectedRelease: Consider any node with an `addr:` tag to be an address node4d733faf · ·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
protectedRelease: Preferences: Actually save merge building/address option -----BEGIN PGP SIGNATURE-----bc5fb4c0 · ·Preferences: Actually save merge building/address option
-
v1.8.6
protectedRelease: Fix WebStart permission problem with ForkJoinPool#commonPool20d58f01 · ·Fix WebStart permission problem with ForkJoinPool#commonPool