shp and google map integration

2010-08-17 Thread Rahul Mehta
1. We got shp, Index, dbf file from client 2. In order to map it to Google map we need to convert it to Kml or Kmz format 3. For converting shp files to kml files we need to use tools a. http://shape2earth.com/shp2e.aspx Follow these steps to start using Shape2Earth for MapWindo

Re: google map integration

2009-07-02 Thread Mathieu Alengrin
Hi, Google Maps API is javascript based: your webserver just serves a web page, and the browser downloads the maps scripts, tiles, etc from Google. Your webserver doesn't need to connect to Google. Mathieu On Jul 2, 10:23 am, lanc3lott wrote: > I have a question concerning go

google map integration

2009-07-02 Thread lanc3lott
I have a question concerning google map integration. Do you know if HTML page is generated within the Webserver or if only an URL is returned to the browser and the browser connects to internet to get the generated HTML part ? Basically we would need to know if this is the webserver who connects