Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter boos11

    (@boos11)

    possible that there is a problem with commas
    after entering the place, the script automatically adds the trajectories with a comma

    in google maps with a dot

    Plugin Author Ian Dunn

    (@iandunn)

    Check out this post.

    Thread Starter boos11

    (@boos11)

    hi

    Those work for me, so I’m guessing the problem is with your server. Either there’s a firewall that isn’t allowing outgoing HTTP connections, or PHP isn’t configured to enable the curl(), fopen(), etc functions. Neither of those are common, so I’d check with your hosting company.

    hi
    Thank you for your answer

    I sent a query to the hosting
    server has no firewall for the function curl (), fopen (), etc. functions

    This is the server settings:
    https://home.pl/files/phpinfo.php5

    may have some ideas?

    Plugin Author Ian Dunn

    (@iandunn)

    I was actually referring to my first reply, where I linked to https://www.itouchmap.com/latlong.html. Try using the coordinates that you get from that page instead of the ones you were using before.

    The firewall issue was a completely separate problem for a different person. You can ignore all of that stuff, it’s not relevant to your problem.

    Thread Starter boos11

    (@boos11)

    Thank you for your response.
    I write in plugin the address for the marker is almost good looks.
    script gives the dot [.] Latitude and Longitude in, instead of giving a comma [,]
    wrong is the Latitude and Longitude designation because google does not accept Latitude Longitude, for example, and 50,0252 19,4520

    unfortunately I can not write manually to script the Latitude and Longitude because this option is disabled so the webpage will not help me

    link1.jpg
    link2.jpg
    i haven’t edit Latitude and Longitude

    Plugin Author Ian Dunn

    (@iandunn)

    The lat/long fields are always disabled, they’re only there to show you the coordinates that were geocoded from the address.

    You can enter the coordinates directly into the Address field.

    Thread Starter boos11

    (@boos11)

    so, I tried this solution
    unfortunately it does not work
    still in the Latitude and Longitude with a comma
    I think that this point can be generated by a script
    a.jpg

    Plugin Author Ian Dunn

    (@iandunn)

    I did some searching and it looks like it’s a bug with Google Maps with languages that use a comma as a separator in floating point values instead of a decimal point. I’ll see if I can fix it in a future release.

    Thread Starter boos11

    (@boos11)

    thank you very much for your help ??

    Plugin Author Ian Dunn

    (@iandunn)

    I added some code in version 1.6 to try and fix this. Can you test it out and let me know if it works for you?

    Thread Starter boos11

    (@boos11)

    Hi Ian

    thanks for the update
    Unfortunately, the error does not disappear
    I still have the commas

    any ideas?
    plugin.jpg

    your plugin is the best of all and I would like to use it
    thx

    Thread Starter boos11

    (@boos11)

    I removed the readonly = “readonly” in the settings.php file for these two fields (“Map Center Latitude” & “Map Center Longitude”)

    I entered the location of a dot there – but after saving it turned me on comma

    when editing the “Map Center Latitude” & “Map Center Longitude” map does not work

    Plugin Author Ian Dunn

    (@iandunn)

    It only takes effect when the map loads, so you’ll still see the commas in the back end. Did you check the map itself, or just the settings?

    Thread Starter boos11

    (@boos11)

    when I type in the settings /
    Map Center Address 19.20
    get
    Map Center Latitude 18.977563
    21.8568586 Longitude Map Center

    then
    Map Center Address 20.20,20.20
    get
    Map Center Latitude 18.0137973
    17.2902839 Longitude Map Center

    Map Center Address 20.20 20.20
    get
    Map Center Latitude 18.0137973
    17.2902839 Longitude Map Center

    Map Center Address 50.286264,19.104079
    get
    Map Center Latitude 50.2845818
    Map Center Longitude 19.099111
    ok but the map shows 19.00000 20.00000 and

    Thread Starter boos11

    (@boos11)

    I checked on another server and everything is ok
    but on the server where I want to use this plugin – not working

    This is the default functions of my server – maybe there is a problem
    https://www.home.pl/files/phpinfo.php5

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘[Plugin: Basic Google Maps Placemarks] plugin error – bad displays a map’ is closed to new replies.