Array in latitude, longitude not being set
-
I have a super odd bug.
When ever I visit the interactive map I created by via my own IP Address am looking at the map it center on my location of Vancouver Canada.
Here is the query I was using:
'width' => 990, 'height' => 800, 'map_type_id' => 'satellite', 'zoom' => 2, 'latitude' => 37, 'longitude' => -6, 'fit_bounds' => false,
Latitude Longitude should be near Saville, Spain.
Yet when I checked the site I get the map the looks like this: https://cl.ly/image/0e1K302d2n1w
It’s clear centered to Vancouver, North America which is a 49 Latitude, Longitude -123.Yet if I proxy into another IP address or a get screenshots from Boston, Seattle, or UK. It give’s what I think is the proper location. See Screenshot. https://cl.ly/image/3D0b1n382h3F
Is there some setting I don’t know about? How do I turn this off?
- The topic ‘Array in latitude, longitude not being set’ is closed to new replies.