Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted municipality stuff from code #70

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions air-pollutant-map/db/import_muni_data/import_muni_data.ps1

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 1 addition & 4 deletions air-pollutant-map/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
@update-total-emission-stats="(tes) => (this.totalEmissionStats = tes)"
/>
</div>
<MuniDataDownloadAll v-if="downloadFullDataEnabled" />
</div>
</div>
</template>
Expand All @@ -40,7 +39,6 @@ import SelectorYear from "./components/SelectorYear.vue";
import SelectorPollutant from "./components/SelectorPollutant.vue";
import SelectorGnfr from "./components/SelectorGnfr.vue";
import GnfrDescription from "./components/GnfrDescription.vue";
import MuniDataDownloadAll from "./components/MuniDataDownloadAll.vue";
import { Pollutant, MapDataType, Gnfr, TotalEmissionStats } from "./types";
import { Dispatch } from "./store";
import * as env from "./env";
Expand All @@ -51,8 +49,7 @@ export default Vue.extend({
SelectorYear,
SelectorGnfr,
SelectorPollutant,
GnfrDescription,
MuniDataDownloadAll
GnfrDescription
},
data() {
return {
Expand Down
121 changes: 0 additions & 121 deletions air-pollutant-map/src/components/MuniDataDownload.vue

This file was deleted.

Loading
Loading