Skip to content

Commit

Permalink
Update dlh_marker.xhtml
Browse files Browse the repository at this point in the history
Hochkomma Position geändert sonst gibt es einfach keine Karte unter xhtml
  • Loading branch information
magicsepp committed Jul 31, 2014
1 parent 216e0ad commit f3fabe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/elements/dlh_marker.xhtml
Expand Up @@ -22,11 +22,11 @@
)
<?php endif; ?>
<?php elseif($this->element['fillColor']): ?>
, icon: new google.maps.MarkerImage(<?php echo (\Environment::get('ssl') ? 'https://chart.googleapis.com' : 'http://chart.apis.google.com'); ?>'/chart?chst=d_map_pin_letter&chld=%E2%80%A2|<?php echo $this->element['fillColor']; ?>'
, icon: new google.maps.MarkerImage('<?php echo (\Environment::get('ssl') ? 'https://chart.googleapis.com' : 'http://chart.apis.google.com'); ?>/chart?chst=d_map_pin_letter&chld=%E2%80%A2|<?php echo $this->element['fillColor']; ?>'
, new google.maps.Size(21,34)
, new google.maps.Point(0,0)
, new google.maps.Point(10,34))
, shadow: new google.maps.MarkerImage(<?php echo (\Environment::get('ssl') ? 'https://chart.googleapis.com' : 'http://chart.apis.google.com'); ?>'/chart?chst=d_map_pin_shadow'
, shadow: new google.maps.MarkerImage('<?php echo (\Environment::get('ssl') ? 'https://chart.googleapis.com' : 'http://chart.apis.google.com'); ?>/chart?chst=d_map_pin_shadow'
, new google.maps.Size(40,37)
, new google.maps.Point(0,0)
, new google.maps.Point(12,35))
Expand Down

0 comments on commit f3fabe4

Please sign in to comment.