publisher

deselect
Themen
- Mobility
- Language
- Memorial
- Diversity
Zamenhoff
Zamenhoff
Ludwik Lazarus Zamenhof (15 December 1859 – 14 April 1917) was the creator of Esperanto, the world's most successful constructed language, and a physician by profession. He grew up fascinated by the idea of a world without war, and believed that this could happen with the help of a new international auxiliary language which he first developed in 1873 while still in school
Verwandte
Themen
- 1918-1939
- Mobility
- Language
// there must be first row empty (first line is not executed at least Chrome 39)
Mapa_Clear(window.markers);
window.markers = [];
window.mplaces = {};
window.polyline = null;
window.countmarks = false;
var markerindex = 0;
marker = new google.maps.Marker({
position: new google.maps.LatLng(52.2480493, 20.9957688),
map: mkc_map,
title: 'Zamenhoff',
animation: google.maps.Animation.DROP,
icon: '/img/ico-point.png'
});
google.maps.event.addListener(marker, 'click', function() {Mapa_SetPlace('zamenhoff');});
google.maps.event.addListener(marker, 'mouseover', function() { mkc_infowindow.setContent(this.title); mkc_infowindow.open(this.getMap(), this); });
markers[markerindex] = marker;
mplaces['zamenhoff'] = markerindex++;
// rescale
Mapa_fitBounds(markers);