it's a very informative session, but it could be made a lot easier to see the code if the video was in 1080, especially for the second part of the live coding. couldn't believe this was from 2021
god, what a nightmare these digital twin web suites are... fkn hell... purely experimental products... broken websites... dogshit documentation... esri is one of the better ones and that's saying something
Thank you for your comments! We just added the slides with the source code to the video description.
it's a very informative session, but it could be made a lot easier to see the code if the video was in 1080, especially for the second part of the live coding. couldn't believe this was from 2021
where did you configure the api key for using arcgis services from react components?
Code for CreateMapView
import Map from "@arcgis/core/Map";
import MapView from "@arcgis/core/views/MapView";
export const createMapView = (mapRef) => {
const map = new Map({
basemap: "arcgis-topographic"
});
const view = new MapView({
map:map,
center: [101.661 , 2.905],
zoom: 17,
container: mapRef.current
});
return view;
}
Can we use this for React Native as well?
This is near useless without a link to the source code.
god, what a nightmare these digital twin web suites are... fkn hell... purely experimental products... broken websites... dogshit documentation... esri is one of the better ones and that's saying something