Merge pull request #449 from BathoryPeter/patch-4
.osc extension for OsmChange file
This commit is contained in:
commit
a415a21ede
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public class LocalOpenstreetmapActivity extends OsmandListActivity {
|
|||
|
||||
public BackupOpenstreetmapPointAsyncTask() {
|
||||
OsmandApplication app = LocalOpenstreetmapActivity.this.getMyApplication();
|
||||
osmchange = app.getAppPath("osm.osmchange");
|
||||
osmchange = app.getAppPath("poi_modification.osc");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue