From 35c510a4eeee2ed379d756f96b043252eb17f470 Mon Sep 17 00:00:00 2001
From: Ortholand <71144313+jmortholand@users.noreply.github.com>
Date: Tue, 21 Sep 2021 18:13:57 +0200
Subject: [PATCH] Update README.md
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 87446111..dfaee0ac 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@
- [Quick start](#quick-start)
- [Storybook](#storybook)
-essai
-
## Presentation
IOT-Map-Component is a map component, based on [Leaflet](https://leafletjs.com/), to be integrated in computer or mobile web applications developed in Angular or REACT.
@@ -17,7 +15,7 @@ This component manipulates the following entities, with according **a
Markers, to be displayed at a **location**, on a **layer** of the map, potentially described by a **popup**, with **title** and **body** HTML messages displayed on click. Markers contain also:
- a **shape** with a **type** (can be *circle* or *square*), **anchored** or not, **plain** or not, displayed in a **color** and with a circle of **accuracy**. For *circle* shapes, **shape** can contain additionnally a **percent** gauge and an angle (0-360) **direction**,
-- an **inner** which can be either an **icon** or a **label**, in a specific **color**,
+- an **inner** which can be either an **icon** or a **label**, in a specific **color**, or a **img** (which can be a local or Internet image).
Note that shapes appear bigger when selected, and always with an anchor for a better accuracy.