Commit d1272f88 authored by Eric Duminil's avatar Eric Duminil
Browse files

RegionChooser: Proj name in kml.

parent df35825c
...@@ -58,7 +58,6 @@ public JavaScriptFXBridge() { ...@@ -58,7 +58,6 @@ public JavaScriptFXBridge() {
public void refreshHulls() throws IOException { public void refreshHulls() throws IOException {
System.out.println("Looking for hulls in " + repo); System.out.println("Looking for hulls in " + repo);
Path url = Paths.get("just_a_test.kml");
String header = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + "<kml>\n" + " <Document>\n"; String header = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + "<kml>\n" + " <Document>\n";
String footer = " </Document>\n" + "</kml>"; String footer = " </Document>\n" + "</kml>";
ConvexHullCalculator.extractHullsForEveryCityGML(repo, ConvexHullCalculator.extractHullsForEveryCityGML(repo,
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<link rel="stylesheet" type="text/css" href="style/style.css"> <link rel="stylesheet" type="text/css" href="style/style.css">
<!-- Firebug for js console: <!-- Firebug for js console:
-->
<script type='text/javascript' src='script/firebug-lite-compressed.js'></script> <script type='text/javascript' src='script/firebug-lite-compressed.js'></script>
-->
<script type="text/javascript" src="script/proj4.js"></script> <script type="text/javascript" src="script/proj4.js"></script>
<script type="text/javascript" src="script/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="script/jquery-1.4.2.min.js"></script>
<!-- OpenLayers v3.4.0. API doc : http://openlayers.org/en/v3.4.0/apidoc/ --> <!-- OpenLayers v3.4.0. API doc : http://openlayers.org/en/v3.4.0/apidoc/ -->
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment