You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
I've got the map embedded on iOS but cannot change the default location.
I tried changing (in MapKit.js)
var MapKit = function() {
this.options = {
height: 260,
diameter: 1000,
atBottom: true,
lat: 33.281468,
lon: -71.104446
};
the lat and lon to different values but the map always opens to the same location.
What am I doing wrong here?
Cheers,