Skip to content

Commit

Permalink
Deleted municipality stuff from code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhaaranen committed Oct 17, 2023
1 parent 4a88201 commit ccab325
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 1,593 deletions.
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

0 comments on commit ccab325

Please sign in to comment.