7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
|
export default {
|
||
|
properties: {
|
||
|
decimals: { type: 'integer' },
|
||
|
type: { type: 'string', enum: ['Point', 'LineString', 'Polygon'] },
|
||
|
},
|
||
|
};
|