Skip to content

Commit d0328ba

Browse files
committed
Make Conflated the default view.
1 parent 5b709f8 commit d0328ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import {
4848
CONFLATED_LABELS,
4949
} from './constants.js'
5050
51-
const activeSource = ref('osm')
51+
const activeSource = ref('conflated')
5252
const mapRef = ref(null)
5353
5454
const osmFilters = ref(

0 commit comments

Comments
 (0)