ArcGIS For javascript widget control Integration ?

0
0

Do you know about ArcGIS For javascript  And how it could be integrated to widget control.

Can you provide any sample please?

 

  • You must to post comments
0
0

I know ArcGIS but we don’t have a ready made sample. Using it with Wisej is the same as using it with plain HTML. You can also use the Wisej.Web.Widget and use the inner “this.container” element as the container:

var view = new MapView({ container: this.container, map: map, center: [-118.71511,34.09042], zoom: 11 });

Use the Packages property to load the required javascript.

I’ll see if we can put together a quick sample for you.

 

  • Takao Watanabe
    I know the container and package programs Program with dojo: require ([“esri / map”], function (Map) {….)); Do not know integration with wisej control?
  • Takao Watanabe
    When programming to InitScript in widget control for the following error “Cannot read property ‘insertBefore’ of null” is displayed this.init = function(options){ require([“esri/Map”,”esri/views/MapView”,”dojo/domReady!”], function(Map,MapView) { var map = new Map({basemap: “streets”}); var view = new MapView({container:this.container , map:map, center:[136.570, 36.479],zoom:11}); }); }
  • Levie (ITG)
    Hi, are you still having issues with this? It would be best to attach a sample so we can help you. Best regards, Levie
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.