派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-01 dedc31bf2e64bd6c977386a6e336af30ec826a4d
1
2
3
4
5
export const GEOM_TYPE = {
  POINT: 'point',
  LINE: 'line',
  POLYGON: 'polygon'
}