Source: BKGWebMap/SingleFile.js

/*
 * Copyright (c) 2013 Bundesamt by Kartographie und Geodäsie.
 * See license.txt in the BKG WebMap distribution or repository for the
 * full text of the license.
 *
 * Author: Dirk Thalheim
 */

/**
 * @namespace BKGWebMap
 */
var BKGWebMap = {
    /**
     * Zeigt die aktuelle Versionsnummer von BKG WebMap
     * @constant
     */
    VERSION_NUMBER: "Release @version@",

    /**
     * singleFile
     * @constant
     * @private
     */
    singleFile: true
};