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 , 9 years ago
comment:2 by , 9 years ago
Cc: | added |
---|
comment:3 by , 9 years ago
Can you describe better your use case?
Do you want to:
- 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
- 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 , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:5 by , 9 years ago
Resolution: | → needinfo |
---|---|
Status: | needinfo → closed |
Note:
See TracTickets
for help on using tickets.
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.