CS5: live showing google maps visualization problem

I don't know that I didn't have this problem with Dreamweaver CS4.

View live view, the map what is grayed out and the message from google ' sorry, but we have no maps at this zoom level for this region "."

All the zoom / pan controls and markers appear, and zoom out does not help. The map looks good in all browsers.

Any ideas please?

I agree with Zabeth69.

If it's good in a browser, don't worry about this. A lot of elements doesn't show in LiveView anymore (in my experience). It is not an error

Tags: Dreamweaver

Similar Questions

  • Safari will not show Google Maps

    Just recently, I can't get Safari to display Google Maps - I use the version 9.0.3. I do a Google search for Google Maps and it shows a URL of type https://maps.google.co.uk , but if I click the link it translates into https://www.google.co.uk/maps and all that I get a blank page or one that shows just the words "Google Maps" in the upper left corner, without notice, that something is wrong.

    There was a suggestion in another thread that there was a problem with the DNS name servers but I already use the OpenDNS ones, and I have no problem at all with Firefox that shows the cards correctly. If I copy the URL using Firefox in Safari, I get the same result as before. It can be the cause of this problem?

    Try to run the update from the drop-down list. It contains a new version of Safari, which can solve the problem.

    10.11.4 update combo

    Make a backup using Time Machine or a cloning program, to ensure that data files can be recovered. Two backups are better than one.

    Try to set up another admin user account to see if the same problem persists. If back to my Mac is enabled in system preferences, the guest account will not work. The intention is to see if it is specific to an account or a system wide problem. This account can be deleted later.

    Isolate a problem by using a different user account

    If the problem is still there, try to start safe mode using your usual account.  Disconnect all devices except those necessary for the test. Shut down the computer and then put it up after a 10 second wait. Immediately after hearing the startup chime, hold down the SHIFT key and continue to hold it until the gray Apple icon and a progress bar appear. Startup is considerably slower than normal. This will reset some caches, forces a check for directory and disables all start-up and connection, among other things. When you restart normally, the initial restart may be slower than normal. If the system is operating normally, there may be 3rd party applications that pose a problem. Try to delete/disable the third-party applications after a reboot using the UN-Installer. For each disable/remove, you need to restart if you do them all at once.

    Safe mode - on El Capitan

    Start Mode without failure-El Capitan.

  • Google maps report problem fails: sending automated messages

    When I submit a problem report, I get: "we're sorry: your computer or your network sends automated... answers. "It works well with IE and Opera but not Firefox.

    URL of affected sites

    http://maps.Google.com/

    "Clear the Cache": Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.
    'Delete Cookies' sites causing problems: Tools > Options > privacy > Cookies: "show the Cookies".

    See http://kb.mozillazine.org/Clearing_the_cache and http://kb.mozillazine.org/Cookies

  • Remove Google map

    Hi all

    I have Google Map works very well. When I click on "where we are" Google openes do no problem but when I click on another button lets say "about us, Google remains in the background

    Even with the button all.

    Google map is a floating window.

    Can someone please?

    I need to finish the site very soon

    Thank you very much

    ________________________________

    Here's the plan3 in Flash CS5

    com.google.maps import. *;

    com.google.maps.overlays import. *;

    com.google.maps.controls import. *;

    Declare that a google maps variable. I called him gomap.

    You can call it as you want consitantly.

    var gomap:Map = new Map()

    GoMap.Key = "AIzaSyCB7G8sOKrqfW2-iwTb8PgWPDDZMnESz5k";

    Set the size of the map.

    gomap.setSize (new Point (500,425))

    Set the location of card.

    GoMap.x = 250

    GoMap.y = 300

    Add a listener to trigger the MapEvent function.

    gomap.addEventListener (MapEvent.MAP_READY, onMapReady);

    Add a child to fill the scene plan when out publishing (F12).

    this.addChild (gomap);

    Make the executed if plan a function.

    function onMapReady(e:Event):void

    {

    / * then bring in the control options. Below is code for

    navigation that has last position as zoom and pan. */

    To add the simple default value ZoomControl...

    gomap.addControl (new ZoomControl());

    / * or adjust the position of the zoom on the specific coordinates.

    There are four (4) anchor points of reference.

    _TOP_LEFT ANCHOR, ANCHOR _TOP_RIGHT, _BOTOM_LEFT ANCHOR and ANCHOR _BOTTOM_RIGHT.          */

    var zoom_position:ControlPosition = new ControlPosition (ControlPosition.ANCHOR_TOP_LEFT, 420 100);

    var myZoomPos:ZoomControl = new ZoomControl();

    myZoomPos.setControlPosition (zoom_position);

    gomap.addControl (myZoomPos);

    Scroll zoom is disabled by default, but you can enabled it like that...

    gomap.enableScrollWheelZoom ();

    To add the value default navigation controls to the default position...

    gomap.addControl (new NavigationControl());

    or place the order of navigation to the coordinates.

    var nav_position:ControlPosition = new ControlPosition (ControlPosition.ANCHOR_TOP_LEFT, - 60,40);

    var myNavPos:NavigationControl = new NavigationControl();

    myNavPos.setControlPosition (nav_position);

    gomap.addControl (myNavPos);

    To add the default map view control buttons to the default locations...

    gomap.addControl (new MapTypeControl());

    or set the position of the control buttons display map...

    var view_position:ControlPosition = new ControlPosition (ControlPosition.ANCHOR_TOP_LEFT, 110 330);

    var myViewPos:MapTypeControl = new MapTypeControl();

    myViewPos.setControlPosition (view_position);

    gomap.addControl (myViewPos);

    / * Set the coordinates of the center of the map and from display type to one of the four (4)

    ... basic map types (NORMAL) map, satellite (SATELLITE), hyrid (HYBRID), land (PHYSICAL)

    Set the zoom with an integer between coordinates and correspondence. In this example

    the zoom is set to 6 * /.

    gomap.setCenter (new LatLng (45.367969,0.445365), 16, MapType.HYBRID_MAP_TYPE);

    / * To find exactly LatLng... use google maps... Zoom, click with the right button on the place you want and

    Select "What's here?" Latitude, Longitude will appear in the search bar of cards * /.

    You can delete command to map mode buttons. In this example, the map of the land is removed

    gomap.removeMapType (MapType.PHYSICAL_MAP_TYPE);

    Add a variable marker specific latitude and Longitude.

    This can be at the same or different details than the setCenter LatLng.

    var myMarker: marker = new marker (new LatLng (45.367969,0.445365))

    /*

    You can delete my marker of the library and replace it with a custom clip.

    Right-click in your chart and convert to symbol. Make a Movieclip.

    Name marker1. Opening of the library. (Ctrl L or F11)

    In the link section, select export for Action Script and image export 1.

    Click OK. An ActionScript class warning will appear: "a definition of this class..." »

    Click OK.

    (You can also check by selecting yor marker in the library list. (Ctrl-L)

    Right-click in the list. Select Properties. Open the properties of the symbol.)

    Important! Make sure that your marker indicates graft!

    (You can open it in the library (Ctrl-L), click the icon to make it editable, then)

    move it back to the point to the line of sight that are the exact coordinates

    for the LatLng). In this way it will show in the right place when you zoom in.

    */

    new MarkerOptions ({icon: new marker1()})

    Turn the shade of marker on and off with the values true or false.

    (({hasShadow: true}));

    gomap.addOverlay (myMarker);

    }

    :

    about.addEventListener (MouseEvent.CLICK, buttonClickHandlerB)

    function buttonClickHandlerB(evt:MouseEvent):void {}

    this.removeChild (gomap);

    gomap.removeEventListener (MapEvent.MAP_READY, onMapReady);

    GoMap = null;

    }

  • Google Map in MSO problem

    Hello

    I'm a code Google Map integrating a web overlay in a pop-up MSO. Specifically, copy the following code:

    " < iframe width ="425"height ="350"frameborder ="0"scrolling =" "marginheight ="0"marginWidth ="0"src =" http://maps.google.com/maps?f=d & source = s_d & saddr = pescara, Italy & daddr = SP8, Penne, + Italy + to: Aquila, + Italy & hl = en & geocode = FTr2hwIdz-PYACm3HIw1DqYxEzEQ9Dmymk8JBA % 3BFVYTiAIdJuPTAClHGB m1FskxEzEl77Dh58Av4w % 3BFWo4hgIdfnfMACl_AKeq0ywuEzGw6zmymk8JBA & aq = & sll = 42.456901, 13.922596 & DPA = 0.081182, 0.140419 & t = h & dirflg = h & mra = ls & ie = UTF8 & he's = 42.41224, 13.80931 & spn = 0.12306, 2 0,8188 & output = embed "> < / iframe > < br / > < small > < a href =" http://maps.google.com/maps?f=d & source = embed & saddr = pescara, Italy & daddr = SP8, Penne, + Italy + to: Aquila, + Italy & hl = en & geocode = FTr2hwIdz-PYACm3HIw1DqYxEzEQ9Dmymk8JBA % 3BFVYTiAIdJuPTAClH GBm1FskxEzEl77Dh58Av4w % 3BFWo4hgIdfnfMACl_AKeq0ywuEzGw6zmymk8JBA & aq = & sll = 42.456901, 13,92259 6 & DPA = 0.081182, 0.140419 & t = h & dirflg = h & mra = ls & ie = UTF8 & he's = 42.41224, 13.80931 & spn = 0.12306, 0.81 882 "style =" color: #0000FF; text-align: left "> view larger map < /a > < / small > "

    Unfortunately, it generates a volume of MASSIVE file. (See the attached screenshot)

    screenshot.jpg

    Now, I'm pretty sure that a TEST .folio page will not produce a file over 1 GB. Has anyone encountered this problem before?

    I use the tools V19 and CS5.

    I guess that's because I'm using < iframe >?

    Concerning

    Rob Gould

    Is the local HTML code in its own folder? All files in the folder where the HTML file will appear are downloaded.

  • GOOgle maps and the problems of flash cs4

    Hello, I have a problem.

    I did a site in Flash cs4 with several pages that you enter by clicking on the button.

    Then in one of the pages I wanted to insert google map so I did the installation of the google maps.

    Then, I entered a keyframe and insert the ActionScript for the google map:


    import com.google.maps.LatLng;
    import com.google.maps.Map;
    import com.google.maps.MapEvent;
    import com.google.maps.MapType;
    import com.google.maps.InfoWindowOptions;
    import com.google.maps.LatLngBounds;
    import com.google.maps.MapMoveEvent;
    import com.google.maps.overlays.Marker;
    import com.google.maps.overlays.MarkerOptions;
    import com.google.maps.interfaces.IPolyline;
    com.google.maps.services import. *;

    var dir:Directions;
    var polyline:IPolyline;
    var map: map

    function setupMap() {}

    map = new Map();
    Map.Key = "ABQIAAAA38eqZ79rYEIJwNYsDl4kqO9UF00lgandsoandso... » ;
    map.setSize (new Point (800,500));
    Map.x = 150;
    Map.y = 150;
    map.addEventListener (MapEvent.MAP_READY, onMapReady);
    this.addChild (map);

    }
    setupMap();

    function onMapReady(event:Event):void {}

    dir = new Directions();
    dir.addEventListener (DirectionsEvent.DIRECTIONS_SUCCESS, onDirectionsLoaded);
    dir. Load ("Belgrade");

    }
    function onDirectionsLoaded(event:DirectionsEvent):void {}

    }

    GOOGLE MAP WORK NICE BUT,

    I have a problem when I go to another page google map stays on this page too...

    with a page from the last keyframe apearing on other pages, I always solved with the entry BLANK KEY FRAMES BETWEEN THEM IN A TIMELINE.

    THIS IS ACTIONSCRIPT...

    I do not know how to stop google map when I go to the other page, his trips, he...

    pls help I have more solutions.

    Thank you

    I fairly well supplied all the necessary details in what I have described.  Create a new movieclip with nothing in it symbol.  Place it in a frame where you want the card to appear in the timeline and assign it an instance name ("emptyMC" works).  In the code that show you, change...

    this.addChild (map);

    TO

    emptyMC.addChild (map);

    This should work unless there is something on Google maps that I know not (which is very likely since I haven't used their is still Flash)

  • I have a scooter that can not go on the road. It is a navigation problem for cards from Apple and Google Maps for the watch. Does anyone have a solution?

    Hello

    I recently got a scooter that goes from a maximum of 40 mph and cannot legally go on the highways. I was worried about navigation on the thing, since I can't hear my phone, but I thought the directions can get sent to my watch. My problem is that Google Maps can really follow the navigation on the watch, so I can still see the signs when I put my wrist; still, he turns back to the lock screen. So I stop, remove my gloves, and pull up the directions. On the other hand, Apple cards can't do navigation for bicycles or avoiding the road. I tried to use cards of Apple walking directions, thinking I can correct errors on one-way streets myself, but Siri decided I was going too fast, spent my navigation to drive and tried to send me on the highway.

    Anyone has a solution, or am I better off memorizing the card before entering the thing?

    Thank you!

    Hello

    To have your watch to return to the last used app to raise your wrist:

    -On your iPhone, in the application of Eve, go to: Watch My > General > screen Wake > under the heading "Raise the wrist", choose the RESUME last activity.

    If we consider how you could use your watch, note the safety information important in the Apple Watch user's Guide, which includes sections headed Distraction and Navigation:

    https://help.Apple.com/watch/#/apdcf2ff54e9

  • My google map stopped working: I have firefox 12.0 and my google map shows just a white square instead of the map.

    My Google map does not load. It displays an empty blue square instead of the map. I disabled all extensions of pluginsand started in safe mode, cleared cache and cookies, but nothing is done. WOT to do!
    It works in Chrome, but also have the same problem with IE9. I don't know when it started, but it was working fine last month.

    Looks like a problem with the width of the containers that have the width set to 100% 0

    These style rules make the images appear for me:

    @-moz-document domain(www.ctiscarborough.org.uk){
    div.view-content > div > div > div,
    div.view-content > div > div > div > div,
    div.view-content > div > div > div > div > div {width:100%}
    }
    
  • I have a problem when using Google Maps, at a certain point my custards computer window and says there is a problem with the display drivers and he recovered, but it is not. Problem does not occur with Int Explorrer, so I don't think it's the computer

    When using google maps via Firefox, after asking a place which is not the General section of North America who comes up regularly, the firefox screen becomes white with a narrow banner at the top. A message appears in the lower right corner that says something on display drivers having had a problem, but now have been recovered. However, the display is not recover and the message of the banner is that Firefox is not responding. When I go to restart Firefox if I'm about to restore, the page is still frozen.
    I don't think there is a problem with my computer because it doesn't happen if I used to go to google maps, then G-cards works normally.
    This phenomenon didn't happen before the last update Google or Firefox. I used Fiefox for some years and also Google Maps on previous computers and on this one and not had it before.
    It is a relatively young computer (Asus EeSlate 121) less than a year. I have used Firefox since I bought it and until recently had no problem with Google Maps.

    I solved it myself, after the 'note' that was FF/Mozilla, just as I finished my message, commenting on what it was that my system was, I wnnt back to check my plug-ins, etc. I downloaded the latest Java, the TWO 32-bit AND 64-bit versions and latest Firefox.
    Now everything works.
    Thank you
    B.

  • Slate 7 voicetab: problem with Google Maps.

    Friends, long since I've updated my tab to Kitkat of JellyBean, I have a problem with Google maps. Whenever I use Google maps, it freezes the tab at some point and then I have to restart the tab. I updated the app several times and restored too. A tab reset but still having the same problem. What should I do to prevent it? At the moment I use 'maps', but I need to use Google maps. Please give notice to fix the problem.

    Hi there @Mono45

    Welcome to the Forums of HP Support! It's a good place to find the help you need, so many other users, the HP experts and other members of the support staff. I understand that your 7 Slate freezes on you when you try to run Google Maps. I'm happy to help you with this.

    I would recommend that you go well following linked page from above and in the section on the use of "find the solution that fits...." ' article 'an apps constantly reply on your HP Tablet.

    HP tablets - tablets hangs or freezes (Android KitKat, Jelly Bean)

    If it works for you, please mark this message as a solution.

  • Google Maps shows a white screen to 9.1 Safari

    Hello.

    I tried to solve this problem for a customer for a few days now. When I try to open Google Maps in Safari, I get a blank screen or the same screen with text (he said so far the two 'Google Maps' and ' < '). Very occasionally, I will be able to use the site correctly, apparently at random. This problem does not occur on Google Chrome, which is also installed on this computer, but my customer insists on the use of Safari.

    I tried to clear the cache using the "Safari > Preferences... > privacy > remove all data from the Web site" without success. I also tried the system update to the latest version of El Capitan, hoping that it would include an update for Safari, which would solve the problem. Yet once again, this proved unnecessary.

    Can anyone help me identify and solve the problem?

    Safari - no support for third-party modules can cause Safari to suddenly quit, or have performance problems

    Safari does not load a page or webpage elements are missing

    Safari / other browsers - Web site does not

  • Google Maps showing is not the real device...

    Hi all

    I use third party API for google maps on BlackBerry. I downloaded the library card from the link below.

    http://www.nutiteq.com/MGMaps-lib-SDK-downloads

    The app works very well and the cards are displayed in the Simulator, but when it is deployed on

    real aircraft, the map is displayed in red. I use Wi-Fi for internet and I use

    BlackBerry 8520 device and BB Java Plug in for Eclipse.

    Please help me, very important in my project.

    Kind regards

    Saran.

    Hi Simon,.

    Thanks for your reply, I solved my problem and its working fine now.

    Kind regards

    Saran.

  • BlackBerry Smartphones Google Maps - problem 'failed to connect '.

    For the last two weeks, I started getting a "connection failed" problem with Google Maps on my BB Torch 9800.  I tried to pull the battery, reinstall Google Maps, working on a connection wi-fi-etc. but logging into Google Maps still does not work.

    The Google Maps app works fine, otherwise.  The only problem is that I'm not able to get my "favorite places" when I log in the application with gmail and my password.

    Any help would be appreciated!

    Equals your account password Google or you have changed it in the last few weeks? So if you check under your application's permissions are your Interactions and user data are configured to allow. Restart your device and try again

  • Problem with Google Maps blackBerry Smartphones?

    Hi, I'm having a lot of problems with the Google Maps download.

    I just got my blackberry a couple of weeks, and google maps is a feature that I really need.

    I have download it without problems, and then when I opened the application I can search for a place with no trouble.

    However, I can't find any more places. If I enter another address, I get the 'getting directions' screen and he's looking for hours and hours. Finally, I just delete the program and reinstall it if I want to search for another location.

    Why should I do this? Is there something wrong with my phone?

    Upgrade to the latest OS:

    See the link below for download and simple installation instructions.

    http://www.BlackBerryForums.com/General-8500-series-discussion-Gemini/235791-latest-OS-8520-5-0-0-13...

    Make a backup of your device first, using Desktop Manager > backup. Close the office at the end Manager.

    1. download the OS files to the PC then install on the PC by running (double click) the downloaded file.
    2. go in c:\program files Research in motion\apploader and delete the file named "vendor.xml."
    3. plug in the BB and double-click on "Loader.exe." It is located in the same place as the above vendor.xml file.

  • Google map - show several markers location

    Hi all

    I'm working with google api and javascript and show multiple markers of location

    I got this code to get started:

    http://jsfiddle.NET/g95q8L76/


    Places My goal is to get my address to my database and replace hardcoded with my variable addresses rather than their...

    below, may seem a little strange, but illustrates my fail...

    -I get an error when I try to replace the text of harcoded with my variable (with the same text)


    -> This causes error undefined geocode = failed: OVER_QUERY_LIMIT

    I think it's because it's a string not not an array / object?

    Q: How can I get this to work and convert tabular return?



    <! doctype html >

    < html >

    < head >

    < meta charset = "UTF-8" >

    the multi Document < title > 1 < /title >

    " < link rel ="stylesheet"href =" https://code.jQuery.com/Mobile/1.4.5/jQuery.mobile.structure-1.4.5.min.CSS " />

    " < script src =" https://code.jQuery.com/jQuery-1.11.1.min.js "> < / script > .

    " < script src =" https://code.jQuery.com/Mobile/1.4.5/jQuery.Mobile-1.4.5.min.js "> < / script > .

    < script type = "text/javascript".

    SRC =

    " https://maps.googleapis.com/maps/API/js?v=3.exp & Sensor = false ">

    < /script >

    < style type = "text/css" >

    HTML, body {#map_canvas}

    height: 500px;

    Width: 500px;

    margin: 0px;

    padding: 0px

    }

    < / style >

    < / head >

    < body >

    < script >

    try to replace this work with my version-var error of fact

    localities of var =]

    ['Location 1 name', 'New York, NY","URL of location 1"].

    ["Name location 2", "Newark, NJ", "URL of location 2"],

    ['Location 3 Name', 'Philadelphia', "URL of the location 3"]

    ];

    my attempt (really come from addresses database - this simple for the moment)

    var sites =

    "[["Name location 1","New York, NY","URL of location 1"], ["Name location 2","Newark, NJ, "2 location URL"] ["Name of the location 3", "Philadelphia, PA", "3 location URL"]];

    localStorage.setItem ("tryit", communities);

    This will cause the error = undefined geocode failed: OVER_QUERY_LIMIT

    I think it's because it's a string not not an array / object?

    Q: How can I get this to work and convert tabular return?

    var sites = localStorage.getItem ("tryit");

    var geocoder;

    var map;

    var limit = new google.maps.LatLngBounds ();

    function initialize() {}

    map = new google.maps.Map)

    document.getElementById ("map_canvas"), {}

    Center: new google.maps.LatLng (37,4419,-122.1419),.

    Center: new google.maps.LatLng (34.1623449,-118.3995877).

    Zoom: 13,

    mapTypeId: google.maps.MapTypeId.ROADMAP

    });

    Geocoder = new google.maps.Geocoder ();

    for (i = 0; i < locations.length; i ++) {}

    geocodeAddress (rentals, i);

    }

    }

    google.maps.event.addDomListener (window, "load", initialize);

    function geocodeAddress (rentals, i) {}

    Title var = rentals [i] [0];

    var address = rentals [i] [1];

    var url = locations [i] [2];

    Geocoder.geocode ({}

    'address': locations [i] [1]

    },

    {function (results, status)

    If (status == google.maps.GeocoderStatus.OK) {}

    var marker = new google.maps.Marker({)

                    icon: ' http://maps.Google.com/mapfiles/Ms/icons/blue.PNG ',

    Card: card location,

    position: results [0].geometry.location,.

    Title: title,.

    Animation: google.maps.Animation.DROP

    address: address,.

    URL: url

    })

    infoWindow (marker, map, title, address, url);

    Bounds.extend (Marker.GetPosition ());

    map.fitBounds (bounds);

    } else {}

    Alert ("geocode from" "+ address +" failed: "+ status);

    }

    });

    }

    function infoWindow (marker, map, title, address, url) {}

    google.maps.event.addListener (marker, 'click', function () {}

    var html = "h3 > < div > < ' + title + ' < / h3 > < p >" + address + "< br > < / div > < a href =" "" + url + "' > display location < /a > < /p > < / div >"

    IW = new google.maps.InfoWindow({)

    content: html,.

    maxWidth: 350

    });

    IW. Open (map, marker);

    });

    }

    function createMarker (results) {}

    var marker = new google.maps.Marker({)

            icon: ' http://maps.Google.com/mapfiles/Ms/icons/blue.PNG ',

    Card: card location,

    position: results [0].geometry.location,.

    Title: title,.

    Animation: google.maps.Animation.DROP

    address: address,.

    URL: url

    })

    Bounds.extend (Marker.GetPosition ());

    map.fitBounds (bounds);

    infoWindow (marker, map, title, address, url);

    return marker;

    }

    < /script >

    < div id = "map_canvas" style = "width: 750px; height: 450px; border: 2px solid #3872ac; "> < / div >

    < / body >

    < / html >

    The question is because your attempt to locations var is actually a string, not a table that is needed to treat a Geolocation. That's why you get 150 thousand alert messages trying to loop through each element of array and process geolocation, but since your var is a string, it is a loop in the length of the string, which is equivalent to 150 thousand characters. The solution is to build a picture of your DB rather than build a chain. Essentially when you query your DB create an empty array, then when you dynamically loop results from your DB to get the data use the array.push method javascript (or the equivalent php if you treat the results of DB in php) to push loop iteration in a new array element. You must also use a console.log instead of an alert message you don't need to close each message alert and essentially freeze your application being debugged.

    OVER_QUERY_LIMIT is because you're trying to send too many requests of geolocation (see 150 thousand above), who is strangled by Google. So he tries not to geotag a location that already has a location recorded in the comic book, you should be storing the result of geolocation in your database. Also I don't really know why you create a var, try storing in localstorage, then immediately retreiveing data storage local to continue the process of your markers. It seems unnecessary to do so, unless you store in the local storage for another reason. For debugging, the issue of marker, it is best to remove any factor the localstorage useless until make you it work with your markers and then refactor your localstorage logic in the script after that a Lite version works.

    best,

    Shocker

Maybe you are looking for