Skip to content

Commit f3ae549

Browse files
committed
feat(street-tutorial): correct reference value in sample data
1 parent 32ce566 commit f3ae549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mapswipe_workers/sample_data/street/street_tutorial_sample_scenario.geojson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"features": [
66
{
77
"type": "Feature",
8-
"properties": { "id": "378811598610667", "reference": 0, "screen": 2 },
8+
"properties": { "id": "378811598610667", "reference": 1, "screen": 2 },
99
"geometry": { "type": "Point", "coordinates": [ 13.45285, 52.508467, 0.0 ] }
1010
},
1111
{
1212
"type": "Feature",
13-
"properties": { "id": "1171343450849316", "reference": 1, "screen": 1 },
13+
"properties": { "id": "1171343450849316", "reference": 0, "screen": 1 },
1414
"geometry": { "type": "Point", "coordinates": [ 13.4514123, 52.5103378, 0.0 ] }
1515
}
1616
]

0 commit comments

Comments
 (0)