Browse Source

add two more acceptable params for _geo_reverse

pull/942/head
Lily He 7 years ago
parent
commit
0486967526
  1. 2
      sanitizer/_geo_reverse.js

2
sanitizer/_geo_reverse.js

@ -44,6 +44,8 @@ function _expected(){
return [
{ name: 'point.lat' },
{ name: 'point.lon' },
{ name: 'boundary.circle.lon' }, // copied from point.lon by the API, not user input
{ name: 'boundary.circle.lat' }, // copied from point.lat by the API, not user input
{ name: 'boundary.circle.radius'}];
}

Loading…
Cancel
Save