Update GLOSSAR.md

This commit is contained in:
antontranelis 2024-10-26 08:40:28 +02:00 committed by GitHub
parent 0533834ecc
commit 168cd28af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
# Glossar # Glossar
#### Map #### Map
An instance of the Utopia Map with its own name, its own users and [Items](#Item) in predefined [Layers](#Layer) A geographic interactive map and an instance of the Utopia Map with its own name, its own users and [Items](#Item) in predefined [Layers](#Layer)
#### Layer #### Layer
A predefined category of [Items](#Item), with predefined [Map Markers](#Map-Marker), icons, colors, [Popups](#Popups) and [Profiles](#Profile) A predefined category of [Items](#Item), with predefined [Map Markers](#Map-Marker), icons, colors, texts, [Popups](#Popups) and [Profiles](#Profile)
#### Item #### 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) 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)
@ -13,7 +13,7 @@ An item is an object whith a profile which is part of one [Layer](#Layer) and us
A marker on a Map which shows the geographic position of an [Item](#Item) A marker on a Map which shows the geographic position of an [Item](#Item)
#### Popup #### Popup
It opens when the user clicks a Map Marker. A small preview of an item which opens on the map when the user clicks it's [Map Marker](#Map-Marker).
#### Profile #### Profile
A representation of all the the data of an [Item](#Item) A representation of all the the data of an [Item](#Item)