Strabon

changeset 365:2d086614c69f

changed KML filename for use in KMZ format
author Babis Nikolaou <charnik@di.uoa.gr>
date Tue Jun 26 17:25:40 2012 +0300 (2012-06-26)
parents 41c47d1e334e
children a4f8329dc488
files resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMZWriter.java
line diff
     1.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMZWriter.java	Mon Jun 25 21:30:01 2012 +0300
     1.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMZWriter.java	Tue Jun 26 17:25:40 2012 +0300
     1.3 @@ -19,7 +19,12 @@
     1.4   */
     1.5  public class stSPARQLResultsKMZWriter implements TupleQueryResultWriter {
     1.6  
     1.7 -	private static final String ZIP_ENTRY_FILENAME = "sparql_results.kml";
     1.8 +	/**
     1.9 +	 * The name of the KML file that shall be zipped
    1.10 +	 * (by convention corresponds to "doc")
    1.11 +	 */
    1.12 +	private static final String ZIP_ENTRY_FILENAME = "doc.kml";
    1.13 +
    1.14  	/**
    1.15  	 * After all a KMZ file is a zipped KML one
    1.16  	 */