UNPKG
ndut-spatial
Version:
latest (0.7.6)
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
Spatial operation for Ndut Framework
github.com/ardhi/ndut-spatial
ardhi/ndut-spatial
ndut-spatial
/
ndutDb
/
feature
/
lat-lng.js
15 lines
(14 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports
=
{
properties:
{
lat:
{
type:
Number
,
required:
false
,
index:
true
},
lng:
{
type:
Number
,
required:
false
,
index:
true
} } }