Added fake parameter to work with the latest josm
This commit is contained in:
parent
242ed05d85
commit
7e70c22c0b
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ function importInJOSM(method, data ) {
|
|||
var url = getServer(method) + '?' + $.param(data);
|
||||
$.ajax({
|
||||
url: 'http://127.0.0.1:8111/import',
|
||||
data: { url: url, new_layer: 'true' },
|
||||
data: { url: url, new_layer: 'true', format: '.osm' },
|
||||
complete: function(t) {
|
||||
if( t.status != 200 )
|
||||
window.alert('Please enable remote_control in JOSM');
|
||||
|
|
Loading…
Add table
Reference in a new issue