Merge pull request #2244 from elemoine/kmlwrite

KML write support
This commit is contained in:
Éric Lemoine
2014-06-27 11:23:16 +02:00
9 changed files with 2827 additions and 972 deletions

View File

@@ -5,5 +5,14 @@ var exampleNS;
/** @interface */
/**
* @return {string} Renderer type.
*/
exampleNS.getRendererFromQueryString = function() {};
/**
* @param {string} str String.
* @return {string} Base64 string.
*/
exampleNS.strToBase64 = function(str) {};