apply prettier

This commit is contained in:
Bilal Catic
2020-02-20 19:46:39 +01:00
parent df2a962d0f
commit cff7cc2e9c
3 changed files with 9 additions and 13 deletions

View File

@@ -15,15 +15,7 @@ module.exports = (sequelize, DataTypes) => {
allowNull: false,
defaultValue: {
type: "Polygon",
coordinates: [
[
[0, 0],
[0, 0],
[0, 0],
[0, 0],
[0, 0]
]
],
coordinates: [[[0, 0], [0, 0], [0, 0], [0, 0], [0, 0]]],
crs: { type: "name", properties: { name: "EPSG:4326" } }
}
},