[OSM-dev] Rhomobile and Openstreetmap

2011-09-26 Thread Gevork Grigorian
Hi All, I am going to make a mobile application,where I need to put an
offline map with some POI info. Actually I need it only for one city thus I
have a question.
Is it possible somehow to store layers or map parts locally, and then render
it via javascript in browser, without a need to have internet connection? If
yes which library support this feature?
Thanks beforehand
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Rhomobile and Openstreetmap

2011-09-26 Thread Matthias Meißer

Hi there Gevork,

well you can find a list of the most popular JS Webmap libs here:
http://wiki.openstreetmap.org/wiki/Develop/Frameworks

I'm not sure if I understood what hits exactly your application. You can 
setup a local DB (PostGIS) and import an OSM data dump (planet.osm or 
it's local extracts) and then do a customized rendering via Mapnik to 
deploy your own Map, yes.
There are also suites like MapsOnaStick or Tilemil, that deliver the map 
tiles with the packages itself.

For all that please take a look at the OSM wiki :)

P.S. if you want to use the offical map tile sources, make sure that you 
fullfil the Tiles Usage Policies

http://wiki.opennet-initiative.de/wiki/Tiles_usage_policy

bye
Matthias


Am 14.09.2011 07:43, schrieb Gevork Grigorian:

Hi All, I am going to make a mobile application,where I need to put an
offline map with some POI info. Actually I need it only for one city
thus I have a question.
Is it possible somehow to store layers or map parts locally, and then
render it via javascript in browser, without a need to have internet
connection? If yes which library support this feature?
Thanks beforehand



___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev



___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev