mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Update README.md
This commit is contained in:
parent
267d5b1c78
commit
3a1c2a5fb1
@ -1,6 +1,6 @@
|
|||||||
# Tutorial 2: Static Layers
|
# 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`
|
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'
|
markerDefaultColor='#007'
|
||||||
data={places} />
|
data={places} />
|
||||||
</UtopiaMap>
|
</UtopiaMap>
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user