[openmairie-framework-Commits] r4507 - in openmairie_exemple/branches/4.10.0-develop: . core lib/om-assets/img

0 views
Skip to first unread message

fmi...@adullact.net

unread,
Nov 6, 2019, 12:00:01 PM11/6/19
to openmairie...@googlegroups.com
Author: fmichon
Date: 2019-11-06 17:59:59 +0100 (Wed, 06 Nov 2019)
New Revision: 4507

Removed:
openmairie_exemple/branches/4.10.0-develop/lib/om-assets/img/punaise_point.png
openmairie_exemple/branches/4.10.0-develop/lib/om-assets/img/punaise_point_hover.png
Modified:
openmairie_exemple/branches/4.10.0-develop/HISTORY.txt
openmairie_exemple/branches/4.10.0-develop/core/om_map.class.php
Log:
* ?\195?\137volution : Fiabiliser/p?\195?\169renniser le module SIG. Ticket #????.
- Suppression des attributs img_consult img_consult_hover et des fichiers images rattach?\195?\169s jamais utilis?\195?\169s.


Modified: openmairie_exemple/branches/4.10.0-develop/HISTORY.txt
===================================================================
--- openmairie_exemple/branches/4.10.0-develop/HISTORY.txt 2019-11-06 16:47:14 UTC (rev 4506)
+++ openmairie_exemple/branches/4.10.0-develop/HISTORY.txt 2019-11-06 16:59:59 UTC (rev 4507)
@@ -8,6 +8,7 @@
- Suppression du point d'entrée redirection_onglet (aucune modification du champs fonctionnel).
- Remplacement de toutes les balises images par des images d'arrière plan dans la boîte à outils de la carte (Suppression de toutes les dépendances vers le répertoire lib/ depuis le core/).
- Suppression d'une inclusion inutile d'un fichier css déjà inclus par la librairie openLayers.
+ - Suppression des attributs om_map::$img_consult img_consult_hover et des fichiers images rattachés jamais utilisés.

* Évolution : Suppression des widgets de formulaire localisation et localisation2. Ticket #9281.


Modified: openmairie_exemple/branches/4.10.0-develop/core/om_map.class.php
===================================================================
--- openmairie_exemple/branches/4.10.0-develop/core/om_map.class.php 2019-11-06 16:47:14 UTC (rev 4506)
+++ openmairie_exemple/branches/4.10.0-develop/core/om_map.class.php 2019-11-06 16:59:59 UTC (rev 4507)
@@ -519,18 +519,6 @@

/**
* paramètres de style pour la couche marqueur
- * @var string
- */
- var $img_consult = "../lib/om-assets/img/punaise_point.png";
-
- /**
- * paramètres de style pour la couche marqueur
- * @var string
- */
- var $img_consult_hover = "../lib/om-assets/img/punaise_point_hover.png";
-
- /**
- * paramètres de style pour la couche marqueur
* @var integer
*/
var $img_w = 14;
@@ -652,8 +640,6 @@
if (isset($displayProjection)) { $this->defDisplayProjection=$displayProjection; } else { $this->defDisplayProjection = "4326"; }
if (isset($img_maj)) $this->img_maj=$img_maj;
if (isset($img_maj_hover)) $this->img_maj_hover=$img_maj_hover;
- if (isset($img_consult)) $this->img_consult=$img_consult;
- if (isset($img_consult_hover)) $this->img_consult_hover=$img_consult_hover;
if (isset($img_w)) $this->img_w=$img_w;
if (isset($img_h)) $this->img_h=$img_h;
if (isset($img_click)) $this->img_click=$img_click;
@@ -1455,8 +1441,6 @@
echo " var gStreets;\n";
echo " var img_maj='".$this->img_maj."';\n";
echo " var img_maj_hover='".$this->img_maj_hover."';\n";
- echo " var img_consult='".$this->img_consult."';\n";
- echo " var img_consult_hover='".$this->img_consult_hover."';\n";
echo " var img_w=".$this->img_w.";\n";
echo " var img_h=".$this->img_h.";\n";
echo " var img_click='".$this->img_click."'\n";

Deleted: openmairie_exemple/branches/4.10.0-develop/lib/om-assets/img/punaise_point.png
===================================================================
(Binary files differ)

Deleted: openmairie_exemple/branches/4.10.0-develop/lib/om-assets/img/punaise_point_hover.png
===================================================================
(Binary files differ)

Reply all
Reply to author
Forward
0 new messages