Skip to content

Commit

Permalink
Fix some rendering problem of the layers/setcenter buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Mar 25, 2021
1 parent 1fd84dd commit 161e9da
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="CoNWeT" name="ol3-map" version="1.2.2">
<widget xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="CoNWeT" name="ol3-map" version="1.2.3">
<details>
<title>OpenLayers Map</title>
<email>wirecloud@conwet.com</email>
Expand Down
5 changes: 5 additions & 0 deletions src/doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.2.3 (2021-03-25)

- Fix some problems rendering the layer/setcenter buttons


## v1.2.2 (2021-03-23)

- Use PoI id for the selection popup menu if the PoI does not provide a title
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<body>
<div id="map" class="map"></div>
<div id="buttons">
<div id="button" class="se-btn fade fas fa-layer-group"></div>
<div id="setcenter-button" class="se-btn hidden fas fa-crosshairs"></div>
<div id="button" class="se-btn fade"><i class="fas fa-layer-group"></i></div>
<div id="setcenter-button" class="se-btn hidden"><i class="fas fa-crosshairs"></i></div>
</div>
</body>
<script type="text/javascript" src="js/ol3-map-widget.js"></script>
Expand Down

0 comments on commit 161e9da

Please sign in to comment.