We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of reading (note the tileResolutionRatio attribute)
tileResolutionRatio
<g class="tiles" clip-path="url(https://staging.ecosounds.org/visualize?projectId=397&extent0=1286892109721&extent1=1286892190068#distributionDetailTilesGroup_14)" actualResolution="0.0337" tileSize="6.062" tileResolution="0.02" tileResolutionRatio="0.59" transform="translate(0,49)">
It in fact reads:
<g class="tiles" clip-path="url(https://staging.ecosounds.org/visualize?projectId=397&extent0=1286892109721&extent1=1286892190068#distributionDetailTilesGroup_14)" actualResolution="0.0337" tileSize="6.062" tileResolution="0.02" tileResolutionRatio="function (){return fb.length>0?(fb[0].resolution/Ka.resolution).toFixed(4):void 0}" transform="translate(0,49)">
The function's string is being set as the arribute
The text was updated successfully, but these errors were encountered:
e35d105
No branches or pull requests
Instead of reading (note the
tileResolutionRatio
attribute)It in fact reads:
The function's string is being set as the arribute
The text was updated successfully, but these errors were encountered: