Skip to content

Commit

Permalink
Get rid of comment in component that is rendering
Browse files Browse the repository at this point in the history
Change default controls from false to true
  • Loading branch information
prushforth committed Nov 20, 2024
1 parent 3e72577 commit 385e1b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/web/src/components/gcds-map/gcds-map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ export class GcdsMap {
></map-layer>
))}
</mapml-viewer>
// build should create the directory here /dist/gcds/gcds-map
// including files mapml.js, mapml.css, mapml.map (if desired)
<script type="module" src="./dist/gcds/gcds-map/mapml.js"></script>
</Host>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
control: 'boolean',
table: {
type: { summary: 'Add map controls' },
defaultValue: { summary: 'false' }
defaultValue: { summary: 'true' }
}
},
lat: {
Expand Down

0 comments on commit 385e1b9

Please sign in to comment.