-
AuthorPosts
-
cssbox Friend
cssbox
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
December 2, 2012 at 10:15 pm #182769I 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?
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
December 3, 2012 at 7:07 am #474985Hi Cssbox,
I don’t think so. I think that it may be it caused by cache.
Regards,
cssbox Friendcssbox
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
December 3, 2012 at 12:21 pm #475038I 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
December 4, 2012 at 3:45 am #475094Hi 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
AuthorPostsViewing 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
Ja Job Map Module
Viewing 4 posts - 1 through 4 (of 4 total)