Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrinegateau committed Jan 15, 2021
2 parents 9f21d0e + eac4515 commit d19e7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This component manipulates the following <ins>entities</ins>, with according **a

<ins>Markers</ins>, 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.

<img src="doc/Image1.png">

Expand All @@ -41,7 +41,7 @@ Automatic clustering (engined by Leaflet) can be used to manage up to 100 000 ma

<img src="doc/Image7.png">

[NOT IMPLEMENTED YET] <ins>User location</ins> to display the current location of the application user, **with direction** (**angle** in degree) or not.
<ins>User marker</ins> to display the current location of the application user, with an optionnal **direction** (in degree) and **accuracy**.

<img src="doc/Image5.png">

Expand All @@ -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:
Expand Down
Binary file modified doc/Image5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d19e7cf

Please sign in to comment.