diff --git a/README.md b/README.md index 60272793..22bb3df0 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ This component manipulates the following entities, with according **a Markers, to be displayed at a **location**, on a **layer** of the map, potentially associated with a **popup** HTML message, bringing, as a string, information of a **status**. In order to modify their display, markers contain: - a **shape** which can be of different **type** (*poi* (Point of Interest), **circle*, *square*), be **anchored** or not, displayed in a **color**, with a **percent** gauge, and with a cicle of **accuracy**. **Circle** and *poi* shapes are **plain**, whereas *square* shapes are not **plain**. -- an **inner** which can be either an **icon** or a **labe**, in a specific **color**, +- an **inner** which can be either an **icon** or a **label**, in a specific **color**, -Note that only **anchored** shapes appear bigger when selected. +Note that shapes appear bigger when selected, and with an anchor for a better accuracy. @@ -41,7 +41,7 @@ Automatic clustering (engined by Leaflet) can be used to manage up to 100 000 ma -[NOT IMPLEMENTED YET] User location to display the current location of the application user, **with direction** (**angle** in degree) or not. +User marker to display the current location of the application user, with an optionnal **direction** (in degree) and **accuracy**. @@ -52,7 +52,7 @@ Automatic clustering (engined by Leaflet) can be used to manage up to 100 000 ma ## Quick start Several quick start options are available: -- [Download the latest release](https://github.com/Orange-OpenSource/IOT-Map-Component/archive/v0.3.1.zip), and integrate it in your project, +- [Download the latest release](https://github.com/Orange-OpenSource/IOT-Map-Component/archive/V0.4.5.zip), and integrate it in your project, - Install with [npm](https://www.npmjs.com/): `npm install iotmapmanager` Then, display a map by inserting in your page: diff --git a/doc/Image5.png b/doc/Image5.png index b0b0d619..a517a524 100644 Binary files a/doc/Image5.png and b/doc/Image5.png differ