Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmortholand authored Oct 23, 2020
1 parent 008957e commit 794536e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ This component manipulates the following <ins>entities</ins>, with according **a
## Quick start


- [Download the latest release](https://github.com/Orange-OpenSource/IOT-Map-Component/archive/v0.1.1.zip), and integrate it in your project,
- [Download the latest release](https://github.com/Orange-OpenSource/IOT-Map-Component/archive/v0.1.2.zip), and integrate it in your project,
- Display a map by inserting in your page:
```
<map-component></map-component>
```
- Modify **MapComponent** class in ```map.components.ts``` to display/refresh map elements, using **IoTMapManager** class methods (see [src/iotMapManager/readme.md](https://github.com/Orange-OpenSource/IOT-Map-Component/blob/master/src/iotMapManager/readme.md)).
- Angular sample of use if given in ```map/map.components.ts``` to display/refresh map elements, using javascript **IoTMapManager** class methods (see [src/iotMapManager/readme.md](https://github.com/Orange-OpenSource/IOT-Map-Component/blob/master/src/iotMapManager/readme.md)).


0 comments on commit 794536e

Please sign in to comment.