publisher

deselect
Topics
- Mobility
- Language
- Memorial
- Diversity
Umchlagplatz
Umchlagplatz
The Umschlagplatz (German: collection point or reloading point) was the square in Warsaw under German occupation, where Jews were gathered for deportation from the Warsaw Ghetto to the Treblinka extermination camp as part of Operation Reinhard during genocides in Poland.
Related
Topics
- Mobility
- 1939-1945
- 1945-1989
- Memorial
- After 1989
// 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.252272, 20.989057),
map: mkc_map,
title: 'Umchlagplatz',
animation: google.maps.Animation.DROP,
icon: '/img/ico-point.png'
});
google.maps.event.addListener(marker, 'click', function() {Mapa_SetPlace('umchlagplatz');});
google.maps.event.addListener(marker, 'mouseover', function() { mkc_infowindow.setContent(this.title); mkc_infowindow.open(this.getMap(), this); });
markers[markerindex] = marker;
mplaces['umchlagplatz'] = markerindex++;
// rescale
Mapa_fitBounds(markers);