Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ambarja committed Mar 15, 2022
1 parent e4d5c2b commit 709a642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ Map.setZoom(1);
Map.addLayer(srtm,viz,'Elevation(m)');
```

<img src="man/figures/p0.png" width="100%"/> <br>
<a href="https://code.earthengine.google.com/57023888fc6d613f58f42b192eff4ba8">
<img src="man/figures/p0.png" width="100%"/>
</a>
<br>

### 🔴 **5.Examples**

Expand Down
2 changes: 1 addition & 1 deletion ee-cptcity/module/ee-cptcity.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ link: https://github.com/davemlz/ee-pokepalettes
*
*/

exports.colorbar = function (title, minValue, maxValue, palette) {
exports.draw_pal = function (title, minValue, maxValue, palette) {
function makeColorBarParams(palette) {
return {
bbox: [0, 0, 1, 0.1],
Expand Down

0 comments on commit 709a642

Please sign in to comment.