Anton Tranelis 67e8dfe7c1
refactor(source): dynamic marker icons (#219)
* 3.0.82

* version number

* 3.0.84

* 3.0.85

* 3.0.86

* loading svgs from backend

* bugfixing and icon ajustments

* correct type import

* updated examples

* bugfix

* bugfix

---------

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-05-21 09:37:16 +02:00
..
2025-04-17 11:13:30 +00:00

Examples

Here is a collection of executable examples. Building on each other, they show the features available in the Utipia-ui library. You can run them and try them out locally in the browser.

Running the examples

These examples depend on the /dist of the root project. You have to run npm run build in the root project before you can run the examples:

Using the example 3 - Tags:

# in root directory install and build the library
npm install
npm run build

# change to specific example directory
cd ./examples/3-tags

# install and run the example code
npm install && npm run dev

# call up the running example in the browser at http://localhost:5173/

## Roadmap

- [x] Basic Map
- [x] Static Layers
- [x] Tags Custom Views & Forms
- [ ] APIs Integration
- [ ] Permissions
- [ ] Custom Views & Forms
- [ ] AppShell