Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-maps): update map snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Aug 21, 2024
1 parent d21a990 commit a3238e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/nuxt-app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,11 @@ export default defineAppConfig({

centerMap(
map,
[+locationQuery?.center[0], +locationQuery?.center[1]],
15,
[
parseFloat(locationQuery?.center[0]),
parseFloat(locationQuery?.center[1])
],
13,
{},
'popover'
)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3238e4

Please sign in to comment.