summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-06-26 17:17:09 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-06-26 17:17:09 +0200
commit900128613bb5c07f95e446e496f8e82629b84e45 (patch)
treeb51e02cd457179f02f47bc7ef676d3e9944e50e4
parentf5d46bafcbfc9b69c2846afeebb3230db4172461 (diff)
Marker auf Karte modifiziert
-rw-r--r--protected/views/standort/view.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/protected/views/standort/view.php b/protected/views/standort/view.php
index 80ed4e3..df5a235 100644
--- a/protected/views/standort/view.php
+++ b/protected/views/standort/view.php
@@ -27,9 +27,9 @@ $gMap->mapTypeControlOptions= $mapTypeControlOptions;
$gMap->setCenter($model->pos_lat, $model->pos_long);
$info_window_a = new EGMapInfoWindow('<div>'.$model->name.'</div>');
-$icon = new EGMapMarkerImage("http://google-maps-icons.googlecode.com/files/gazstation.png");
+$icon = new EGMapMarkerImage("http://www.astaf.de/images/map/marker_red_32.png");
-$icon->setSize(32, 37);
+$icon->setSize(32, 32);
$icon->setAnchor(16, 16.5);
$icon->setOrigin(0, 0);
$marker = new EGMapMarkerWithLabel($model->pos_lat, $model->pos_long, array('title' => $model->name,'icon'=> $icon));