Skip to content

Commit

Permalink
CF-952 Bypass Lane (#44)
Browse files Browse the repository at this point in the history
* added bypass lane to center line graph and created new graph for demos with trailer

* graph edit

* removed stale graphs
  • Loading branch information
john-chrosniak authored Dec 2, 2024
1 parent 34a3dab commit 3c14ee0
Show file tree
Hide file tree
Showing 7 changed files with 1,452 additions and 238 deletions.
22 changes: 0 additions & 22 deletions graphs/chub.geojson

This file was deleted.

40 changes: 0 additions & 40 deletions graphs/f125_graph.geojson

This file was deleted.

133 changes: 132 additions & 1 deletion graphs/garage_center_line.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,71 @@
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-6.449999809265137,
-0.75
],
"type": "Point"
},
"properties": {
"id": 95
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-6.150000095367432,
-0.44999998807907104
],
"type": "Point"
},
"properties": {
"id": 97
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-5.449999809265137,
-0.44999998807907104
],
"type": "Point"
},
"properties": {
"id": 98
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-4.449999809265137,
-0.44999998807907104
],
"type": "Point"
},
"properties": {
"id": 99
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-3.75,
-0.44999998807907104
],
"type": "Point"
},
"properties": {
"id": 100
},
"type": "Feature"
},
{
"geometry": {
"type": "MultiLineString"
Expand Down Expand Up @@ -763,7 +828,7 @@
"type": "MultiLineString"
},
"properties": {
"endid": 15,
"endid": 95,
"id": 63,
"startid": 14
},
Expand Down Expand Up @@ -1131,6 +1196,72 @@
"startid": 45
},
"type": "Feature"
},
{
"geometry": {
"type": "MultiLineString"
},
"properties": {
"endid": 15,
"id": 96,
"startid": 95
},
"type": "Feature"
},
{
"geometry": {
"type": "MultiLineString"
},
"properties": {
"endid": 97,
"id": 101,
"startid": 95
},
"type": "Feature"
},
{
"geometry": {
"type": "MultiLineString"
},
"properties": {
"endid": 98,
"id": 102,
"startid": 97
},
"type": "Feature"
},
{
"geometry": {
"type": "MultiLineString"
},
"properties": {
"endid": 99,
"id": 103,
"startid": 98
},
"type": "Feature"
},
{
"geometry": {
"type": "MultiLineString"
},
"properties": {
"endid": 100,
"id": 104,
"startid": 99
},
"type": "Feature"
},
{
"geometry": {
"type": "MultiLineString"
},
"properties": {
"endid": 41,
"id": 105,
"startid": 100
},
"type": "Feature"
}
],
"name": "graph",
Expand Down
67 changes: 0 additions & 67 deletions graphs/garage_graph_port_drayage_v0.geojson

This file was deleted.

Loading

0 comments on commit 3c14ee0

Please sign in to comment.