JMap.Photo.closePhotoPopup
If displayed, close the photo popup
// Close the photo popup JMap.Photo.closePhotoPopup()
JMap.Photo.displayFeaturePhotosPopup
Display the photos of a given feature of a given layer.
// Display the photos of feature id="345" in layer id="4" JMap.Photo.displayFeaturePhotosPopup(4, 345)
the JMap layer id
the JMap feature id
JMap.Photo.displayPhotosPopup
Display your custom photos.
// Display the photos of feature id="345" in layer id="4" JMap.Photo.displayPhotosPopup(4, 345)
your custom photos
optional parameters
JMap.Photo.downloadById
Triggers a file download for a given photo id.
// download photo id="3" JMap.Photo.downloadById(3)
JMap.Photo.closePhotoPopup
If displayed, close the photo popup
// Close the photo popup JMap.Photo.closePhotoPopup()