Page 1 of 1

google map markers and Appery DB

Posted: Tue Aug 22, 2017 12:05 pm
by Yahya

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.


google map markers and Appery DB

Posted: Tue Aug 22, 2017 12:41 pm
by Illya Stepanov

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...


google map markers and Appery DB

Posted: Wed Aug 23, 2017 6:19 am
by Yahya

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.


google map markers and Appery DB

Posted: Wed Aug 23, 2017 2:27 pm
by sdanigo

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).