pointoo.hints = {

  search_bar_what: 'Suche...',

  registration_tags: 'z.B. Maschinenbau, Druckmaschinen'

};
pointoo.iconDimensions = {
  // width/height, anchor_x/anchor_y, wdw_anchor_x/wdw_anchor_y, shadow?
  standard: {
    large:  [[81, 56], [46, 56], [35, 15], true],
    medium: [[53, 45], [44, 43], [35, 15], true]
  },
  numbered: {
    medium: [[33, 38], [36, 40], [25, 8], true],
    small:  [[27, 31], [18, 31], [13, 7], false]
  }
};
