I have the Tracking Server with listener set up so the listener captures the data (long / lat) sent from the mobile tracking devices to the server, which is then stored into an sql table
I have the Bing Maps API set up so the locations stored in the above database table correctly display on the bing map
The challenge is trying to figure out how to create Geo Fence functionality combining SQL 2008, using Bing Maps API and using CF application to manage and display the Geo Fences
I am wanting to be able to create circular zones so the co ordinates are saved in the geo fence table assigned to a specific device id,
Once the geo fences are created and stored in the geo fence table each new location sent to the tracking server then needs to be validated against existing geo fences to determine if the new location is inside or outside of geo fences listed in the geo fence table
If anyone can assist to direct me to a resource or example code that deal with the above I would appreciate the advise
Kind Regards
Claude Raiola
--
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfaussie+u...@googlegroups.com.
To post to this group, send email to cfau...@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Simon
A GeoFence Table is a table that list all the GeoFences that have been created each record represents a different geo fence each with its own set of co ordinates that make up the GeoFence area
Thanks for your response I will look into the reference you have provided
Kind Regards
Claude Raiola
SAMARIS Software
Call 1300 255 990
| ROBIN HILLIARD Chief Technology Officer ro...@rocketboots.com.au RocketBoots Pty Ltd Level 11 189 Kent Street Sydney NSW 2001 Australia Phone +61 2 9323 2507 Facsimile +61 2 9323 2501 Mobile +61 418 414 341 www.rocketboots.com.au | ||
Hi Zac
Thanks for your reply
If you have any suggestions on the best way to record geo fence zones with z radius so that the system can then detect whenever a given reported location is inside / outside of a given zone I would appreciate it
I am using the Bing mapping api and I am developing the tracking portal app in CF
Kind Regards
Claude Raiola
SAMARIS Software
Call 1300 255 990
From:
cfau...@googlegroups.com [mailto:cfau...@googlegroups.com] On Behalf Of Zac
Spitzer
Sent: Wednesday, 5 June 2013 3:07 PM
To: CFAussie
Subject: Re: [cfaussie] Cold Fusion with SQL and Geo Spatial Mapping Geo
Fence Functionality
SQL Server 2008 also supports proper spatial?
Are your concerns re vendors api's only to give you the flexibility of changing backend at some later date with less hassle
Also the STContains is that something I can use within my CF query, only every written very standard cf queries in the past so excuse me for asking the question if it appear a little novice
Hi Zack
Thanks for that
But if I do not use Bing or Google apis with their associated maps where do I source the mapping information from and also have confidence that the mapping information / reverse geo coding results etc are accurate and kept up to date
The entry level Bing mapping license for fixed assets for example is around $6,000 pa where as the Google equivalent is closer to $12,000 pa