Google Maps Usermap - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html) +--- Thema: Google Maps Usermap (/thread-36399.html) |
Google Maps Usermap - MyBB.de Bot - 14.04.2019 Eine neue Erweiterung wurde veröffentlicht: Google Maps Usermap Zitat:/*************************************************************************** RE: Google Maps Usermap - lenox - 15.04.2019 Da sich ja jetzt einige in das plugin eingearbeitet haben, hätte ich die Frage ob man auch irgendwie Marker Cluster verwenden kann speziell für hinzugefügte Orte. RE: Google Maps Usermap - Gerti - 15.04.2019 (15.04.2019, 15:45)lenox schrieb: Da sich ja jetzt einige in das plugin eingearbeitet haben, hätte ich die Frage ob man auch irgendwie Marker Cluster verwenden kann speziell für hinzugefügte Orte.Ich geeh mal davon aus, Du meinst mit "Marker Cluster" PINs! ("Marker Cluster" wird im PlugIn nirgend erwähnt) Du kannst im ACP die eigenen Orte selbst definieren und hierfür einen eigenen PIN einpflegen. Auch kanns Du die PINs name_des_pin.png selbst durch eigene Grafiken ersetzen. Sollte ich etwas missverstanden haben, spezifiziere bitte Deine Frage. RE: Google Maps Usermap - Schnapsnase - 15.04.2019 Hallo lenox, lege dazu in /images/pinimgs ein eigenes Pin-Img ab. In den Usermap-Einstellungen unter "Du kannst Dein eigenes PIN-Bild verwenden" trägst Du nur den Namen es Bildes ein (z.B. "mein_pin.png"). Dieses Image gilt nur für die zusätzlichen Orte. Im Feld für zusätzliche Orte trägst Du Deine Daten z.B. nach folgendem Muster ein: Code: ['<b>Titel<br /><span style="color:#0000FF;">Ort</span></b>', 52.872143, 12.661099, 1] RE: Google Maps Usermap - lenox - 15.04.2019 Das mit den eigenen Icons für pins ist mir klar, darum geht es auch nicht, ich würde diese gerne als marker Cluster anzeigen lassen wollen. Glaube ihr verwechselt pins mit cluster https://developers.google.com/maps/documentation/javascript/marker-clustering RE: Google Maps Usermap - Schnapsnase - 15.04.2019 Danke, jetzt hab ich`s begriffen. Das wäre wohl was für die nächste Ausbaustufe des Plugin. RE: Google Maps Usermap - itsmeJAY - 17.04.2019 Ich habe die Usermap nun geupdatet. Bis dato (von Jockl oder dem Vorgänger programmiert): Wenn "Höhe anzeigen" im ACP aktiviert war und die Benutzerkarte aufgerufen wurde, wurde pro Benutzer jeweils 1 Request an Google gestellt. Die Ladezeit war enorm hoch bei vielen Benutzern. Zusätzlich steigen so die Kosten bei Google. Ich habe nun folgendes umprogrammiert in Version 1.5.0: Wenn ein Benutzer ein PIN setzt, wird einmalig eine Anfrage an Google gesendet und die Höhenwerte in die Datenbank geschrieben. Bei Aufruf der Benutzerkarte, werden alle Höhenwerte der Benutzer aus der Datenbank geholt. Spart Traffic (= Kosten) und die Ladezeit ist wieder in Ordnung. RE: Usermap - Ian - 30.04.2019 Hello ... Firstly many thanks for updating and publishing this plugin ... You can confirm the syntax is correct in the upgrade
This command =
INSERT INTO mybb_settings (name, title, description, optionscode, value, disporder, gid, isdefault)
VALUES ('usermap_apikeythree', 'API key for elevation', 'The required API key (for the Elevation') must be generated in a GoogleMaps account. Informationen über die reference is <a "https://developers.google.com/maps/documentation/javascript/get-api-key" target = "_ blank"> find here code, text '', 0, ' 2 ',' GID ',' 0 '); Appears to have an un-needed ' in the line ' The required API key (for elevation ') Removing the last ' Appears to reslove the error?
However, I still see an error when attempting to use the new application, while the elevation is showing the attached error.
I'm running MYBB 1820 and the 1.5.0 release of this plugin
Many thanks in advance ..
Ian RE: Usermap - itsmeJAY - 30.04.2019 Hello, with the new update a new database field was added to save traffic and improve the loading time significantly. Are you already using the plugin or are you using it for the first time (First Installation)? Have users already registered in the Usermap? RE: Usermap - Ian - 30.04.2019 Hello .. Yes it was installed and working before - the location look up had stopped but I now know this was due to the Google API change ... The address lookup is working correctly now, but the problem with the elevation field stops the PIN from being added or changed, this is the case with and without the field set to YES/NO and the API key been added or not .. The error appears to suggest the DB does not know what to do with the supplied data and show the error as seen .. If you need any more info please let me know - but thanks for responding to this .. Kind Regards Ian |