Response from the admin in german:
in der Datenstruktur steht in der Tabelle wp_leafletmapsmarker_markers die Datenfelder “lon” und “lat” auf: decimal(9,6), also eine 3-stellige Dezimalzahl mit 6 Kommastellen. Die eingetragenen Werte stehen allerdings auf 48.000000 bzw. 12.000000
Dasselbe gilt für die tabelle wp_leafletmapsmarker_layers und die Felder “layerviewlat” und “layerviewlon”. Das Problem muss also irgendwo anders liegen, irgendwo im Quellcode wird wohl ein Datentyp als Integer definiert sein.
Das kann ich aber leider nicht nachvollziehen.
translation:
data type is decimal (9,6) for wp_leafletmapsmarker_markers and wp_leafletmapsmarker_layers, so the problem should be in the source code of the plugin, not in the database
it seems it is the rounding problem. i’ve chosen a point far away and it rounded again to non-float.
Can i fix this inside wordpress or do i need admin rights for the database?