vesko kuki schrieb: > Hello, > > im lookoing for some information about OpenStreetMap in web applications. I can just give you very short answers, sorry.
> Im working on project which needs to display data on some map, platform > is .NET and language is C#. > Is there possibillity to embed OpenStreetMap into my project, and how to > deal with it? Generally osm is independent from yout programming language, as it's "just" the data in the database. > > There is need to display some data (objects) on map, see the streets, > and so on. I guess you're talking about tiles. You may just get them from tile.openstreetmap.org, see http://wiki.openstreetmap.org/wiki/Tile_usage_policy To get a slippimap you can use OpenLayers, a free JavaScript implementation of a map browser. It can load data from remote servers (e.g. POI locations) and display them on the map. There are various formats supported. > > How to connect to OpenStreetMap programmatically, which web service to > use, how to get coordinate of point? tiles: http://wiki.openstreetmap.org/wiki/Tile_usage_policy vector data: http://wiki.openstreetmap.org/wiki/API_v0.6 individual searches: http://wiki.openstreetmap.org/wiki/Xapi or better your own database. Peter _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

