remove points. Don't need them here

This commit is contained in:
Isaac Connor 2016-04-08 13:39:31 -04:00
parent f20945bf84
commit 0ce85137dc
1 changed files with 0 additions and 6 deletions

View File

@ -53,12 +53,6 @@ xhtmlHeaders(__FILE__, translate('Zones') );
?>
<polygon points="<?php echo $zone['AreaCoords'] ?>" class="<?php echo $zone['Type']?>" />
<?php
foreach ( explode(' ', $zone['Coords'] ) as $point ) {
$xy = explode(',', $point );
?>
<circle class="point <?php echo $zone['Type'] ?>" cx="<?php echo $xy[0] ?>" cy="<?php echo $xy[1] ?>" onclick="createPopup( '?view=zone&amp;mid=<?php echo $mid ?>&amp;zid=<?php echo $zone['Id'] ?>', 'zmZone', 'zone', <?php echo $monitor->Width ?>, <?php echo $monitor->Height ?> ); return( false );"/>
<?php
} // end foreach point
} // end foreach zone
?>
Sorry, your browser does not support inline SVG