Search found 930 matches

Go to advanced search

by Bruce Stuart
Sat Oct 25, 2014 8:47 pm
Forum: Issues
Topic: How to reference database columns with javascript
Replies: 5
Views: 762
 
Jump to post

How to reference database columns with javascript

Bobby, in your data service to get the data .. Just click the Dropdown for 'success' and then click 'run JavaScript ... There you can write custom code to store local cats, etc and change controls on your UI ... You do the change control values with the Appery() function ...and yes your results come...
by Bruce Stuart
Sat Oct 25, 2014 7:53 pm
Forum: Issues
Topic: How to reference database columns with javascript
Replies: 5
Views: 762
 
Jump to post

How to reference database columns with javascript

Bobby, if your writing code in JavaScript inisde of a data service event ... Success ... The "results" are available in a parameter to the success function called 'data'. You can access the columns of the results by treating the resits as an array ... So data[0] is the first element and if...
by Bruce Stuart
Sat Oct 25, 2014 6:43 am
Forum: Issues
Topic: Appery, mongodb, and geopoint database query based searching.....
Replies: 1
Views: 278
 
Jump to post

Appery, mongodb, and geopoint database query based searching.....

Mongodb supports out of the box querying a database with a geopoint field and related index on that field to get documents in the db that are within a specified radius. This approach is attractive as it is low overhead and high performance query that can be used with us or worldwide apps that requir...
by Bruce Stuart
Sat Oct 25, 2014 6:29 am
Forum: Issues
Topic: Google maps geometry api ..... And appery
Replies: 1
Views: 296
 
Jump to post

Google maps geometry api ..... And appery

Posted this question earlier and no one Took the bait so I'm trying again. in a previous thread Evegene from Appery told me how to include the Google geometry api in my project so that I could use the computDistancebetween function. Loaded the link supplied into my project .... Settings,external res...
by Bruce Stuart
Fri Oct 24, 2014 7:03 pm
Forum: Issues
Topic: Help with 'advanced' mapping - features like ComputeHeading - ComputeDistance from Geometry lib
Replies: 12
Views: 1338
 
Jump to post

Help with 'advanced' mapping - features like ComputeHeading - ComputeDistance from Geometry lib

Also of note - which may be the issue lol - I now have a new error in my console log ( You have included the Google Maps API multiple times on this page. This may cause unexpected errors. ) .... So - I've seen in the google documentation that there are ways to load the libraries you want all in one ...
by Bruce Stuart
Fri Oct 24, 2014 6:54 pm
Forum: Issues
Topic: Help with 'advanced' mapping - features like ComputeHeading - ComputeDistance from Geometry lib
Replies: 12
Views: 1338
 
Jump to post

Help with 'advanced' mapping - features like ComputeHeading - ComputeDistance from Geometry lib

Evgene & Appery, Loaded the library as Evgene describes above using app-settings, external resources , user defined - and then app the geometry library link that Evgene sent above - however, when I attempt to use the library - I'm still getting this error (i've closed and re-opened my appery app...
by Bruce Stuart
Fri Oct 24, 2014 6:32 pm
Forum: Issues
Topic: Appery.io and MongoDB use of database functions to search based on geometry...
Replies: 7
Views: 901
 
Jump to post

Appery.io and MongoDB use of database functions to search based on geometry...

I'm creating a golf app that requires the ability to find courses within a geometry and then once in that course (geometry) - be able to use that geometry to find geo-points that app has in the DB within again -a radius. I've looked through the Mongo db documentation and it supports 2d indexes on a ...
by Bruce Stuart
Fri Oct 24, 2014 4:44 am
Forum: Issues
Topic: Help with 'advanced' mapping - features like ComputeHeading - ComputeDistance from Geometry lib
Replies: 12
Views: 1338
 
Jump to post

Help with 'advanced' mapping - features like ComputeHeading - ComputeDistance from Geometry lib

I'm developing an app for the golf industry that has at it's core video and mapping capabilities. I've found (or so I believe) that some advanced mapping functions are not available out of the box --- (Example: computeDistanceBetween(from:LatLng, to:LatLng, radius?:number) from the geometry library ...

Go to advanced search