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

Is there any way to download maps and use it offline in a web application. i am trying to use it in an angular application . is there any option to download the maps and use it locally rather then loading it every time with the help of internet

asked 13 Nov '19, 05:28

sbharathcoc's gravatar image

sbharathcoc
11112
accept rate: 0%


There are many ways to skin a cat.

Limiting this to a web app boils down to either using raster tiles (as on openstreetmap.org) or vector tiles (which contain geometry information that is locally used to produce an imager in your browser).

There are no really supported ways to "just download" a bunch of image tiles (it can be done, but ...) so I would suggest first seeing if vector tiles will work for you, see for example https://openmaptiles.org/

permanent link

answered 13 Nov '19, 22:26

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:

×38

question asked: 13 Nov '19, 05:28

question was seen: 7,037 times

last updated: 13 Nov '19, 22:26

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