|
@@ -133,8 +133,8 @@ window.SONATA_CONFIG.USE_ICHECK = false;
|
|
|
initializeMap();
|
|
|
/* ------------------- FIN PROGRAMA PRINCIPAL ----------------------- */
|
|
|
|
|
|
+/* --------------------- Carga Mapa -------------------------------- */
|
|
|
|
|
|
-/* --------------------- Funciones ------------------------- */
|
|
|
function initializeMap() {
|
|
|
|
|
|
window.map = new L.Map('map', { center: new L.LatLng({{map['lat']}}, {{map['lng']}}), zoom: {{map['zoom']}} });
|
|
@@ -186,6 +186,10 @@ function initializeMap() {
|
|
|
|
|
|
}
|
|
|
|
|
|
+/* --------------------- Carga Mapa -------------------------------- */
|
|
|
+
|
|
|
+/* --------------------- Show Features wms ------------------------- */
|
|
|
+
|
|
|
function customPopupFeature(latlng, content) {
|
|
|
|
|
|
id = content.id;
|
|
@@ -250,6 +254,7 @@ function txStyle(value) {
|
|
|
return style;
|
|
|
}
|
|
|
|
|
|
-/* --------------------- Funciones ------------------------- */
|
|
|
+/* --------------------- Show Features wms ------------------------- */
|
|
|
+
|
|
|
</script>
|
|
|
{% endblock %}
|