12-02-2017, 08:41 PM
02-10-2018, 11:07 PM
Any Javascript errors?
04-30-2018, 05:29 AM
Hello, I will not see a map in the overview and in new posts. Have all the templates and thread fields as in the description taken and the umap.php I have enabled under plugins. And I only need the markerclusterer_packed.js from the MarkerClustererPlus package I have loaded it from github because the link from the description does not work.
Does anyone have an idea what the error can be?
[attachment=1175]
[attachment=1176]
best regards
lenox
Does anyone have an idea what the error can be?
[attachment=1175]
[attachment=1176]
best regards
lenox
05-01-2018, 10:45 PM
There is a probability the current Google Maps API needs API Key.
https://developers.google.com/maps/docum...https://developers.google.com/maps/documentation/javascript/adding-a-
https://developers.google.com/maps/docum...https://developers.google.com/maps/documentation/javascript/marker-
https://developers.google.com/maps/docum...https://developers.google.com/maps/documentation/javascript/adding-a-
https://developers.google.com/maps/docum...https://developers.google.com/maps/documentation/javascript/marker-
05-02-2018, 02:21 AM
Thanks with
Code:
|
does it work on new thread and edit. However, no map is displayed on the threadlist page.
I have at Settings Overrides
Code:
|
And a empty umap_forumdisplay_threads_sep template.
05-04-2018, 10:15 PM
(05-02-2018 02:21 AM)crow Wrote: [ -> ]Thanks withCode:
<script> async defer src = "https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap" </ Script>
does it work on new thread and edit. However, no map is displayed on the threadlist page.
I have at Settings OverridesCode:
tplhtmlcomments = 0
And a empty umap_forumdisplay_threads_sep template.
The callback calls initMap function, while we use initialize function.