Search found 8 matches

Go to advanced search

by gregt
Thu Jul 02, 2015 8:47 am
Forum: Issues
Topic: checkbox values from db - group by - query
Replies: 1
Views: 430
 
Jump to post

checkbox values from db - group by - query

Hi there
I have a db table and one of the columns called type has Specific values ( 6options) eg market, shop , farm , trader...
Is it possible to add checkbox list that the labels and values will be the array of the values selected from a group by type query?

by gregt
Wed Jul 01, 2015 8:38 am
Forum: Issues
Topic: incorrect item order on the mobilelist
Replies: 3
Views: 912
 
Jump to post

incorrect item order on the mobilelist

hi there is it possible to change the list order with sql or js and reload the list?

by gregt
Sat Jan 17, 2015 8:55 am
Forum: Issues
Topic: Create new infoWindow for multiple markers generated from REST.
Replies: 42
Views: 15272
 
Jump to post

Create new infoWindow for multiple markers generated from REST.

hi there following the steps above i manage to do the following. get and list the markers from my database using columns lat and lon by pressing a button list that invokeServiceOnMapReady . also add a radius function that give me the markers with in the radius. and finaly i have a clear button that ...
by gregt
Wed Jan 14, 2015 11:23 pm
Forum: Issues
Topic: Create new infoWindow for multiple markers generated from REST.
Replies: 42
Views: 15272
 
Jump to post

Create new infoWindow for multiple markers generated from REST.

hi there matt how did you manage to use the above code with the radius function? i can get the location lat lon and rad from the app, i added the getDistance function , but i can not get the markers code // Get request parameters var mylatitude = Appery('label_lat').text(); v...
by gregt
Tue Jan 13, 2015 8:52 pm
Forum: Issues
Topic: Create new infoWindow for multiple markers generated from REST.
Replies: 42
Views: 15272
 
Jump to post

Create new infoWindow for multiple markers generated from REST.

hi there matt.
what about if i want to use a buuton to clear the markers?

by gregt
Tue Jan 13, 2015 8:32 pm
Forum: Issues
Topic: Google maps markerclusterer
Replies: 7
Views: 1469
 
Jump to post

Google maps markerclusterer

That part works. the map and the markers are working ok . what i need is to do something like that
http://google-maps-utility-library-v3...

by gregt
Tue Jan 13, 2015 8:14 pm
Forum: Issues
Topic: how can i use a buton in order to hide map markers
Replies: 0
Views: 685
 
Jump to post

how can i use a buton in order to hide map markers

i use a rest invoke service comand to load lat and lon markers from the db. code var response = JSON.stringify(data); localStorage.setItem("json_response", response); var list_coordinate = localStorage.getItem('json_response'); var coordsArray = JSON.parse(l...
by gregt
Mon Jan 12, 2015 11:04 am
Forum: Issues
Topic: Google maps markerclusterer
Replies: 7
Views: 1469
 
Jump to post

Google maps markerclusterer

I have an app that is mapping multiple markers on Gmap. The markers data comes from a db that contains lat and long. I map the markers using js as in https://getsatisfaction.com/apperyio/....
any idea of how to make clusters ??
thnx
Gregory

Go to advanced search