Skip to content

Commit

Permalink
disabling preservation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscauley committed Aug 23, 2021
1 parent 832c502 commit 367e101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion resources/js/Pages/Explore/Layers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
class="flex-grow-1"
:label="item.label"
:color="item.color"
:disabled="item.disabled"
@change="onChange"
/>

Expand Down Expand Up @@ -67,7 +68,8 @@ export default {
attribute: 'preservation',
color: 'teal',
isDialogVisible: false,
value: true,
value: false,
disabled: true,
tooltip: `The Preservation Index is built from our community survey <a href="/survey">here</a>.
Go to the <a href="https://github.com/urbanSpatial/OurPlan_Methods/blob/main/README.md" target="_blank">OurPlan Methodology</a>
to learn more about how the index is created.
Expand Down
2 changes: 1 addition & 1 deletion resources/js/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default new Vuex.Store({
},
survey_results: null,
submitted: false,
layers: { devIndex: true, preservation: true },
layers: { devIndex: true, preservation: false },

// from letsplanorg
exploreIsExpanded: false,
Expand Down

0 comments on commit 367e101

Please sign in to comment.