Ok, so I managed to find 'some' of the code:
(1) https://ej2.syncfusion.com/react/demos/#/bootstrap5/maps/seat-booking
(2) https://ej2.syncfusion.com/react/demos/maps/seat-booking/
(3) https://ej2.syncfusion.com/react/documentation/maps/getting-started/#installation-and-configuration
However, there are files missing.
Looking at the seat-booking.jsx file, you need to put the seat-selection.json file in the following directory:
'./src/maps/map-data/seat-selection.json'
However, there are other components that are missing and I don't know where they come from, namely:
import { updateSampleSection } from '../common/sample-base';
import { PropertyPane } from '../common/property-pane';
There is no common directory or associated components.
Also, the 'bus-icon' and 'wheel' icon are not in the following paths (which do NOT exist)
src="src/maps/images/bus-icon.png"
src="src/maps/images/wheel.png"
Surely someone from the Syncfusion team has the repo for this example? if so, where is it?
A swift reply would be nice!