<!DOCTYPE HTML>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=7; IE=EmulateIE9; IE=10" />

    <!-- put in your app icon here -->
    <!-- put in the lib here -->
    <link rel="stylesheet" href="../dist/ddj.map.css" />
    <script src="../dist/ddj.map.js"></script>
    <!-- put in the data here -->
    <meta name="ddj:data" content="./data/bezirksgrenzen.geojson">
    <meta name="ddj:dataType" content="geojson">
    <meta name="ddj:dataUniqueIdentifier" content="Gemeinde_schluessel">
    <!-- put in the map here -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css" />
    <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js"></script>
    <meta name="ddj:mapCenter" content="52.51, 13.42">
    <meta name="ddj:mapZoom" content="10">
    <!-- put in the map pins here -->
    <!-- put in the line and shape formats here -->
    <meta name="ddj:borderColor" content="darkred">
    <meta name="ddj:borderWeight" content="1">
    <meta name="ddj:fillColor" content="red">
    <meta name="ddj:fillOpacity" content=".25">

    <!-- placeholder for Google, Facebook and Twitter -->
</head>
<body class="m-0">
    <div data-map id="map">
        <div data-map="attribution">
            <a href="https://www.npmjs.com/package/ddj.map" title="ddj.map" target="_blank">ddj.map</a>,
            <a href="https://daten.odis-berlin.de/de/dataset/bezirksgrenzen/" title="Bezirksgrenzen" target="_blank">Geoportal Berlin / s_wfs_alkis_bezirk</a>
        </div>
    </div>
</body>
</html>