Skip to content

Commit 27f57b5

Browse files
committed
Updates to the OMGraphicHandlerLayer SwingWorker threading mechanism,
there was a hole in the locking mechanism where, under certain conditions, blocking could occur. Updated subclasses to remove isCancelled check at beginning of prepare(). Updated MapBean listener handling code. Added ImageWarp methods to make it easier to use in standalone mode. Fixed Planet NM calculations. Removed iis directory and its WebService, wasn't and won't be maintained.
1 parent 91630a5 commit 27f57b5

File tree

86 files changed

+388
-3774
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+388
-3774
lines changed

Diff for: .classpath

+1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
<classpathentry kind="lib" path="ext/junit-4.6.jar"/>
4949
<classpathentry kind="lib" path="ext/sqlitejdbc/sqlitejdbc-v056.jar"/>
5050
<classpathentry kind="lib" path="ext/apache/servlet-api.jar"/>
51+
<classpathentry kind="lib" path="ext/BrowserLauncher2-all-1_3.jar"/>
5152
<classpathentry kind="output" path="classes/openmap"/>
5253
</classpath>

Diff for: iis/ImageWebService/AssemblyInfo.vb

-31
This file was deleted.

Diff for: iis/ImageWebService/GetMapService.asmx

-1
This file was deleted.

Diff for: iis/ImageWebService/GetMapService.asmx.resx

-42
This file was deleted.

Diff for: iis/ImageWebService/GetMapService.asmx.vb

-126
This file was deleted.

Diff for: iis/ImageWebService/Global.asax

-1
This file was deleted.

Diff for: iis/ImageWebService/Global.asax.resx

-42
This file was deleted.

Diff for: iis/ImageWebService/Global.asax.vb

-59
This file was deleted.

0 commit comments

Comments
 (0)