@mapbox/graph-normalizer
Advanced tools
Comparing version 2.4.3 to 2.5.0
{ | ||
"name": "@mapbox/graph-normalizer", | ||
"version": "2.4.3", | ||
"version": "2.5.0", | ||
"description": "Takes nodes and ways and turn them into a normalized graph of intersections and ways.", | ||
@@ -26,6 +26,7 @@ "bin": "./bin/normalize-ways", | ||
"dependencies": { | ||
"@mapbox/geojson-lr": "^0.2.0", | ||
"@mapbox/geojson-lr": "^1.0.0", | ||
"byline": "^5.0.0", | ||
"concat-stream": "^1.5.2", | ||
"graceful-fs": "^4.1.9", | ||
"lodash.clonedeep": "^4.5.0", | ||
"minimist": "^1.2.0", | ||
@@ -32,0 +33,0 @@ "through2": "^2.0.1", |
@@ -1,3 +0,3 @@ | ||
{"type": "Feature", "properties": {"oneway": 1, "refs": ["1", "2", "3"], "id": "123|0!0;12022001101", "highway": "motorway", "openLR": "CwG/kSLC9wEVNvJS+WIBFA=="}, "geometry": {"type":"LineString", "coordinates": [[2.4585342407226562,48.883456897746534],[2.4451446533203125,48.877812415009195],[2.4235153198242188,48.866521538507754]]}} | ||
{"type": "Feature", "properties": {"oneway": 1, "refs": ["11", "22", "33"], "id": "223|0!0;12022001101", "highway": "motorway", "openLR": "CwG5MSK/4QEENg2uBp4BBQ=="}, "geometry": {"type":"LineString", "coordinates": [[2.4235153198242188,48.866521538507754],[2.4451446533203125,48.877812415009195],[2.4585342407226562,48.883456897746534]]}} | ||
{"type": "Feature", "properties": {"oneway": 0, "refs": ["44", "55"], "id": "224|0!0;12022001101", "highway": "residential", "openLR": "CwG/kSLC9yu/Av/TAJcrHw==", "reverseOpenLR": "CwG/fCLDPSuvAgAt/2krDw=="}, "geometry": {"type":"LineString", "coordinates": [[2.4585342407226562,48.883456897746534],[2.4580836296081543,48.884966688891]]}} | ||
{"type": "Feature", "properties": {"oneway": 1, "refs": ["1", "2", "3"], "id": "123|0!0;12022001101", "highway": "motorway", "openLR": "CwG/kSLC9wEVNvJS+WIBBA=="}, "geometry": {"type":"LineString", "coordinates": [[2.4585342407226562,48.883456897746534],[2.4451446533203125,48.877812415009195],[2.4235153198242188,48.866521538507754]]}} | ||
{"type": "Feature", "properties": {"oneway": 1, "refs": ["11", "22", "33"], "id": "223|0!0;12022001101", "highway": "motorway", "openLR": "CwG5MSK/4QEENg2uBp4BFQ=="}, "geometry": {"type":"LineString", "coordinates": [[2.4235153198242188,48.866521538507754],[2.4451446533203125,48.877812415009195],[2.4585342407226562,48.883456897746534]]}} | ||
{"type": "Feature", "properties": {"oneway": 0, "refs": ["44", "55"], "id": "224|0!0;12022001101", "highway": "residential", "openLR": "CwG/kSLC9yu/Av/TAJcrDw==", "reverseOpenLR": "CwG/fCLDPSuvAgAt/2krHw=="}, "geometry": {"type":"LineString", "coordinates": [[2.4585342407226562,48.883456897746534],[2.4580836296081543,48.884966688891]]}} |
@@ -1,1 +0,1 @@ | ||
{"type": "Feature", "properties": {"oneway": 0, "refs": ["5", "6"], "id": "567|0!0;12022001110", "highway": "secondary_link", "openLR": "CwHTeSK/1x59Cv51Ac8eHQ==", "reverseOpenLR": "CwHSwSLArx5tCgGL/jEeDQ=="}, "geometry": {"type":"LineString", "coordinates": [[2.567882537841797,48.866295694987045],[2.563934326171875,48.87092528343819]]}} | ||
{"type": "Feature", "properties": {"oneway": 0, "refs": ["5", "6"], "id": "567|0!0;12022001110", "highway": "secondary_link", "openLR": "CwHTeSK/1x59Cv51Ac8eDQ==", "reverseOpenLR": "CwHSwSLArx5tCgGL/jEeHQ=="}, "geometry": {"type":"LineString", "coordinates": [[2.567882537841797,48.866295694987045],[2.563934326171875,48.87092528343819]]}} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2397636
122
9
+ Addedlodash.clonedeep@^4.5.0
+ Addedlodash.clonedeep@4.5.0(transitive)
Updated@mapbox/geojson-lr@^1.0.0