Added maps graphics.

This commit is contained in:
Severin Opel 2019-12-11 17:30:11 +01:00
parent e188f3474f
commit d7f867f1a6
5 changed files with 7504 additions and 3 deletions

View File

@ -171,8 +171,8 @@ a {
.doctest { .doctest {
margin: 0; margin: 0;
padding-top: 50px; padding-top: 20px;
padding-bottom: 50px; padding-bottom: 20px;
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5); box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
} }
.collapsed .doctest { .collapsed .doctest {

View File

@ -98,7 +98,7 @@
resolutionDependent: false resolutionDependent: false
}) })
// The mapdata object contains informations, // The map projection object contains informations,
// how the displayed map has to be interpreted. // how the displayed map has to be interpreted.
// e.g. which projection is used or how the // e.g. which projection is used or how the
// image is clipped. // image is clipped.

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB