water-orm
Version:
A monolith version of Standalone waterline ORM
83 lines (81 loc) • 1.57 kB
JavaScript
module.exports = {
point: {
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-76.29215240478516,
36.85067669846314
]
}
},
shape: {
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"crs": {
"type":"name",
"properties":{
"name":"EPSG:4326"
}
},
"coordinates": [
[
[
-76.2956714630127,
36.85943312934033
],
[
-76.3020658493042,
36.859467466310285
],
[
-76.29648685455322,
36.8519473016299
],
[
-76.29069328308105,
36.854625801280235
],
[
-76.29137992858887,
36.858437350500914
],
[
-76.2956714630127,
36.85943312934033
]
]
]
}
},
line: {
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"crs": {
"type":"name",
"properties":{
"name":"EPSG:4326"
}
},
"coordinates": [
[
-76.3046407699585,
36.85438542694001
],
[
-76.28833293914795,
36.846555678014376
],
[
-76.28687381744385,
36.85325222344018
]
]
}
}
};