Commit 21d19057680fb703696567c02c07f8f087d5a041
1 parent
69ec66bb
Exists in
master
and in
7 other branches
Correção no cálculo de opacidade variavel
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
.project
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | </natures> |
28 | 28 | <filteredResources> |
29 | 29 | <filter> |
30 | - <id>0</id> | |
30 | + <id>1431135588159</id> | |
31 | 31 | <name></name> |
32 | 32 | <type>30</type> |
33 | 33 | <matcher> |
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | </matcher> |
37 | 37 | </filter> |
38 | 38 | <filter> |
39 | - <id>0</id> | |
39 | + <id>1431135588160</id> | |
40 | 40 | <name></name> |
41 | 41 | <type>26</type> |
42 | 42 | <matcher> |
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | </matcher> |
46 | 46 | </filter> |
47 | 47 | <filter> |
48 | - <id>0</id> | |
48 | + <id>1431135588161</id> | |
49 | 49 | <name></name> |
50 | 50 | <type>10</type> |
51 | 51 | <matcher> |
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | </matcher> |
55 | 55 | </filter> |
56 | 56 | <filter> |
57 | - <id>0</id> | |
57 | + <id>1431135588162</id> | |
58 | 58 | <name></name> |
59 | 59 | <type>14</type> |
60 | 60 | <matcher> | ... | ... |
js/interface.js
... | ... | @@ -48,7 +48,7 @@ |
48 | 48 | if (typeof (i3GEO) === 'undefined') { |
49 | 49 | var i3GEO = {}; |
50 | 50 | } |
51 | -// TODO integrar Cesium http://cesiumjs.org/2013/04/12/Cesium-up-and-running/ | |
51 | +//TODO integrar Cesium http://cesiumjs.org/2013/04/12/Cesium-up-and-running/ | |
52 | 52 | i3GEO.Interface = |
53 | 53 | { |
54 | 54 | /** | ... | ... |