@wemap/osm 3.2.14 → 3.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"directory": "packages/osm"
|
|
12
12
|
},
|
|
13
13
|
"name": "@wemap/osm",
|
|
14
|
-
"version": "3.2.
|
|
14
|
+
"version": "3.2.15",
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/wemap/wemap-modules-js/issues"
|
|
17
17
|
},
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
],
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@wemap/geo": "^3.2.
|
|
29
|
-
"@wemap/graph": "^3.2.
|
|
28
|
+
"@wemap/geo": "^3.2.15",
|
|
29
|
+
"@wemap/graph": "^3.2.15",
|
|
30
30
|
"@wemap/logger": "^3.2.3",
|
|
31
|
-
"@wemap/maths": "^3.2.
|
|
31
|
+
"@wemap/maths": "^3.2.15",
|
|
32
32
|
"sax": "^1.2.4"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "adde2357c87a5429e7b3bea068729d6e06c9c3ca"
|
|
35
35
|
}
|
|
@@ -80,7 +80,7 @@ describe('OsmRouter - Multi-level itinerary', () => {
|
|
|
80
80
|
it('router returns shortest path 2', () => {
|
|
81
81
|
|
|
82
82
|
const start = new Coordinates(43.609219, 3.8841743, null, new Level(2));
|
|
83
|
-
const end = new Coordinates(43.
|
|
83
|
+
const end = new Coordinates(43.60917216742, 3.8842355275, null, new Level(2));
|
|
84
84
|
const itinerary2 = router.getShortestPath(start, end);
|
|
85
85
|
|
|
86
86
|
expect(itinerary2.nodes.length).equal(3);
|