diff --git a/pacotes/jsts/compactajs.php b/pacotes/jsts/compactajs.php
index 11ffe41..3ed69b0 100755
--- a/pacotes/jsts/compactajs.php
+++ b/pacotes/jsts/compactajs.php
@@ -1,7 +1,8 @@
pack();
- $t2 = microtime(true);
- $time = sprintf('%.4f', ($t2 - $t1) );
- echo 'script ', $src, ' packed in ' , $out, ', in ', $time, ' s.', "\n
";
- file_put_contents($out, $packed);
- chmod($out,0777);
-}
-
-?>
\ No newline at end of file
diff --git a/pacotes/jsts/examples/ol.html~ b/pacotes/jsts/examples/ol.html~
deleted file mode 100644
index 785b538..0000000
--- a/pacotes/jsts/examples/ol.html~
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
- Shows the use of the shows drawing simple vector features, in different styles. -
- -This example shows drawing simple vector features -- point, line, polygon - in different styles, created 'manually', by constructing the entire style - object, via 'copy', extending the default style object, and by - inheriting the default style from the layer.
-It also shows how to use external graphic files for point features - and how to set their size: If either graphicWidth or graphicHeight is set, - the aspect ratio of the image will be respected. If both graphicWidth and - graphicHeight are set, it will be ignored. Alternatively, if graphicWidth - and graphicHeight are omitted, pointRadius will be used to set the size - of the image, which will then be twice the value of pointRadius with the - original aspect ratio.
-