The idea would be to make the map LOOK exactly the same as it does now, and the popups, too. But we’d just be choosing to map a different variable. In the popups, I’m guessing we would just list the number followed by a percent sign, instead of the code we have now that (I’m guessing) multiplies the number by 100 for display… right? In other words, instead of mapping a value of 0.147, and converting it to 14.7% in the popup, we’d map a value of 14.7 and still display it as 14.7% in the popup.
This will require a change to the innovateMap.js file and the mxd
[x] Change the mxd to be symbolized by the percent_change field
[x] Update the code in InnovateMap.js to use the percent_change field in the popup
The idea would be to make the map LOOK exactly the same as it does now, and the popups, too. But we’d just be choosing to map a different variable. In the popups, I’m guessing we would just list the number followed by a percent sign, instead of the code we have now that (I’m guessing) multiplies the number by 100 for display… right? In other words, instead of mapping a value of 0.147, and converting it to 14.7% in the popup, we’d map a value of 14.7 and still display it as 14.7% in the popup.
This will require a change to the innovateMap.js file and the mxd