// Generated by CoffeeScript 1.10.0
(function() {
  window.OverlayComponent = {
    props: {
      data: {
        type: Array,
        required: true
      }
    },
    template: '<g>\n  <circle v-for="d in data" :cx="d.x" :cy="d.y" r="0.00001"><title>{{d.ship_name+" "+d.datetime}}</title></circle>\n</g>'
  };

}).call(this);