NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum


I am trying to make a android application that display a map when application run without using any internet connection ie. offline map show.On map i want to plot some latitude and longitude that are stored in my database.Basically i want plot a offline map and on map i need to display some marker from my database.But i could not plot offline map and marker.I searched more on Google but i could not found any better solution. please help me to make my offline map app. Thank You

asked 03 Feb '14, 10:32

Aakash's gravatar image

Aakash
10223
accept rate: 0%

edited 27 May '16, 22:52

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

Hi Aakash!! Please I would like to know if you were finally able to plot makers on offline map from Database.If so please could let me know the step you followed to do that thank you Sonia my regards

(20 May '16, 01:32) kouayep

There are two ways to get offline map data onto the device, either as raster data or as vector data. You then need a piece of software that takes the raster tiles and displays them, or loads the vector data and draws it. I suggest that you peruse the Android software list on our Wiki and check out some of the existing programs. Many are open-source so you can inspect the source code. There's a table at the bottom of the page detailing whether the software has bitmap or vector data, and supports offline maps.

permanent link

answered 03 Feb '14, 11:06

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

While not the only choice you can use https://github.com/mapsforge/mapsforge for offline rendering of OSM data, or extract the rendering engine from one of the applications that already do so (osmand, maps.me).

permanent link

answered 20 May '16, 06:04

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×181
×113
×106
×98

question asked: 03 Feb '14, 10:32

question was seen: 6,534 times

last updated: 27 May '16, 22:52

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum