Re: TeraScript-Talk: Geolocation

2014-06-30 Thread Wayne Irvine
On a recent project I did some work with geolocation working with addresses. 
Not sure what 'eel las' is but my project involved a database of business 
locations with street addresses. When a business was added the address was sent 
to a Google API for geocoding and the lon/lat returned to the record.

Then when a user did a 'nearby' search from a mobile device the system did a 
generous approximation (in Syd, Aus 0.01 lat and lon is approximately 1km iirc) 
to get a reduced square set, then used pythagorus to work out circle radius 
lengths and filtered out those above the specified radius.

You could do all this on the fly with AJAX calls but it would be the same 
methodology.

If you can explain a little more about your project I may be able to assist.

Wayne Irvine


On 1 Jul 2014, at 4:20 am, Dan Stein  wrote:

> I am adding a search radius based on a street address as eel las directions 
> to my clients site. I have the the addresses in the database geocoded. But I 
> need to be able to do it on the fly with the address entered. Rather then 
> reinventing the wheel I was hoping someone else might have already take the 
> usual PHP -Google code and ported it to TS.
>
> Dare I hope to much?
>
> --
> Dan Stein MSN CPNP
> Digital Software Solutions
> d...@dss-db.com
> www.dss-db.com
>
>
>
>
> 
>
> To unsubscribe from this list, please send an email to 
> lists...@terascript.com with "unsubscribe terascript-talk" in the body.
>

Wayne Irvine
w: http://www.byteserve.com.au/
p: +61 2 9960 6099
m: 0409 960 609






To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.


TeraScript-Talk: TeraScript Server 7.0.5 Released

2014-06-30 Thread Robert Shubert
We are happy to announce that TeraScript Server 7.0.5 is now available for
all platforms.



Here is the change log.



@URL: added TIMEOUT attribute which sets the maximum number of seconds to
wait for a response

Web Call action: added Timeout attribute which sets the maximum number of
seconds to wait for a response

JDBC will now transcode between ISO-8859-1 and UTF-8 when necessary

@ELEMENTNAME, @ELEMENTVALUE: now have better error handling

Corrected format=case:upper and case:lower when dealing with high-bit
characters

@ASSERT*: added several assertion tags

Updated join algorithm to handle out of order join chains

@COLUMN: corrected bug with count(distinct table.column) summary columns

@COLUMN: corrected bug where column matching was case-sensitive

@BOUNDVALS: Corrected a memory leak, note this tag does not persist across
method calls

@SQL: now persists across method calls

@MAXROWS: now works as expected when ANSI99SQL=true

@APPFILE: corrected an issue with the internal HTTP server which affected
the configuration utility

@REPLACE: corrected a memory leak when TYPE=regex

@REPLACE, @REGEX: added new error code for bad regex expressions

@PRODUCT: will now display the correct bitness on OS X and Linux

@CALLMETHOD: method parameters will now pass unquoted encapsulated white
space

OSX Installer now requires Java 7



Please let us know if you have any questions or problems with the release.



Support for TeraScript 6.2 ends today. We recommend that all users upgrade
to TeraScript 7.0.



Thank you,

Robert








To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.


TeraScript-Talk: Geolocation

2014-06-30 Thread Dan Stein
I am adding a search radius based on a street address as eel las directions to 
my clients site. I have the the addresses in the database geocoded. But I need 
to be able to do it on the fly with the address entered. Rather then 
reinventing the wheel I was hoping someone else might have already take the 
usual PHP -Google code and ported it to TS.

Dare I hope to much?

--
Dan Stein MSN CPNP
Digital Software Solutions
d...@dss-db.com
www.dss-db.com






To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.