Fix typo
This commit is contained in:
parent
6b5a24152e
commit
28b3d81d0a
@ -60,7 +60,7 @@ $where = [];
|
|||||||
$validations = [
|
$validations = [
|
||||||
"osmid" => "/[0-9]+/",
|
"osmid" => "/[0-9]+/",
|
||||||
"typeid" => "/[1-9]+/",
|
"typeid" => "/[1-9]+/",
|
||||||
"type" => "/[A-Z]+_[A-Z]+",
|
"type" => "/[A-Z]+_[A-Z]+/",
|
||||||
"latitude" => "/[0-9]{0,3}\.[0-9]{2,10}/",
|
"latitude" => "/[0-9]{0,3}\.[0-9]{2,10}/",
|
||||||
"longitude" => "/[0-9]{0,3}\.[0-9]{2,10}/",
|
"longitude" => "/[0-9]{0,3}\.[0-9]{2,10}/",
|
||||||
"radius_km" => "/[0-9]+/",
|
"radius_km" => "/[0-9]+/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user