send threshold and srid in js
This commit is contained in:
parent
50fe1fb71c
commit
410a41bc8d
|
@ -18,7 +18,9 @@ $(function() {
|
|||
var search_term = $('#search').val();
|
||||
$.getJSON("/feature/search.json", {
|
||||
'bbox': bbox,
|
||||
'search': search_term
|
||||
'search': search_term,
|
||||
'srid': 3785,
|
||||
'threshold': 0.5
|
||||
}, function(features) {
|
||||
$('#mapList tbody').empty();
|
||||
// var headerRow = getHeaderRow();
|
||||
|
|
Loading…
Reference in New Issue
Block a user