Modify

Opened 9 years ago

Closed 9 years ago

#12180 closed defect (needinfo)

offline maps

Reported by: anonymous Owned by: anonymous
Priority: normal Milestone:
Component: JMapViewer Version:
Keywords: Cc: wiktorn

Description

Hi,
i have developed java application with jmapviewer.i have loaded the map in my jframe...but if disconnecting hte net mp is going off.I need an offline map for my further developmnet. Please let me know the details?

Attachments (0)

Change History (5)

comment:1 by cmuelle8, 9 years ago

Did you have a look in the wiki?
Did you ensure that no app exists that already fulfills your requirement?
If you just need an app that downloads tile or vector data for offline usage,
plenty of applications exist for various platforms. No need to dev your own.

Have a look at the popular OsmAnd and its offline data, for instance.

http://wiki.openstreetmap.org/wiki/Offline_Openstreetmap
http://wiki.openstreetmap.org/wiki/Category:Tile_downloading

should also help. Be aware that excessive tile downloading at high speeds
will probably get you banned or throttled, so use sensible connection
parameters while downloading.

comment:2 by bastiK, 9 years ago

Cc: wiktorn added

comment:3 by wiktorn, 9 years ago

Can you describe better your use case?

Do you want to:

  1. download some tiles and work with them offline (while disconnected from network)? You can always provide file:/// URL to JMapViewer, and work with tiles on your local drive
  2. download some tiles online, but be resilent to network outages and cache downloaded tiles, so when they are evicted from memory, have the ability to load them from disk? You would need then to include some code from Apache JCS and JOSM and adapt TMSCachedTileLoader class for your needs

Or something else?

comment:4 by wiktorn, 9 years ago

Owner: changed from The111 to anonymous
Status: newneedinfo

comment:5 by Don-vip, 9 years ago

Resolution: needinfo
Status: needinfoclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anonymous.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.