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();
|
var search_term = $('#search').val();
|
||||||
$.getJSON("/feature/search.json", {
|
$.getJSON("/feature/search.json", {
|
||||||
'bbox': bbox,
|
'bbox': bbox,
|
||||||
'search': search_term
|
'search': search_term,
|
||||||
|
'srid': 3785,
|
||||||
|
'threshold': 0.5
|
||||||
}, function(features) {
|
}, function(features) {
|
||||||
$('#mapList tbody').empty();
|
$('#mapList tbody').empty();
|
||||||
// var headerRow = getHeaderRow();
|
// var headerRow = getHeaderRow();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user