派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-02-26 938cc6f49efa0d54bf7355e83eb7b545ce1b0592
1
2
3
4
5
export const GEOM_TYPE = {
  POINT: 'point',
  LINE: 'line',
  POLYGON: 'polygon'
}