From fea58eba0a6ae47a9c72bc6d217290fc64602d8c Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 9 Oct 2014 14:15:32 +0000 Subject: [PATCH] Inclusão de customização da legenda --- aplicmap/legenda7.htm | 29 +++++++++++++++++++++++++++++ classesjs/classe_mapa.js | 2 ++ exemplos/cursodsv25.htm | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ exemplos/index.html | 2 ++ 4 files changed, 83 insertions(+), 0 deletions(-) create mode 100755 aplicmap/legenda7.htm create mode 100755 exemplos/cursodsv25.htm diff --git a/aplicmap/legenda7.htm b/aplicmap/legenda7.htm new file mode 100755 index 0000000..eb45985 --- /dev/null +++ b/aplicmap/legenda7.htm @@ -0,0 +1,29 @@ + \ No newline at end of file diff --git a/classesjs/classe_mapa.js b/classesjs/classe_mapa.js index f3bcfd4..082c7c2 100644 --- a/classesjs/classe_mapa.js +++ b/classesjs/classe_mapa.js @@ -454,6 +454,8 @@ i3GEO.mapa = * * O resultado e processado pela funcao passada como parametro * + * O template utilizado para gerar a legenda é definido em i3GEO.configura.templateLegenda + * * Parametro: * * funcao {function} - funcao que recebera o resultado da chamada AJAX. O objeto CPAINT e enviado como parametro. diff --git a/exemplos/cursodsv25.htm b/exemplos/cursodsv25.htm new file mode 100755 index 0000000..152122f --- /dev/null +++ b/exemplos/cursodsv25.htm @@ -0,0 +1,50 @@ + + + + + +i3GEO - OpenLayers + + + + + +
+
+
+
+
+
+
+
+
+ + + diff --git a/exemplos/index.html b/exemplos/index.html index 207a865..b03ae6d 100644 --- a/exemplos/index.html +++ b/exemplos/index.html @@ -108,6 +108,8 @@ body,td { [23]    [24] +    + [25]

-- libgit2 0.21.2