test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • cssbox Friend
    #182769

    I have some points on my job board map. But map don’t show some locations. For example I have 3 jobs in location “Kalisz” but I don’t see it on the map (picture 1). When I click Show source in my browser I have Google API Java Script code with this location so it should show it.

    geocoder.geocode( { ‘address’: “Kalisz , kaliski” }, function (point, status) {
    if (status == google.maps.GeocoderStatus.OK) {
    var info = “<div style=’text-align:left; padding: 5px; max-height:300px; overflow:auto;’>”
    + “<strong><a href=’/index.php?option=com_jajobboard&view=jajobs&layout=jaview&cid[]=19&alias=specjalista-ds-sprzedazy-flotowej&Itemid=0′>Specjalista ds. Sprzedaży Flotowej</a></strong> <br/>”
    + “Lokalizacja: Kalisz – Powiat kaliski”;

    info += “<br/><hr/><strong><a href=’/index.php?option=com_jajobboard&view=jajobs&layout=jaview&cid[]=18&alias=specjalista-ds-sprzedazy&Itemid=0′>Specjalista ds. Sprzedaży</a></strong> <br/>”;
    info += “Lokalizacja: Kalisz – Powiat kaliski”

    info += “<br/><hr/><strong><a href=’/index.php?option=com_jajobboard&view=jajobs&layout=jaview&cid[]=16&alias=dyrektor-zarzadzajacy&Itemid=0′>Dyrektor Zarządzający</a></strong> <br/>”;
    info += “Lokalizacja: Kalisz – Powiat kaliski”

    info += “<br/><hr/><strong><a href=’/index.php?option=com_jajobboard&view=jajobs&layout=jaview&cid[]=22&alias=oferta-premium&Itemid=0′>oferta premium</a></strong> <br/>”;
    info += “Lokalizacja: Janków – Powiat kaliski, Kalisz – Powiat kaliski, Biernatki – Powiat kaliski”

    info += “<br/><hr/><strong><a href=’/index.php?option=com_jajobboard&view=jajobs&layout=jaview&cid[]=17&alias=kierownik-zakladu&Itemid=0′>Kierownik zakładu</a></strong> <br/>”;
    info += “Lokalizacja: Janków – Powiat kaliski, Kalisz – Powiat kaliski”
    info += “</div>”;

    var infowindow = new google.maps.InfoWindow({
    content: info
    });

    var marker = new google.maps.Marker({
    position: point[0].geometry.location,
    map: map,
    title:”Kliknij żeby zobaczyć oferty w okolicy: Kalisz – Powiat kaliski”
    });

    google.maps.event.addListener(marker, ‘click’, function() {
    infowindow.open(map,marker);
    });

    }
    });

    Next when I add new job in this location “Kalisz”, Job Board Map will show it corect (picture 2). And it shows links to new and 3 old jobs too.

    Next when I remove new job, Job Map Module will not show this location again.

    I think it is error. What should I do?


    1. maps
    HeR0 Friend
    #474985

    Hi Cssbox,

    I don’t think so. I think that it may be it caused by cache.

    Regards,

    cssbox Friend
    #475038

    I delete all cache files. And In my site cache is off. Template cache and Optimize JS is off too.

    I clear browser cache too.

    HeR0 Friend
    #475094

    Hi Cssbox,

    I have checked that problem and could see that Google map can only display maximum of 10 points per page. I have notified Dev team and hope they will have the solution to resolve this problem. You can follow the status of this issue at http://pm.joomlart.com/browse/JAECPLGGMAPJIVI-22 .

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  HeR0 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum