Skip to main content

How to refresh map or layer using Javascript API

Comments

1 comment

  • Permanently deleted user

    viewer .site.essentialsMap.findMapServiceById( <essentialsmapserviceId> ).serviceLayer.refresh();

    (if using in your own module, you would type   this.app. site.essentialsMap.findMapServiceById( MapserviceId ).serviceLayer.refresh();

     

    Cheers :)

    0

Please sign in to leave a comment.