Commit 12962390af75c9419beb6d3f602953f059554963
1 parent
41745a98
Exists in
master
and in
7 other branches
Teste kmz com cesium
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
pacotes/cesium/teste.html
... | ... | @@ -43,6 +43,8 @@ imageryLayers.addImageryProvider(new Cesium.WebMapServiceImageryProvider({ |
43 | 43 | format : 'image/png' |
44 | 44 | } |
45 | 45 | })); |
46 | +viewer.dataSources.add(Cesium.KmlDataSource.load('http://localhost/ms_tmp/tme1431562949.kmz')) | |
47 | +//http://localhost/ms_tmp/tme1431562949.kmz | |
46 | 48 | </script> |
47 | 49 | </body> |
48 | 50 | </html> | ... | ... |