- _Rally point_ destinations added to "_Route search_" module, closed #664

- fixed a bug where "click" at system does not load system information modules
This commit is contained in:
Mark Friedrich
2018-07-29 22:35:47 +02:00
parent 5d9d814808
commit 9c3f519c15
4 changed files with 10 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
define([
'jquery',
'app/render'-
'app/render'
], ($, Render) => {
'use strict';

View File

@@ -4,7 +4,7 @@
define([
'jquery',
'app/render',
'app/render'
], ($, Render) => {
'use strict';

View File

@@ -706,6 +706,11 @@ define([
});
};
/**
* performs a new route search -> trigger route panel
* @param mapContainer
* @param systemToData
*/
let findRoute = (mapContainer, systemToData) => {
getTabContentElementByMapElement(mapContainer).trigger('pf:updateRouteModules', {
task: 'findRoute',

View File

@@ -1164,6 +1164,9 @@ define([
};
/**
* add "hidden" context menu elements to page
*/
let initMapContextMenus = () => {
$('#' + config.dynamicElementWrapperId).append(
MapContextMenu.initMapContextMenu(),