Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cartesiancs/map3d
/ functions
Functions
55 in github.com/cartesiancs/map3d
⨍
Functions
55
◇
Types & classes
4
↓ 9 callers
Function
adjustLng
(latlng: LatLng)
src/components/map/SelectMap.tsx:39
↓ 2 callers
Function
getCookie
(key: string)
src/utils/cookie.ts:18
↓ 2 callers
Function
project
(lat: number, lng: number)
src/three/Space.tsx:321
↓ 1 callers
Function
areaData
()
src/three/Space.tsx:455
↓ 1 callers
Function
checkFleetLogin
()
src/ui/App.tsx:99
↓ 1 callers
Function
checkIsBig
()
src/ui/App.tsx:53
↓ 1 callers
Function
exportFleet
()
src/ui/App.tsx:70
↓ 1 callers
Function
exportGLB
()
src/three/Space.tsx:401
↓ 1 callers
Function
getCookies
()
src/utils/cookie.ts:1
↓ 1 callers
Function
getFleetSpaces
()
src/ui/App.tsx:74
↓ 1 callers
Function
putGlbOnFleetSpace
(spaceId)
src/ui/App.tsx:87
↓ 1 callers
Function
requestBuildings
()
src/ui/App.tsx:124
↓ 1 callers
Function
uploadFleet
(blob)
src/three/Space.tsx:386
Function
App
()
src/ui/App.tsx:34
Function
Building
({ shape, extrudeSettings, tags, }: { shape: THREE.Shape; extrudeSettings: any; tags: any; })
src/three/Space.tsx:13
Function
BuildingHeights
({ buildings, loading, }: { buildings: Building[]; loading: boolean; })
src/components/map/Processing.tsx:15
Function
Button
(props: ButtonProps)
src/components/button/BottomButton.tsx:86
Function
Car
()
src/three/Car.tsx:7
Function
Column
({ children, gap = "0.25rem", justify = "unset", height = "auto", }: { children?: React.ReactNode;
src/components/flex/Column.tsx:3
Function
Description
({ children }: { children?: React.ReactNode })
src/components/text/Description.tsx:4
Function
Export
()
src/three/Space.tsx:370
Function
FullscreenModal
({ children, isOpen = false, }: { children: React.ReactNode; isOpen?: boolean; })
src/components/FullscreenModal.tsx:4
Function
MapComponent
({ onDone, onRemove, }: { onDone: (e) => void; onRemove: () => void; })
src/components/map/SelectMap.tsx:123
Function
Modal
({ children, onClose, isOpen, isScroll = false }: ModalType)
src/components/modal/Modal.tsx:58
Function
NavButton
(props: ButtonProps)
src/components/nav/TopNav.tsx:128
Function
NextButton
(props: ButtonProps)
src/components/button/BottomButton.tsx:12
Function
PrevButton
(props: ButtonProps)
src/components/button/BottomButton.tsx:49
Function
RectangleSelector
({ isDrag = true, bounds, drawBounds, onChange, onDrawChange, }: { isDrag: boolean; bounds: L
src/components/map/SelectMap.tsx:18
Function
Roads
({ area }: { area: any })
src/three/Space.tsx:315
Function
Row
({ children, gap = "0.25rem", justify = "unset", overflow = "visible", }: { children?: React.ReactNo
src/components/flex/Row.tsx:4
Function
SelectBox
()
src/components/map/SelectMap.tsx:247
Function
Space
()
src/three/Space.tsx:442
Function
Title
({ children }: { children?: React.ReactNode })
src/components/text/Title.tsx:4
Function
TopNav
({ step }: { step: number })
src/components/nav/TopNav.tsx:23
Function
exportFile
()
src/ui/App.tsx:66
Function
handleChangeDone
(e)
src/components/map/SelectMap.tsx:145
Function
handleChangeDraw
(e)
src/components/map/SelectMap.tsx:150
Function
handleClick
()
src/three/Car.tsx:70
Function
handleClickExport
()
src/ui/App.tsx:172
Function
handleClickNextStep
()
src/ui/App.tsx:156
Function
handleClickPrevStep
()
src/ui/App.tsx:168
Function
handleClickRemoveBox
()
src/components/map/SelectMap.tsx:138
Function
handleClickSwitchDrag
()
src/components/map/SelectMap.tsx:134
Function
handleClose
(e: any)
src/components/modal/Modal.tsx:67
Function
handleDone
(data)
src/ui/App.tsx:108
Function
handleRemove
()
src/ui/App.tsx:117
Function
handleTouchEnd
(e: TouchEvent)
src/components/map/SelectMap.tsx:91
Function
handleTouchMove
(e: TouchEvent)
src/components/map/SelectMap.tsx:80
Function
handleTouchStart
(e: TouchEvent)
src/components/map/SelectMap.tsx:72
Function
loadFleetSpace
()
src/ui/App.tsx:94
Function
mousedown
(e)
src/components/map/SelectMap.tsx:45
Function
mousemove
(e)
src/components/map/SelectMap.tsx:50
Function
mouseup
(e)
src/components/map/SelectMap.tsx:59
Function
onMouseMove
(event)
src/three/Car.tsx:82
Function
setCookie
(key: string, value: string, expDays: number = 6)
src/utils/cookie.ts:26