Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

google map markers and Appery DB

Good day

I have an issue in getting all users from user collection with lat long and reflecting them in google map.

it was working fine but now if I add new user it dose not appear in google map.

is there any limitation in appery DB or in number of markers that can be added to the map UI.
my app name is satha
my email is : a href="mailto:yalameer2001@yahoo.com" rel="nofollow"yalameer2001@yahoo.com/a
the issue in page called : searchForSatha

please help.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

google map markers and Appery DB

Hello Yahya,

There is no such limitations in Appery.io Database, you should first debug your implementation in your app - this should help you get started: https://docs.appery.io/docs/testandde...

Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

google map markers and Appery DB

Thank you for your answer.

The problem is the database list service dose not list all the records.

From the same collection when I use count I got 142 record, but when I list and check the data.length I got only 100 record. Really I am stuck and can't move forward.

Thank you.

sdanigo
Posts: 0
Joined: Sat Jun 06, 2015 8:50 pm

google map markers and Appery DB

By default, only the 100 first records are returned.
Change that in the service, before send, mapping, then enter a higher limit (max is 1000).

Return to “Issues”