Skip to content

Commit

Permalink
altered legend description
Browse files Browse the repository at this point in the history
  • Loading branch information
gimoya committed Feb 6, 2014
1 parent 23d2fcf commit 498d4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/r_dem_for_google_earth.R
Expand Up @@ -71,7 +71,7 @@ dev.off()
cord <- t(matrix(bbox(slo_final)[,1]))
placement_legend <- SpatialPointsDataFrame(cord, data.frame(NA))
icon <- NULL
description <- "<a href='http://gimoya.bplaced.net/Terrain-Overlays/Legend.png' <img src='http://gimoya.bplaced.net/Terrain-Overlays/Legend.png'</img></a>"
description <- "<img src='http://gimoya.bplaced.net/Terrain-Overlays/Legend.png'</img>"
kmlPoints(placement_legend, kmlfile="Legend.kml", kmlname="Slope-Legend", name="Click 'Slope-Legend' link for legend..",
description="", icon=icon, kmldescription=description)

Expand Down

0 comments on commit 498d4e0

Please sign in to comment.