Skip to content

Commit

Permalink
Fix problem managing PoI icons
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Apr 21, 2021
1 parent 705b073 commit 4a33fdd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<operator xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="CoNWeT" name="ngsientity2poi" version="3.2.1">
<operator xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="CoNWeT" name="ngsientity2poi" version="3.2.2">
<details>
<title>NGSI Entity To PoI</title>
<homepage>https://github.com/wirecloud-fiware/ngsi-entity2poi-operator</homepage>
Expand Down
5 changes: 5 additions & 0 deletions src/doc/changelog.md
@@ -1,3 +1,8 @@
## 3.2.2 (2021-04-21)

- Fix problems sending icon configuration


## 3.2.1 (2021-03-30)

- Add tooltip title
Expand Down
4 changes: 2 additions & 2 deletions src/js/main.js
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2014 CoNWeT Lab., Universidad Politécnica de Madrid
* Copyright (c) 2018 Future Internet Consulting and Development Solutions S.L.
* Copyright (c) 2018-2021 Future Internet Consulting and Development Solutions S.L.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -91,7 +91,7 @@ var entity2poi, processData, processEntity;
entity2poi = function entity2poi(entity, coordinates, geojson) {
var poi = {
id: entity.id,
image: {
icon: {
anchor: [0.5, 1],
src: icon
},
Expand Down

0 comments on commit 4a33fdd

Please sign in to comment.