mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
20 lines
697 B
Markdown
20 lines
697 B
Markdown
# Glossar
|
|
|
|
#### Map
|
|
An instance of the Utopia Map with its own name, its own users and [Items](#Item) in predefined [Layers](#Layer)
|
|
|
|
#### Layer
|
|
A predefined category of [Items](#Item), with predefined [Map Markers](#Map-Marker), icons, colors, [Popups](#Popups) and [Profiles](#Profile)
|
|
|
|
#### Item
|
|
An item is an object whith a profile which is part of one [Layer](#Layer) and usually has a geographic position shown on the map wiht [Map Marker](#Map-Marker) and [Popup](#Popup)
|
|
|
|
#### Map Marker
|
|
A marker on a Map which shows the geographic position of an [Item](#Item)
|
|
|
|
#### Popup
|
|
It opens when the user clicks a Map Marker.
|
|
|
|
#### Profile
|
|
Belongs to an [Item](#Item) ans shows all the data of it
|