Skip to content

Commit 17854dc

Browse files
authored
mapd: add Germany to offline OSM database list (commaai#70)
1 parent b4fa677 commit 17854dc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

selfdrive/mapd/sp_osm_db.json

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"waypoint": "69021390",
2525
"url": "https://thecorgirosie-my.sharepoint.com/:u:/g/personal/databases_sunnypilot_com/EWtFOVR9mj5CoRpATYR0_tUBWNEcy5jeasp8zO0ZYdduRg?e=Cg0l2Z&download=1"
2626
},
27+
"Germany": {
28+
"name": "germany",
29+
"waypoint": "461526153",
30+
"url": "https://thecorgirosie-my.sharepoint.com/:u:/g/personal/databases_sunnypilot_com/EbNzQuA8jHBCuGch1WY4cuoBJfK1S6m5odj5qMnOu3HA3Q?e=cNDn30&download=1"
31+
},
2732
"Malaysia, Singapore, Brunei": {
2833
"name": "malaysia-singapore-brunei",
2934
"waypoint": "1112741782",

selfdrive/ui/qt/offroad/settings.h

+6
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ class SoftwarePanel : public ListWidget {
125125
"69021390",
126126
"https://thecorgirosie-my.sharepoint.com/:u:/g/personal/databases_sunnypilot_com/EWtFOVR9mj5CoRpATYR0_tUBWNEcy5jeasp8zO0ZYdduRg?e=Cg0l2Z&download=1",
127127
},
128+
{
129+
"Germany",
130+
"germany",
131+
"461526153",
132+
"https://thecorgirosie-my.sharepoint.com/:u:/g/personal/databases_sunnypilot_com/EbNzQuA8jHBCuGch1WY4cuoBJfK1S6m5odj5qMnOu3HA3Q?e=cNDn30&download=1",
133+
},
128134
{
129135
"Malaysia, Singapore, Brunei",
130136
"malaysia-singapore-brunei",

0 commit comments

Comments
 (0)