ThinkGeo.com    |     Documentation    |     Premium Support

Which Flavour

Hi,


I have been thinking about creating an asset tracking web solution for a while now. In fact I have used Web edition V2 in the past but had to let go because of lack of time. Now the time is right to get this done!


I have some questions before I embark on my quest.


The system will monitor various tracking devices. Be it vehicles, people, etc


I would like to use Googlemaps to obtain my mapping data. With v2.0 I had used a mapinfo map and this worked quite well but is far more expensive to license.


I will probably select Map Suite Web Edition V3.0 because my application needs to be web based. And here are my questions:


1. Can the web edition use Google maps?


2. Can Google Maps be queried for locations as with Map info files? Say I want to find a particular road and pin point it on google maps and include a tool tip with some information. Can this be done?


3. What about back end processing? I would like to be able to convert a longitude and latitude to the current street name. Can I do this with google maps and web edition and if so how? I would like to be able to store the street names in MS SQL for archival.


Finally I think that it is important to know that I will be using VB.net to do this.


Sorry for the long winded message!


rgs


Brian



Brian, 
  
   I can help you with these questions. 
  
 1. The Web Edition can integrate with Google Maps and we have some examples of this in our "How Do I Samples".  See link below 
  
 Go to the Overlays node on the left hand tree view and then click on "Use Google Maps" 
 websamples.thinkgeo.com/webeditionsamples/ 
  
 2. As far as I know you cannot query Google Map location and get their underlying data.  You can however license our World Map Kit product which has almost all of the streets Google has.  You can use Google for the display but for the query and back end processing you can use our data.  
  
 3. For this you would need street maps like World Map Kit.  Like I said you can use Google for the front end and our data for the backend.  You can also use our data like the demo for world map kit as well online.  You can pretty easily do reverse geocoding with the World Map Kit. 
  
 World Map Kit Info: 
  gis.thinkgeo.com/Products/ExtensionsAddOnsforMapSuite/WorldMapKit/tabid/658/Default.aspx 
  
 World Map Kit Demo: 
 maps.thinkgeo.com/ 
  
 All of our stuff works well with VB.NET, in fact the first version of Map Suite was written in VB.Net and it has a following here in our office. :-) 
  
 David

Hi David, 
  
 Many thanks for your super fast reply. What about backend processing. Can I do this with the web edition or would I need another component? 
  
 rgs 
 Brian

Brian, 
  
   For the back end processing you really should use the Services Edition however I think you can use the Web Edition as long as you have a web server license on it.  If it is the same server as the web server then you may be able to do that.  I suggest that you put the back end processing on another server though.  If you have many points in real-time from vehicles then it can put quite a load on the server.  
  
 David