mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
pl map added
This commit is contained in:
@@ -91,7 +91,6 @@
|
|||||||
x-data="{
|
x-data="{
|
||||||
init() {
|
init() {
|
||||||
let markers = {{ Js::from($markers) }};
|
let markers = {{ Js::from($markers) }};
|
||||||
console.log(markers);
|
|
||||||
|
|
||||||
$('#map').vectorMap({
|
$('#map').vectorMap({
|
||||||
zoomButtons : false,
|
zoomButtons : false,
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
sie auf einem der Meetups kennen. </p>
|
sie auf einem der Meetups kennen. </p>
|
||||||
@php
|
@php
|
||||||
$map = $country->code . '_merc';
|
$map = $country->code . '_merc';
|
||||||
if (!\File::exists(public_path('vendor/jvector/maps/' . $map . '.js'))) {
|
if (!\File::exists(public_path('vendor/jvector/maps/' . $country->code . '.js'))) {
|
||||||
$map = 'europe-merc';
|
$map = 'europe_merc';
|
||||||
}
|
}
|
||||||
@endphp
|
@endphp
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user