Class
CHANGELOG WEB2D SAMPLE
Here you will find the change log for the VisioWeb2D Sample Application
i.e application/mapviewer
See CHANGELOG WEB2D SDK for changes in the SDK.
VisioWeb2D-1.8.0, 2016/11/30
---------------------------------
[renamed] VisioWeb into VisioWeb2D to distinguish it from the new VisioWeb (ex-VisioKiosk).
[renamed] VgMultiBuildingView class into MyMultiBuildingView to be consistent with the other classes provided on
application's side.
[renamed] mapviewer.common.multibuidling.js into MyMultiBuildingView.js to be consistent with the other files.
VisioWeb-1.7.22, 2016/05/20
---------------------------------
[added] mapviewer.common.js: show alert if user tries to use more than 2 fingers (function checkMoreThanTwoTouches).
[update] MyNavigation.js: do not show previous button on first instruction, do not show next on last instruction.
[update] MyNavigation.js: MyNavigationTranslator.prototype.getPlacenameFromID updated to retrieve the name of a POI.
On VisioKiosk this can actually retrieve the name of a Place. On VisioWeb2D, this is not the case since
the labels for a Place do not use an underlying POI. The can make the navigation instruction show
the name of the user-added POIs near intersections. For best results on VisioWeb2D use vg_ids.
Updated the constructor to MyNavigationTranslator
to include the mapviewer as well as the place where the constructor is called. (#7808)
[update] mapviewer.web.js with commented code for configuring jQuery .knob colors.
[fixed] mapviewer.common.multibuilding.js: multiBuildingView.goTo() can handle goTo a place.
[fixed] mapviewer.common.js to avoid errors when calling setActiveShop or setHighlightedShop on a icon (POI vs Place).
VisioWeb-1.7.21, 2016/04/27
---------------------------------
[added] mapviewer.common.multibuilding.js: getCurrentFloor() to be more explicit and
not use mapviewer.getCurrentFloor. (#7796)
[update] mapviewer.common.multibuilding.js: changeFloorOverride does not change camera position. (#7794)
[update] mapviewer.common.multibuilding.js: refactored mapviewer variable usage to avoid mixing global variable mapviewer
with that passed in to constructor. (#7798)
[fixed] mapviewer.common.multibuilding.js: VgMultiBuildingView.setupMultiBuilding() handling
when navigator language not set (e.g. sometimes Firefox). (#7809)
[fixed] mapviewer.common.js: onObjectMouseOut always dismisses status bar and resets highlight.
onObjectMouseOver now checks if element is a POI, and if there is a Place with the same id. (#7810)
Note: must update mapviewer_parameters.onObjectMouseOver/Out in mapviewer.web.js to use.
VisioWeb-1.7.19, 2016/03/11
---------------------------------
[update] MyNavigation.js to display "using escalator|stairway|lift" when changing floors. (#7483)
[update] mapviewer.web.html and mapviewer.mobile.web.html with mapURL variable.
[update] mapviewer.common.multibuilding.js with mock for getManipulator.
[update] mapviewer.mobile.web.html, mapviewer.web.multibuilding.html, removed unneccessary
js files: bootstrap.*.js, jquery-ui*, placeholder*, MyCombobox*.
[fixed] Pan does not work on Windows 10 Mobile (fixable by updating only vg.mapviewer.web.css). (#7609)
[fixed] Warning .msie undefined on jquery.bbq.min.js when using more recent jQuery. (#7636)
[fixed] MyNavigation.js does not use the request language in the route request. (#7664)
Migrating from 1.7.18 to 1.7.19
- update vg.mapviewer.web.js if you want to use the new APIs
- update jquery.bbq.min.js to avoid getting some warnings on modern browsers.
- update MyNavigation.js (as well as vg.mapviewer.web.js) if you want to take display 'using stairways'
for navigation instructions.
- update and change mapviewer.common.js if you want to change some of the parameters of mapviewer.setPlaceName().
VisioWeb-1.7.18, 2016/01/05 (hotfix)
---------------------------------
- No changes.
VisioWeb-1.7.18, 2015/12/22
---------------------------------
[update] MyNavigation.js to display waypoint and destination name using updated attributes in version requires 1.7.18. (#7419)
[update] MyNavigation, it will no longer display the near description (for example "near ID-23") if it cannot determine the
name (you can uncomment one line for debugging).
[update] MyRoute.js use_links and add_go_back_pois to be used via prototype variable.
Migrating from 1.7.17 to 1.7.18
- update vg.mapviewer.web.js if you want to use the new APIs
- update MyNavigation.js (as well as vg.mapviewer.web.js) if you want to take display the placenames of the intermediate stops and destination.
- update MyRoute.js if you want to chage use_links easily, and not display the go back pois.
...
Other changes not moved from CHANGELOG_WEB_SDK yet.