diff --git a/.settings/org.eclipse.wst.jsdt.ui.prefs b/.settings/org.eclipse.wst.jsdt.ui.prefs
new file mode 100644
index 0000000..9e5bcc2
--- /dev/null
+++ b/.settings/org.eclipse.wst.jsdt.ui.prefs
@@ -0,0 +1,3 @@
+eclipse.preferences.version=1
+formatter_profile=_edmar
+formatter_settings_version=11
diff --git a/ferramentas/cesium/kml3d.php b/ferramentas/cesium/kml3d.php
index 213ed16..3d6a32d 100755
--- a/ferramentas/cesium/kml3d.php
+++ b/ferramentas/cesium/kml3d.php
@@ -3,48 +3,73 @@ include("../../classesphp/pega_variaveis.php");
?>
-
- Hello World!
-
-
-
+html {
+ height: 100%;
+}
+
+body {
+ padding: 0;
+ margin: 0;
+ overflow: hidden;
+ height: 100%;
+}
+
+#legenda {
+ margin-bottom: 5px;
+ margin-left: 5px;
+ margin-right: 5px;
+ margin-top: 5px;
+ padding-bottom: 2px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-top: 2px;
+ position: absolute;
+ top: 10px;
+ left: 10px;
+ color: white;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+}
+
+
-
-
+ );
+ // Add a WMS imagery layer
+
+ var imageryLayers = viewer.imageryLayers;
+ if('' != ''){
+ viewer.dataSources.add(Cesium.KmlDataSource.load(''))
+ }
+ viewer.camera.lookAt(Cesium.Cartesian3.fromDegrees(-55.0, -13.0), new Cesium.Cartesian3(0.0, -4790000.0, 3930000.0));
+ viewer.camera.lookAtTransform(Cesium.Matrix4.IDENTITY);
+ //viewer.extend(Cesium.viewerCesiumInspectorMixin);
+