Modify ↓
Opened 9 years ago
Closed 6 years ago
#12605 closed enhancement (fixed)
Load SRTM data from ~/.local/share/josm/elevation
Reported by: | anonymous | Owned by: | OliverW |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin elevationprofile | Version: | |
Keywords: | srtm | Cc: |
Description
It would be great if SRTM elevation data could also be loaded from the user's home directory (~/.local/share/josm/elevation).
Attachments (0)
Change History (2)
comment:1 by , 9 years ago
Keywords: | srtm added |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It does for a while now. The plugin correctly uses
Preferences.getAllPossiblePreferenceDirs()
which includes user home directory.