Skip to content

Commit

Permalink
Merge branch 'feature/add-lasso-logic-to-draw' of https://github.com/…
Browse files Browse the repository at this point in the history
…Dataport/polar into feature/add-lasso-logic-to-draw
  • Loading branch information
warm-coolguy committed Feb 20, 2025
2 parents d8a5e52 + 0e96ac5 commit 4d68d2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions packages/clients/snowbox/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
}

#vuex-target-export-result {
width: 100%;
height: var(--map-height);
display: block;
width: 50%;
}

</style>
</head>
<body>
Expand Down Expand Up @@ -112,7 +111,7 @@ <h2>Example for programmatic information binding</h2>
</p>
<p>
Map export:
<embed id="vuex-target-export-result">
<img id="vuex-target-export-result">
</p>
<script type="module" src="./client-snowbox.js"></script>
<script>
Expand Down
7 changes: 3 additions & 4 deletions packages/clients/snowbox/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
}

#vuex-target-export-result {
width: 100%;
height: var(--map-height);
display: block;
width: 50%;
}

</style>
</head>
<body>
Expand Down Expand Up @@ -113,7 +112,7 @@ <h2>Example for programmatic information binding</h2>
</p>
<p>
Map export:
<embed id="vuex-target-export-result">
<img id="vuex-target-export-result">
</p>
<script type="module" src="./polar-client.ts"></script>
<script>
Expand Down

0 comments on commit 4d68d2a

Please sign in to comment.