Fix #1416 -- Add canonical geodata field (#1458)

* Fix #1416 -- Add canonical geodata field for events and subevents

* Add optional geocoding through OpenCageData

* Fix markup everywhere

* Add Leaflet map to geo coordinates

* Fix tests, add credits

* Fix spelling
This commit is contained in:
Raphael Michel
2019-10-21 13:07:35 +02:00
committed by GitHub
parent 19b10e3ca4
commit 27538d220e
30 changed files with 1098 additions and 9 deletions

View File

@@ -224,6 +224,23 @@ div.mail-preview {
input[type=number].short {
width: 80px !important;
}
.geodata-group {
.form-group {
margin: 0 0 10px 0;
}
.attrib {
padding: 0;
margin: 0;
font-size: $font-size-small;
a {
color: $text-muted;
}
}
.leaflet-container {
height: 200px;
margin: 0;
}
}
.metadata-group {
.form-group {
margin: 0 0 10px 0;

View File

@@ -12,6 +12,7 @@
@import "_dashboard.scss";
@import "../../pretixbase/scss/webfont.scss";
@import "../../fileupload/jquery.fileupload.scss";
@import "../../leaflet/leaflet.scss";
@import "../../select2/select2.scss";
@import "../../select2/select2_bootstrap.scss";
@import "../../colorpicker/bootstrap-colorpicker.scss";