Update tag.map

This commit is contained in:
Andros Fenollosa 2018-12-14 14:01:48 +01:00 committed by GitHub
parent 0153361058
commit 771d83f936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,11 @@
<map>
<iframe if={urlMap != ''} ref="mymap" width="{ opts.width }" height="{ opts.height }" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src={ urlMap } style="border: 1px solid black"></iframe>
<iframe if={urlMap != ''} width="{ opts.width }" height="{ opts.height }" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src={ urlMap } style="border: 1px solid black"></iframe>
// Variables
this.items = opts.items
this.address = opts.address
this.region = opts.region
this.delay = opts.delay
this.urlMap = ''
let that = this