Commits on Source (5)
-
Miłosz Grocholewski authored9d9a6391
-
Miłosz Grocholewski authored
feat(map-background): changed background selector to switch Closes MIN-137 See merge request !395
188e37ae -
Miłosz Grocholewski authored
feat(layer): added button to layer editing Closes MIN-91 See merge request !396
a5c606ce -
Miłosz Grocholewski authoredb211fbe4
-
Miłosz Grocholewski authored
feat(layer-text): add transform interaction for layer text and delete functionality Closes MIN-102 See merge request !397
4547586a
Showing
- src/components/FunctionalArea/Modal/LayerImageObjectModal/LayerImageObjectEditFactoryModal.component.test.tsx 31 additions, 7 deletions...Modal/LayerImageObjectEditFactoryModal.component.test.tsx
- src/components/FunctionalArea/Modal/LayerImageObjectModal/LayerImageObjectEditFactoryModal.component.tsx 11 additions, 10 deletions...bjectModal/LayerImageObjectEditFactoryModal.component.tsx
- src/components/Map/Drawer/LayersDrawer/LayerDrawerTextItem.component.tsx 66 additions, 4 deletions...Map/Drawer/LayersDrawer/LayerDrawerTextItem.component.tsx
- src/components/Map/Drawer/LayersDrawer/LayersDrawer.component.tsx 2 additions, 2 deletions...onents/Map/Drawer/LayersDrawer/LayersDrawer.component.tsx
- src/components/Map/Drawer/LayersDrawer/LayersDrawerImageItem.component.tsx 2 additions, 2 deletions...p/Drawer/LayersDrawer/LayersDrawerImageItem.component.tsx
- src/components/Map/Drawer/LayersDrawer/LayersDrawerObjectsList.component.tsx 101 additions, 46 deletions...Drawer/LayersDrawer/LayersDrawerObjectsList.component.tsx
- src/components/Map/Map.component.tsx 2 additions, 2 deletionssrc/components/Map/Map.component.tsx
- src/components/Map/MapBackgroundSwitch/MapBackgroundSwitch.component.tsx 33 additions, 0 deletions...Map/MapBackgroundSwitch/MapBackgroundSwitch.component.tsx
- src/components/Map/MapBackgroundSwitch/MapBackgroundSwitch.styles.css 39 additions, 0 deletions...ts/Map/MapBackgroundSwitch/MapBackgroundSwitch.styles.css
- src/components/Map/MapViewer/MapViewer.component.tsx 6 additions, 2 deletionssrc/components/Map/MapViewer/MapViewer.component.tsx
- src/components/Map/MapViewer/utils/config/additionalLayers/useOlMapAdditionalLayers.ts 17 additions, 17 deletions...utils/config/additionalLayers/useOlMapAdditionalLayers.ts
- src/components/Map/MapViewer/utils/shapes/elements/Glyph/Glyph.ts 2 additions, 8 deletions...onents/Map/MapViewer/utils/shapes/elements/Glyph/Glyph.ts
- src/components/Map/MapViewer/utils/shapes/layer/Layer.ts 21 additions, 35 deletionssrc/components/Map/MapViewer/utils/shapes/layer/Layer.ts
- src/components/Map/MapViewer/utils/shapes/layer/elements/LayerImage.ts 31 additions, 2 deletions...s/Map/MapViewer/utils/shapes/layer/elements/LayerImage.ts
- src/components/Map/MapViewer/utils/shapes/layer/elements/LayerText.test.ts 20 additions, 8 deletions...p/MapViewer/utils/shapes/layer/elements/LayerText.test.ts
- src/components/Map/MapViewer/utils/shapes/layer/elements/LayerText.ts 315 additions, 0 deletions...ts/Map/MapViewer/utils/shapes/layer/elements/LayerText.ts
- src/components/Map/MapViewer/utils/shapes/layer/interaction/getTransformInteraction.test.ts 3 additions, 3 deletions.../shapes/layer/interaction/getTransformInteraction.test.ts
- src/components/Map/MapViewer/utils/shapes/layer/interaction/getTransformInteraction.ts 13 additions, 27 deletions...utils/shapes/layer/interaction/getTransformInteraction.ts
- src/components/Map/MapViewer/utils/shapes/layer/utils/updateElement.ts 6 additions, 6 deletions...s/Map/MapViewer/utils/shapes/layer/utils/updateElement.ts
- src/components/Map/MapViewer/utils/shapes/text/getTextCoords.ts 7 additions, 2 deletions...mponents/Map/MapViewer/utils/shapes/text/getTextCoords.ts