mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
example 3: increase zoom and set center
This commit is contained in:
parent
97acba9c9e
commit
940d89833c
@ -3,7 +3,7 @@ import { events, places, tags } from "./sample-data"
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<UtopiaMap center={[50.6, 15.5]} zoom={5} height='100dvh' width="100dvw">
|
||||
<UtopiaMap center={[51.0664, 9.9344]} zoom={9} height='100dvh' width="100dvw">
|
||||
<Layer
|
||||
name='events'
|
||||
markerIcon='calendar'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user