OracleMaps HTML5 (v2) API patch 11.1.1.7.3.1 Released on: Mar. 03, 2015 This V2 API patch contains numerous bug fixes and minor feature enhancements. It can be applied to MapViewer instances with version 12.1.3 or later, as well as any MapViewer instance with version 11.1.1.7 or later. To apply the patch, please first make a backup copy of the existing MapViewer's jslib/v2 folder found in the expanded mapviewer.ear's web contents folder. Now delete everything from that folder, then copy all the files and sub-folders from this patch's v2 folder into your MapViewer instance's now empty jslib/v2 folder and you are all set. If your application embeds the V2 API directly, then patch it similarly, by replacing the existing v2 folder with contents from this patch's v2 folder. Do not forget to clear your browser's cache before testing the patched library. ====== Bug fixes and feature enhancements ====== - Fixed ELocation tile layer's "universe" definition so that it works with the updated elocation.oracle.com (maps.oracle.com) tile layers. - Fixed a bug where the API may accidentally delete all "mousemove" listeners registered to the document by other applications. - Added several new options for customizing the tool tip display - Fixed a bug where markers are not displayed on geoJson polygons without a label_box attribute - Fixed a bug (20178219) where sometimes rapid mouse wheel zoom operations locks up Chrome browser. - Fixed a bug causing info window text spacing issues in some scenarios. - Line styles now support dash pattern - Line styles now also supports repeated marker pattern - Fixed a bug where text on image markers sometimes do not offset properly. - Enhanced support for Google Maps: tilt view can be disabled; business map user's premium keys can now be supported. - When displaying predefined and dynamic (JDBC) themes, a "workspace" parameter can now be used. - Added a new native Winkel3 map projection support - Fixed numerous issues related to the red-line tool - Fixed several issues related to style animations - Fixed a bug where geoJson GeometryCollection type geometries were not displayed correctly - Added a set of standalone tutorials (found in the patch's tutorials folder) that can be run without accessing any local MapViewer server instances. - And many other bug fixes and performance optimizations