Update README.md

This commit is contained in:
antontranelis 2025-01-24 12:21:31 +00:00 committed by GitHub
parent 267d5b1c78
commit 3a1c2a5fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# Tutorial 2: Static Layers
In [Tutorial 1](/j2dJaA3gw) we learnd how we create a basic map app with [utopia-ui](https://github.com/utopia-os/utopia-ui). Now we add some static layer.
In [Tutorial 1](../1-basic-map) we learnd how we create a basic map app with [utopia-ui](https://github.com/utopia-os/utopia-ui). Now we add some static layer.
First we put some sample data in a new file called `src/sample-data.js`
@ -53,4 +53,4 @@ and than we create our two `<Layer>` inside of our `<UtopiaMap>` component
markerDefaultColor='#007'
data={places} />
</UtopiaMap>
```
```