chore: validate SGS hall POI display plan
This commit is contained in:
@@ -263,7 +263,7 @@ export const isExhibitionHallNavigablePlace = (place: SgsNavigablePlacePayload)
|
||||
}
|
||||
|
||||
const normalizedHallName = (value?: string | null) => normalizedText(value)
|
||||
.replace(/[\s()()【】\[\]_-]/g, '')
|
||||
.replace(/[\s()()【】[\]_-]/g, '')
|
||||
|
||||
const normalizePosition = (poi: SgsPoiPayload): [number, number, number] | undefined => normalizePositionSource(
|
||||
poi.position || {
|
||||
|
||||
Reference in New Issue
Block a user