Skip to content

Commit

Permalink
fix attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Jun 19, 2019
1 parent b64b839 commit 90e24bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/example/map-tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "raster",
"tiles": ["http://tile.stamen.com/watercolor/{z}/{x}/{y}.jpg"],
"tileSize": 256,
"attribution": '<a id="home-link" target="_top" href="../" class="">Map tiles</a> by <a target="_top" href="http://stamen.com">Stamen Design</a>, under <a target="_top" href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a target="_top" href="http://openstreetmap.org">OpenStreetMap</a>, under <a target="_top" href="http://creativecommons.org/licenses/by-sa/3.0" class="">CC BY SA</a>'
"attribution": 'Map tiles by <a target="_top" rel="noopener" href="http://stamen.com">Stamen Design</a>, under <a target="_top" rel="noopener" href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a target="_top" rel="noopener" href="http://openstreetmap.org">OpenStreetMap</a>, under <a target="_top" rel="noopener" href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>'
}
},
"layers": [{
Expand Down

0 comments on commit 90e24bf

Please sign in to comment.