Re: [OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread Arnie Shore
Not to argue - cuz it seems to be an excellent product - but notice Google Maps in that list of supported mapping service providers, whose TOU for the free package pretty much forbids vehicle tracking. AS On Tue, Jun 28, 2011 at 7:32 PM, Noli Sicad wrote: > OpenGTS™ - Open GPS Tracking System >

Re: [OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread Noli Sicad
OpenGTS™ - Open GPS Tracking System http://www.opengts.org/ "OpenGTS™ ("Open GPS Tracking System") is the first available open source project designed specifically to provide web-based GPS tracking services for a "fleet" of vehicles." " OpenGTS comes with support for OpenLayers/OpenStreetMa

Re: [OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread Dan Putler
Hi Mark, OpenLayers is just the map display part of the puzzle. Once you move into implementing the tracking yourself, and not using Google API services, you will need road layer data (OpenStreetMap data comes to mind here) and a back-end database (PostGIS/PostgreSQL or possibly SpatiaLite or

Re: [OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread Daniel Ames
I'm copying your question to the DotNet OSGeo group who might have some suggestions. You could look at both SharpMap and DotSpatial as ASP.NET back ends for example. - Dan On Tue, Jun 28, 2011 at 3:05 AM, quade wrote: > Hi all > > I'm trying to develop a vehicle tracking system > I'd planned to

Re: [OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread Arnie Shore
The GMaps TOU expressly forbids vehicle-tracking, although tracking of individuals is encouraged. That individuals are one-for-one with vehicles clouds that requirement, but nonetheless the language holds. Go figger! I expect that the terms address the fact that others own the basic imagery, who

Re: [OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread G. Allegri
The only benefit I see from using google APIs is the use of they're Goeocoding and Directions API But keep in mind the limits of use for free... If you don't need them, go with other solutions, as Just said. giovanni 2011/6/28 Just van den Broecke > Hi Mark, > > My advice is to not use Google

Re: [OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread Just van den Broecke
Hi Mark, My advice is to not use Google Maps for this type of app. For one thing real-time tracking has restrictions within the GM TOU, even if you embed Google Maps into OpenLayers. Also, there are other restrictions for commercial use (if that is what you plan to do). Best is to carefully r

Re: [OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread G. Allegri
Hi Mark, using the google APIs thorugh their libraries or thorugh OL doesn't change your licence position. AFAIK you can use their services with no charge unitl you don't strictly make money by means their APIs. Instead you're allowed to provide a commercial service with no fess if you can document

[OSGeo-Discuss] Advice - alternative to google maps v3 Javascript API????

2011-06-28 Thread quade
Hi all I'm trying to develop a vehicle tracking system I'd planned to use the google maps api However, someone mentioned they want lots of money per year to use it, and suggested openlayers instead I'm really confused about the whole thing Can i use openlayers (or anything else) and use the tit