var pictureMarkerSymbol = new PictureMarkerSymbol('../images/GoogleMaps/' + jsonObj[0].Table.Color + 'Diamond.png', 20, 20);
graphic = new Graphic({
geometry: point, // Add the geometry created in step 4
symbol: pictureMarkerSymbol, // Add the symbol created in step 5
popupTemplate :popupTemplate
});
view.graphics.add(graphic);
You can understand the issue from image showing popup but no picture marker symbol showing but my machine it showing and other any machine it not showing
It should Display like this on other machine.
Where are you hosting the app to be accessed on other machines? If you are copying the files themselves you also need to copy over the picture being used for the marker. Are you getting an errors in the console?
No any error in console. Images are already there. This is working with my machine with hosting URL but not for other machin. You can check both Image url is same.
Hi Imra Shaheen this sounds like the Intel graphics bug. Does the affected machine have an Intel chip with integrated graphics (HD3000/4000)? See this thread for more information https://community.esri.com/thread/237519-sketch-and-measurement-graphics-not-showing-up-after-412-up...
We've installed a workaround for 4.13. Can you try out /next and see if you still see the issue?