-
-
Notifications
You must be signed in to change notification settings - Fork 641
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Please, can we add a check to the defaultMapImageUrl
for the signed URLs? So when we have a signed URL for a specific block, we will use it instead of the native URL. This was the only reason I had to override the mapImageUrl
method and I guess, it would be better to have this built-in (it took some time to figure it out as well)
Something like:
if (data.signed_urls && data.signed_urls[block.id]) {
return data.signed_urls[block.id];
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed