|
Posted by bharath_r on April 9, 2008, 7:46 am
Please log in for more thread options > >news:91ce701e-1f4d-4225-88cd-
>
> >> 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?
>
> >Changing shapefiles (vectorgis) into something like googlemaps is called
> >"rendering". It is the process where you draw the raw coordinates on a ma=
p,
> >one layer at a time with different width, colours etc. Start by drawing t=
he
> >water blue, then land as yellow, roads as red etc. Final output is a bitm=
ap
> >(rastergis).
>
> >This is what Google has already done for you. Created all the bitmaps at
> >specific scales. Other websites may offer flexible scales, so the maps ar=
e
> >rendered on the fly and you can decide which layers you want to see, the
> >colours etc.
>
> >MapServer is open source and free and can be used for rendering SHP layer=
s.
> >But there are probably hundreds of other offerings for mapping servers.
>
> >Regards
> >Uffe Kousgaard
>
> Geoserver is also a very good map server, and in some ways more
> standards compliant than Mapserver.
>
> Technologies you need to think about are:
>
> Web Map Services and Web feature Services (server technology;
> Mapserver and Geoserver (and others) provide this)
>
> SLD - provides information for rendering data to maps (symbolization)
>
> OGC SImple features - the standard that is implemented by database
> systems like Postgres/PostGIS to manipulate geographic information.
>
> The specifications of all of these are on the OpenGeospatial
> Corporation (OGC) web-site.
>
> Note that Google itself is not a good model; it does not (presently)
> comply with standards and is so not interoperable. However, this is
> changing.
>
> Paul- Hide quoted text -
>
> - Show quoted text -
Many thanks again for all the replies.
Now i think i am getting somewhere. I will get back if i have anymore
questions. Thanks a ton.
bharath
|