forked from MapComplete/MapComplete
Improvements to pdfExport, small tweaks to the themes
This commit is contained in:
parent
38635ba8b2
commit
f946ad38b7
8 changed files with 102 additions and 39 deletions
11
index.html
11
index.html
|
@ -1,4 +1,3 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<!-- WARNING: index.html serves as a template. If you want to change something, change it there -->
|
||||
<html lang="en">
|
||||
|
@ -24,8 +23,9 @@
|
|||
<link rel="icon" href="./assets/svg/add.svg" sizes="any" type="image/svg+xml">
|
||||
<meta property="og:image" content="./assets/SocialImage.png">
|
||||
<meta property="og:title" content="MapComplete - editable, thematic maps with OpenStreetMap">
|
||||
<meta property="og:description" content="MapComplete is a platform to visualize OpenStreetMap on a specific topic and to easily contribute data back to it.">
|
||||
|
||||
<meta property="og:description"
|
||||
content="MapComplete is a platform to visualize OpenStreetMap on a specific topic and to easily contribute data back to it.">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="./assets/generated/svg_mapcomplete_logo512.png">
|
||||
<link rel="apple-touch-icon" sizes="384x384" href="./assets/generated/svg_mapcomplete_logo384.png">
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="./assets/generated/svg_mapcomplete_logo192.png">
|
||||
|
@ -74,10 +74,7 @@
|
|||
Loading MapComplete, hang on...
|
||||
</div>
|
||||
|
||||
<span id="belowmap"
|
||||
class="absolute"
|
||||
style="z-index: -1"
|
||||
>Below</span>
|
||||
<span id="belowmap" class="absolute" style="z-index: -1">Below</span>
|
||||
<div id="leafletDiv"></div>
|
||||
|
||||
<script src="./index.ts"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue