+ Reply to Thread
Results 1 to 8 of 8

Thread: Google contacted me for Search on map Google map violation?

Hybrid View

  1. #1
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,201
    Hello guys,

    Here is a solution for displaying the google logo on Leaflet:

    1. Go to templates > your_template > css > style.css

    find this line .map-capture > img and replace the code inside with
    Code:
    Only registered members can view the code.
    then add below these styles:

    Code:
    Only registered members can view the code.

    2. Then go to public_html > libs > maps > maps.js > find case 'google': and before break:

    add:
    Code:
    Only registered members can view the code.

    3. Now upload this svg with google logo into templates > your_template > img

    glogo.svg.zip
    Last edited by Rudi; June 4, 2022 at 08:27 AM.

  2. #2
    Thank you, Rudi.

+ Reply to Thread