Kartenausschnitt 1932 |
// your page initialization code here // the DOM will be available here var iconFeature2_1 = new ol.Feature({ geometry: new ol.geom.Point(ol.proj.fromLonLat([20.18038,53.55278])), name: 'Evangelischer Friedhof in Dröbnitz (Drwęck)' }); const iconLayerSource_1 = new ol.source.Vector({ features: [iconFeature2_1] }); const iconLayer_1 = new ol.layer.Vector({ source: iconLayerSource_1, // style for all elements on a layer style: new ol.style.Style({ image: new ol.style.Icon({ anchor: [0.5, 0.5], size: [52,52], offset: [52,0], scale: 0.25, //anchorXUnits: 'pixels', //anchorYUnits: 'pixels', src: '/wp-content/php/osm/img/dots.png' //src: 'https://openlayersbook.github.io/openlayers_book_samples/assets/img/dots.png' }) }) }); var centerposition = ol.proj.transform([20.18038,53.55278], 'EPSG:4326', 'EPSG:3857'); var map1 = new ol.Map({ target: 'map1', layers: [ new ol.layer.Tile({ source: new ol.source.OSM() }), iconLayer_1 ], view: new ol.View({ center: ol.proj.fromLonLat([20.18038,53.55278]), //center: centerposition, zoom: 13 }) }); Kartenausschnitt aktuell |
Der alte Friedhof mitten im Ort ist aufgelassen und mehrere Jahre nicht mehr gemäht worden. Es finden sich nur noch Steinreste und einige unbeschriftete Holzkreuze. Er ist provisorisch eingezäunt worden.
Friedhof Dröbnitz Ansicht |
Friedhof Dröbnitz Gräber |

Friedhof Dröbnitz frisches Grab
Sommer 2018
Evangelische Kirchengemeinde Hohenstein
Quellen:
Fotos und Text: Bernhard Hein, Dessau-Roßlau
Friedhöfe der evangelischen Kirchengemeinde Hohenstein
Übersicht Grabsteininschriften

