Skip to content

Commit

Permalink
Merge pull request #270 from openaddresses/clip-geom
Browse files Browse the repository at this point in the history
Map Geom Clipping
  • Loading branch information
ingalls authored Feb 28, 2022
2 parents dc57207 + decc0df commit e648304
Show file tree
Hide file tree
Showing 6 changed files with 890 additions and 764 deletions.
1,471 changes: 798 additions & 673 deletions api/package-lock.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions api/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mapbox/assembly": "^1.0.0",
"@tabler/icons": "^1.41.2",
"@mapbox/assembly": "^1.3.0",
"@tabler/icons": "^1.54.0",
"babel-plugin-polyfill-corejs2": "^0.2.0",
"babel-plugin-polyfill-corejs3": "^0.2.0",
"babel-plugin-polyfill-regenerator": "^0.2.0",
"chart.js": "2.9.4",
"core-js": "^3.12.0",
"mapbox-gl": "^2.6.0",
"mapbox-gl": "^2.7.0",
"moment-timezone": "^0.5.33",
"sass": "^1.32.12",
"sass-loader": "10.1.1",
Expand Down
2 changes: 1 addition & 1 deletion api/web/src/components/Coverage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default {
tiles: [
`${window.location.origin}/api/map/borders/{z}/{x}/{y}.mvt`
],
minzoom: 0,
minzoom: 3,
maxzoom: 5
});
Expand Down
1 change: 1 addition & 0 deletions cloudformation/lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const stack = {
Type: 'AWS::RDS::DBInstance',
Properties: {
Engine: 'postgres',
EnablePerformanceInsights: true,
DBName: 'openaddresses',
DBInstanceIdentifier: cf.stackName,
KmsKeyId: cf.ref('OAKMS'),
Expand Down
Loading

0 comments on commit e648304

Please sign in to comment.