ArcGIS API for JavaScript: Building Apps with React

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 8

  • @EsriEvents
    @EsriEvents  2 ปีที่แล้ว +1

    Thank you for your comments! We just added the slides with the source code to the video description.

  • @sealjack7988
    @sealjack7988 2 ปีที่แล้ว +8

    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

  • @abhishes
    @abhishes ปีที่แล้ว

    where did you configure the api key for using arcgis services from react components?

  • @faridaiman2614
    @faridaiman2614 2 ปีที่แล้ว +2

    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;
    }

  • @webpapi
    @webpapi 10 หลายเดือนก่อน

    Can we use this for React Native as well?

  • @onewheeldrive
    @onewheeldrive 2 ปีที่แล้ว +14

    This is near useless without a link to the source code.

  • @DREAMSJPEG
    @DREAMSJPEG ปีที่แล้ว +2

    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