CINXE.COM

Missing Maps mapathon Žilina #15 | OpenStreetMap Calendar

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Missing Maps mapathon Žilina #15 | OpenStreetMap Calendar</title> <link rel="icon" type="image/png" href="/static/osmcal/favicon.png"> <link rel="apple-touch-icon" href="/static/osmcal/touch-icon.png"> <link rel="stylesheet" href="/static/osmcal/style.css"> <link rel="stylesheet" media="screen and (max-width: 800px)" href="/static/osmcal/style-mobile.css"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> <meta property="og:site_name" content="OpenStreetMap Calendar"> <meta property="og:image" content="/static/osmcal/touch-icon.png"> <link rel="preload" href="/static/osmcal/source-sans-pro/SourceSansPro-Regular.otf" as="font" type="font/otf" crossorigin> <link rel="preload" href="/static/osmcal/source-sans-pro/SourceSansPro-Bold.otf" as="font" type="font/otf" crossorigin> <meta name="robots" content="noindex"> <meta property="og:title" content="Missing Maps mapathon Žilina #15"> <meta property="og:description" content="Missing Maps mapathon Žilina #15, 12th December 2024 17:30 – 20:00 at Slovenský červený kríž in Žilina, Region of Žilina, Slovakia. Geokomunita, Fakulta riadenia a informatiky UNIZA, Územný spolok Slovenského červeného kríža v Žiline, s podporou…"> <script type="application/ld+json">{"@context": "https://schema.org", "@type": "Event", "startDate": "2024-12-12T17:30:00+01:00", "name": "Missing Maps mapathon \u017dilina #15", "endDate": "2024-12-12T20:00:00+01:00", "description": "Geokomunita, Fakulta riadenia a informatiky UNIZA, \u00dazemn\u00fd spolok Slovensk\u00e9ho \u010derven\u00e9ho kr\u00ed\u017ea v \u017diline, s podporou lok\u00e1lnych sekci\u00ed Missing Maps zo Slovenska a \u010ceskej republiky op\u00e4\u0165 podporia svojim mapovan\u00edm organiz\u00e1ciu Lek\u00e1ri bez hran\u00edc.\r\n\r\nGeokomunita, Faculty of Management and Informatics UNIZA, Slovak Red Cross in \u017dilina, with the support of the local sections of Missing Maps from Slovakia and the Czech Republic, will once again support the organization Doctors Without Borders with their mapping.", "eventStatus": "https://schema.org/EventCancelled", "location": {"@type": "Place", "latitude": 49.221669, "longitude": 18.748251, "address": {"@type": "PostalAddress", "addressLocality": "\u017dilina", "addressCountry": "SK", "addressRegion": "Region of \u017dilina", "postalCode": "010 01", "streetAddress": "959/38, Moyzesova"}, "name": "Slovensk\u00fd \u010derven\u00fd kr\u00ed\u017e"}, "url": "https://buytickets.at/missingmapsczsk/1470249"}</script> <script src="/static/leaflet/leaflet.js"></script> <script id="force-img-path" type="application/json">false</script> <script id="Control-ResetView-ICON" type="application/json">"/static/leaflet/images/reset-view.png"</script> <script src="/static/leaflet/leaflet.extras.js"></script> <script id="with-forms" type="application/json">false</script> <script id="Control-ResetView-TITLE" type="application/json">"Reset view"</script> <script src="/static/leaflet/draw/leaflet.draw.i18n.js"></script> <link rel="stylesheet" href="/static/leaflet/leaflet.css" /> <link rel="stylesheet" href="/static/leaflet/leaflet.extras.css" /> <script> window.addEventListener("map:init", function(e) { /* jshint ignore:start */ var marker = new L.marker([49.221669, 18.748251]); /* jshint ignore:end */ marker.addTo(e.detail.map); marker.bindPopup("Slovenský červený kríž, 959/38, Moyzesova, Hliny II, Žilina, Region of Žilina, Slovakia"); e.detail.map.setView(marker.getLatLng(), 12); }); </script> </head> <body> <header class="header-bar"> <a href="/" class="header-home-area"> <img class="header-home-icon" src="/static/osmcal/osm_logo.png" height="55px" width="55px"> <span class="hide-slim">OpenStreetMap Calendar</span> <span class="hide-wide">Calendar</span> </a> </header> <content class="content-main"> <div class="content-main-fullwidth"> <div class="event-single-block"> <div class="event-single-main"> <h1 class="event-single-title event-single-title-cancelled">Missing Maps mapathon Žilina #15</h1> <p class="event-single-location"> Žilina, Region of Žilina, Slovakia<br> Slovenský červený kríž </p> <div class="event-single-date"> 12th December 2024 17:30 – 20:00 </div> <p>This event has been cancelled.</p> <p><p>Geokomunita, Fakulta riadenia a informatiky UNIZA, Územný spolok Slovenského červeného kríža v Žiline, s podporou lokálnych sekcií Missing Maps zo Slovenska a Českej republiky opäť podporia svojim mapovaním organizáciu Lekári bez hraníc.</p> <p>Geokomunita, Faculty of Management and Informatics UNIZA, Slovak Red Cross in Žilina, with the support of the local sections of Missing Maps from Slovakia and the Czech Republic, will once again support the organization Doctors Without Borders with their mapping.</p></p> <p><a href="https://buytickets.at/missingmapsczsk/1470249"><button class="btn">Event Website</button></a> <a href="/event/3279.ics"><button class="btn">Add to Calendar</button></a></p> </div> <aside class="event-single-additional"> <div id="yourmap" class="leaflet-container-default"></div> <script > (function () { function loadmap() { var djoptions = {"srid": null, "extent": [[-90, -180], [90, 180]], "fitextent": true, "center": null, "zoom": null, "precision": 6, "minzoom": null, "maxzoom": 19, "layers": [["OSM", "//tile.openstreetmap.org/{z}/{x}/{y}.png", "\u00a9 <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"]], "overlays": [], "attributionprefix": false, "scale": "metric", "minimap": false, "resetview": false, "tilesextent": []}, options = {djoptions: djoptions, initfunc: loadmap, globals: false, callback: null}, map = L.Map.djangoMap('yourmap', options); } var loadevents = ["load"]; if (loadevents.length === 0) loadmap(); else if (window.addEventListener) for (var i=0; i<loadevents.length; i++) window.addEventListener(loadevents[i], loadmap, false); else if (window.jQuery) jQuery(window).on(loadevents.join(' '), loadmap); })(); </script> <div class="event-single-side-buttons"> <a href="/event/3279/change/"><button class="btn btn-mini">Edit Event</button></a> <a href="/event/3279/duplicate/"><button class="btn btn-mini">Repeat Event</button></a> </div> </aside> </div> <div class="event-single-attribution"> Created by <a href="https://openstreetmap.org/user/milof">milof</a>, <a href="https://openstreetmap.org/user/marton_tud">marton_tud</a> </div> </div> </content> <footer class="footer"> <a href="/login/">Login</a> <div style="margin-top:.5em"><a href="/events/past/">Past Events</a> | <a href="/documentation/">Documentation</a></div> </footer> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10