Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 684 Bytes

File metadata and controls

30 lines (26 loc) · 684 Bytes

#QR Codes for CMV Shows a QR code for the current map to open mobile applications on your phone/tablet such as:

  • Google Maps
  • OSMAnd
  • Waze
  • Apple Maps
  • Trek2There (Esri Labs)
  • Navigator for ArcGIS

Example Configuration:

qrcode: {
    include: true,
    type: 'titlePane',
    position: 0,
    path: 'widgets/QRCode',
    title: 'QR Code',
    open: true,
    options: {
        map: true
    }
}

Screenshot:

Screenshot

This widget was adapted from this one intended for the Esri Web App Builder.