Okay
  Public Ticket #1087647
Map Location
Closed

Comments

  •  2
    Karl Brown started the conversation

    So when I enter my Latitude and Longitude the map doesn't show the correct map and the pin disappears. Maybe I'm doing something wrong. Please help.

  •  840
    Jelly replied

    Hi,

    Make sure you have Google API Key to use for you map. Check more detail here:

    Google Maps Errors For HTML

    Best Regards,
    Jelly Team

  •  2
    Karl Brown replied

    I added my API, the map still doesn't work. It appears that the map isn't reentering on the new pin location. Can you please help?

  •  840
    Jelly replied

    Hi,

    Change Google Map

    1. Open plugins.js in js folder
    2. To change map, please change in line 138
    3. To change pointer, please change in line 208
    4. Please notice: Fist Value Latitude, Second Value Longitude

    Best Regards,
    Jelly Team

  •  2
    Karl Brown replied

    Hello,


    Please watch this short video shared with you from Dropbox to see what I doing.


    https://www.dropbox.com/s/cp0fxbfzt45lz26/WebsiteMap.m4v?dl=0


    Thank you,

    Karl

  •  840
    Jelly replied

    Hi,

    You miss step 3. To change pointer, please change in line 208. Please go to line 208 and change the pointer coordinate again.

    Best Regards,
    Jelly Team

  •  2
    Karl Brown replied

    Hi,


    Line 208  says "center : latlng," what do I need to change? isn't it referencing the varibale LatLong?

  •  840
    Jelly replied

    Hi,

    So please looking for some thing like below and change cooradinate to change the pin position to new address.

    var point0 = new google.maps.LatLng(40.712503557180824,-74.00073790361023); <!-- (Fist Value Longitude, Second Value Latitude), can obtain YOUR coordenates here!: http://universimmedia.pagesperso-orange.fr/geo/loc.htm -->
    

    Best Regards,
    Jelly Team