Closed wmbeers closed 4 years ago
This issue doesn't appear on CMV's demo site. Either it's been addressed and I need to port the fix over, or look at how we've configured it. Most notable is that on CMV's demo, address search places a marker:
But on our site it's just a blue box. Since the error involves a problem with the symbol, this is where I'm going to look first.
Leaving the core CMV tag on here for now until I can compare to see if anything in either of these widgets differs.
Note lines 610-613 of viewer.js:
highlightSymbol: { /*TODO this isn't showing up*/
url: 'https://js.arcgis.com/3.27/esri/dijit/Search/images/search-pointer.png',
width: 36, height: 36, xoffset: 9, yoffset: 18
}
Commenting this out causes the default symbol to appear, and printing works. Removing coreCMV tag because it's clear this is an issue on our implementation. Ours differs significantly from the default configuration in viewer.js, adding a special locator to filter on country code = US.
See also revision ef41ed6
Verified per testing notes.
Tested in IE and Chrome. Used Wakulla Springs via the 'find address or place' functionality, added additional layers and printed in various states. Verified nothing got inadvertently broken by loading projects and AOIs as well.
Description:
Steph reports:
Print feature doesn't work when using 'find address or place' to zoom to area
I used the 'Zoom to Region' feature to go to Sarasota and panned over to Galvin Park and added some layers. Print worked as expected that route. Also tested loading projects and AOIs and then printing and that worked as expected too.
Bugzilla #5809
Steps to reproduce:
Expected results:
Actual results: