2020-06-03 16:43:34 +03:00

7 lines
148 B
JavaScript

export default {
properties: {
decimals: { type: 'integer' },
type: { type: 'string', enum: ['Point', 'LineString', 'Polygon'] },
},
};