From 5c68069940202a6c1c4c1f5e494d508bb74dd734 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sun, 13 Oct 2024 23:12:28 +0200 Subject: [PATCH] README --- README.md | 60 +++++++++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 81bcc41e..dd09e98a 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,6 @@ install via npm npm install utopia-ui ``` -## Examples - -[Moos Map](https://github.com/utopia-os/moos-map) - -## Demo - -[Moos Map](https://moos-map.de) - - ## Map Component The map shows various Layers (places, events, profiles ...) of Irems at their respective position whith nice and informative Popups. @@ -45,35 +36,34 @@ Tags, colors and clusters help to retain the overview. use the Map UI Component ```jsx -import { UtopiaMap, Layer, Tags } from 'utopia-ui' +import { UtopiaMap, Layer} from 'utopia-ui' - - - - - + + + + ``` You can find some Sample Data (places, events, tags) for test in the `SamleData/` folder -### Options +### Map Options Option | Type | Default | Required | Description --- | --- | --- | --- | --- @@ -82,7 +72,11 @@ You can find some Sample Data (places, events, tags) for test in the `SamleData/ `center` | `LatLng` |`[50.6, 9.5]` | No | initial map position `zoom` | `number` |`10` | No | initial zoom level +### Layer Options + Option | Type | Default | Required | Description + --- | --- | --- | --- | --- +| ... | | | | ## Join the community @@ -90,4 +84,4 @@ You can find some Sample Data (places, events, tags) for test in the `SamleData/ *We are looking for Web Developer, UX Designer, Community Manager, Visionaries, Artists, etc. who like to support this Vision.* -[https://t.me/utopiaOS](https://t.me/utopiaOS) +[https://t.me/UtopiaMap](https://t.me/UtopiaMap)