mirror of
https://github.com/KeymonSoft/Ruteador-NonUI.git
synced 2026-04-17 21:06:16 +00:00
- Cambios en el Algoritmo Genetico.
- Se agregó el HASH al JSON que regresa cuando se genera el ruteo.
This commit is contained in:
24
Files/r2.html
Normal file
24
Files/r2.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Travelnetics</title>
|
||||
<link rel="stylesheet" type="text/css" href="./style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="map"></div>
|
||||
<h2 style="text-align: center;">Results:</h2>
|
||||
<ol style="text-align: center; list-style-position: inside;" id="waypoints-list">
|
||||
</ol>
|
||||
|
||||
<div id="button-div">
|
||||
<button id="goto-index" style="cursor: pointer;">Start a New Calculation!</button>
|
||||
</div>
|
||||
|
||||
<script src="./config.js"></script>
|
||||
<script src="./genetic-algorithm.js"></script>
|
||||
|
||||
<script defer>
|
||||
window.onload = loadScript;
|
||||
window.initMap = initMap;
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user