소스 검색

add data license

Gregg Tavares 7 년 전
부모
커밋
9d2c2e2503
2개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      threejs/lessons/threejs-indexed-textures.md
  2. 11 0
      threejs/resources/data/world/license.md

+ 3 - 0
threejs/lessons/threejs-indexed-textures.md

@@ -53,6 +53,9 @@ to generate such a texture. Here it is.
 
 
 <div class="threejs_center"><img src="../resources/data/world/country-index-texture.png" style="width: 700px;"></div>
 <div class="threejs_center"><img src="../resources/data/world/country-index-texture.png" style="width: 700px;"></div>
 
 
+Note: The data used to generate this texture comes from [this website](http://thematicmapping.org/downloads/world_borders.php) 
+and is therefore licensed as [CC-BY-SA](http://creativecommons.org/licenses/by-sa/3.0/).
+
 It's only 217k, much better than the 14meg for the country meshes. In fact we could probably
 It's only 217k, much better than the 14meg for the country meshes. In fact we could probably
 even lower the resolution but 217k seems good enough for now.
 even lower the resolution but 217k seems good enough for now.
 
 

+ 11 - 0
threejs/resources/data/world/license.md

@@ -0,0 +1,11 @@
+# CC-BY-SA
+
+All the data in this folder was generate from data from this website
+
+http://thematicmapping.org/downloads/world_borders.php
+
+The licence of that data is [CC-BY-SA](http://creativecommons.org/licenses/by-sa/3.0/).
+
+Which means this data is also [CC-BY-SA](http://creativecommons.org/licenses/by-sa/3.0/).
+
+

粤ICP备19079148号