Geborgen, individuell, naturnah – mit Herz betreut.
In unserer Kindertagespflege erleben Kinder jeden Tag neue Abenteuer: draußen in der Natur, im kreativen Spiel, in Bewegung – und in einem familiären Umfeld, in dem sie sich sicher und gesehen fühlen.
https://www.kleine-entdecker-rostock.de
Wir begleiten jedes Kind mit Achtsamkeit und Freude auf seinem ganz eigenen Weg.
Kindertagespflege „Kleine Entdecker Rostock“

Kindertagespflege „Kleine Entdecker Rostock“
Strandstraße 34
18055 Rostock OT Stadtmitte
18055 Rostock OT Stadtmitte
-
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || []; window.WPLeafletMapPlugin.push(function WPLeafletjsonShortcode() {/**/ var src = 'https://www.die-infoseiten.de/wp/wp-content/uploads/2025/07/die-infoseiten.de-3296-mecklenburg-vorpommern.rostock.geojson'; var default_style = {}; var rewrite_keys = { stroke : 'color', 'stroke-width' : 'weight', 'stroke-opacity' : 'opacity', fill : 'fillColor', 'fill-opacity' : 'fillOpacity', }; // htmlspecialchars converts & to "&"; maybe unnecessarily, and maybe 3x var ampersandRegex = /&(?:amp;){1,3}/g var layer = L.ajaxGeoJson(src.replace(ampersandRegex, '&'), { type: 'json', style : layerStyle, onEachFeature : onEachFeature, pointToLayer: pointToLayer }); var fitbounds = 0; var circleMarker = 0; var popup_text = window.WPLeafletMapPlugin.unescape(""); var popup_property = ""; var table_view = 0; var group = window.WPLeafletMapPlugin.getCurrentGroup(); var markerOptions = window.WPLeafletMapPlugin.getIconOptions({}); layer.addTo( group ); window.WPLeafletMapPlugin.geojsons.push( layer ); if (fitbounds) { layer.on('ready', function () { this.map.fitBounds( this.getBounds() ); }); } function layerStyle (feature) { var props = feature.properties || {}; var style = {}; function camelFun (_, first_letter) { return first_letter.toUpperCase(); }; for (var key in props) { if (key.match('-')) { var camelcase = key.replace(/-(\w)/, camelFun); style[ camelcase ] = props[ key ]; } // rewrite style keys from geojson.io if (rewrite_keys[ key ]) { style[ rewrite_keys[ key ] ] = props[ key ]; } } return L.Util.extend(style, default_style); } function onEachFeature (feature, layer) { var props = feature.properties || {}; var text; if (table_view) { text = window.WPLeafletMapPlugin.propsToTable(props); } else { text = popup_property ? props[ popup_property ] : window.WPLeafletMapPlugin.template( popup_text, feature.properties ); } if (text) { layer.bindPopup( text ); } } function pointToLayer (feature, latlng) { if (circleMarker) { return L.circleMarker(latlng); } return L.marker(latlng, markerOptions); }});