send threshold and srid in js

This commit is contained in:
Sanj 2011-08-31 16:05:26 +05:30
parent 50fe1fb71c
commit 410a41bc8d

View File

@ -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();