|
Posted by bharath_r on April 9, 2008, 1:48 am
Please log in for more thread options > bharath_r wrote:
> > Hi,
>
> > I have been looking for answers to these questions for days. I would
> > like to know what is the difference betweenGISand GPS Maps.
>
> After you read this article you will know whatGISstands for:
>
> http://en.wikipedia.org/wiki/Geographic_information_system
>
> I've never heard about "GPS Maps" term but Google Maps or maps in GPS
> units like in Garmin, etc. So, as such, GPS maps are just maps displayed
> with software installed on GPS unit or PDA device.
>
> > Also how
> > can i convert a shapefile to GPS Map,
>
> What the "GPS Map" stands for here?
> If it is Google Maps, then you can use ogr2ogr
> (http://gdal.org/ogr/ogr2ogr.html) tool from the GDAL/OGR package
> (http://gdal.org/ogr/). See example command:
>
> http://gdal.org/ogr/drv_kml.html
>
> > so that i can plot lat,lon data
> > on the Map just like we do using Google Maps.
>
> We still have no idea what is "the Map".
> If you are asking for Google Maps, then refer to Google Maps help
> and the Google Maps API manual. Also, Don't forget
>
> http://www.google.com/search?q=3Dshapefile%20google%20maps
>
> If you are asking about maps rendering, check
>
> http://mapserver.osgeo.org/http://mapnik.org/
>
> Greetings
> --
> Mateusz Loskothttp://mateusz.loskot.net
Thanks a lot for all the replies.
Yes, the GPS maps i was talking about is Google Maps. What i wanted to
know is that, is it possible for me to develop something like
GoogleMaps application, by getting raw data in shapefile format and
compiling it? I came across a software that says it can convert raw
shapefile data to Maps (www.everlymap.com) . Let me give a brief of
what i intend to do. I work for a software company and we intend to
enter into the GPS space. But before anything we need to understand
something about GPS, how it works etc. So we started off with
developing a simple Passive GPS tracking application where the user
travels with a handheld GPS (a GPS device with inbuilt memory), and at
the end of the trip, we can connect the GPS to the PC and get the
route the person travelled. To plot the route travelled, we need maps.
Initially we looked at Google Maps, which comes with API and this can
be easily done using Google Maps. But the thing is Google Maps are not
free to use in Enterprise Applications. So i started looking at some
alternative. Thats when i came across 'Navteq' and asked them about
the maps, and they said ''We only provide raw map data. For example,
Google is our customer and they use their software to compile our data
as what you see in Google Map. How they do it, I got no idea. Without
any software compilation, the map is just raw data format.' So i was a
little confused, which made me ask the above question. I hope i have
made my ideas clear.
Regards
Bharath
|