Advertisement
Guest User

Untitled

a guest
Nov 15th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // Doesn't work
  2. SeatingPlanEditor.seats[index].point.target.setStyle({color: '#0000cc'});
  3.  
  4. // Also doesn't work
  5. SeatingPlanEditor.seats[index].point.target.setStyle({color: '#0000cc'});
  6.  
  7. // Also doesn't work surrounded by
  8. SeatingPlanEditor.map.removeLayer(SeatingPlanEditor.seats[index].point);
  9. // set the style either way as above
  10. SeatingPlanEditor.map.addLayer(SeatingPlanEditor.seats[index].point);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement