7 years ago
10
Topic

Im displaying list of organisations in the map but for some reason the map doesnt show all the items. But when i created i see only few items.

Can you please help and let me know why its happening

Get a VIP membership
4229 Posts
Kadministrator
7 years ago
3
Level 1

Depending on how you set options, they might be grouped or you need to zoom in to see all items. Or you just forgot to turn off limit and pagination.

7 years ago
2
Level 2

I have check the settings but i don't see any place I have restricted these listings. Also everytime I refresh my map I see pins in different location (which is displaying different items all the time) i assume random order probably causing this. But I want to display all the items. 

4229 Posts
Kadministrator
7 years ago
1
Level 3

This restrictions can be set in the list configuration and in menu or in list field / module if you use those to display the list.

7 years ago
0
Level 4

Thank you so much for the reply. I had a look at all the possible areas for any restrictions and couldnt find any.. I did a debug too but cant find any restrictions


SELECT t0.id AS pid,t0.pk AS pk,t0.pkb AS pkb,t0.parent_id AS parent,t0.author_id AS author,t0.cck AS cck,t0.storage_location AS loc,tt.id AS type_id,tt.alias AS type_alias
FROM `#__cck_core` AS t0
LEFT JOIN `#__content` AS t1 ON t1.id = t0.pk
LEFT JOIN `#__cck_core_types` AS tt ON tt.name = t0.cck
WHERE t1.state = 1
AND t1.access IN (1,1,2)
AND ( t1.publish_up = '0000-00-00 00:00:00' OR t1.publish_up <= '2016-12-20 00:25' )
AND ( t1.publish_down = '0000-00-00 00:00:00' OR t1.publish_down >= '2016-12-20 00:25' )
AND t0.cck = 'buyability_network'
ORDER BY t1.title ASC

SELECT COUNT(t0.id)
FROM `#__cck_core` AS t0
LEFT JOIN `#__content` AS t1 ON t1.id = t0.pk
LEFT JOIN `#__cck_core_types` AS tt ON tt.name = t0.cck
WHERE t1.state = 1
AND t1.access IN (1,1,2)
AND ( t1.publish_up = '0000-00-00 00:00:00' OR t1.publish_up <= '2016-12-20 00:25' )
AND ( t1.publish_down = '0000-00-00 00:00:00' OR t1.publish_down >= '2016-12-20 00:25' )
AND t0.cck = 'buyability_network'

0.037 seconds (0.037); 17.35 MB (17.348) - afterSearch [Cache=OFF] = 304 results.

7 years ago
5
Level 1

I was testing this out and suddenly my map disappeared.. I have no idea whats wrong. Is it the API keys? 

4229 Posts
Kadministrator
7 years ago
4
Level 2

If not already, you need to update to the latest version of map template end enter API keys in template configuration in template manager (a bit hidden away..)

7 years ago
3
Level 3

Hi Klas, Thank you for keep posting in this thread. But the version I have installed is 2.0 map and I have add the API key in template construction section already. 

4229 Posts
Kadministrator
7 years ago
2
Level 4

Have you tried using some other list template to see if you get all results? I'm shooting in the dark here...

7 years ago
1
Level 5

Yes I re-create new list and search and check.. Still the same results..:( 

4229 Posts
Kadministrator
7 years ago
0
Level 6

What I meant is to use other list template (seb_list ) to see if you get all results there

Get a VIP membership