vue-cesium-jyt
Version:
Vue 3.x components for CesiumJS.
1 lines • 710 B
Source Map (JSON)
{"version":3,"file":"Pixel.mjs","sources":["../../../../../../packages/components/providers/baidu/Pixel.ts"],"sourcesContent":["class Pixel {\n x: number\n y: number\n constructor(x, y) {\n this.x = x || 0\n this.y = y || 0\n }\n\n equals(other) {\n return other && other.x === this.x && other.y === this.y\n }\n}\n\nexport default Pixel\n"],"names":[],"mappings":"AAAA,MAAM,KAAK,CAAC;AACZ,EAAE,WAAW,CAAC,CAAC,EAAE,CAAC,EAAE;AACpB,IAAI,IAAI,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACpB,IAAI,IAAI,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACpB,GAAG;AACH,EAAE,MAAM,CAAC,KAAK,EAAE;AAChB,IAAI,OAAO,KAAK,IAAI,KAAK,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;AAC7D,GAAG;AACH;;;;"}