Does Quick Report support Web Map Tile Service (WMTS)

538
4
04-16-2018 07:46 PM
simoxu
by MVP Regular Contributor
MVP Regular Contributor

I'd like to use WMTS in the basemap pikcer, but it seems it only supports ArcGIS server tile services.

    //Base Map Picker model
    property alias baseMapPickerModel: baseMapPickerModel
    ListModel {
        id: baseMapPickerModel
        ListElement {
            name: "Topography"
            url: "http://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServer"
            image: "images/topo_thumbnail.png"
        }
        ListElement {
            name: "Satellite"
            url: "http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer"
            image: "images/satellite_thumbnail.png"
        }
        ListElement {
            name: "Streets"
            url: "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"
            image: "images/streets_thumbnail.png"
        }
    }

Can anyone confirm this?

Thanks.

0 Kudos
4 Replies
by Anonymous User
Not applicable

Hi Simo,

Thank you for asking the question in our community.  Yes, you can definitely use WMTS Layer as Quick Report basemap (In fact, you can use any functionality as long as Runtime 100.x supports it for any templates). 

We have a WMTS Layer sample app that is available on the AppStudio Desktop (Open Desktop > New App > Search for WMTS Layer). 

This WmtsService Runtime documentation would also be helpful.        

Thanks,

Tina

0 Kudos
simoxu
by MVP Regular Contributor
MVP Regular Contributor

Hi Tina,

Thank you for the answer.

I am using Runtime 10.2.6, that may be the reason why I can't use WMTS?

How hard it is to migrate an app build upon the old Quick Report template to the new QR template?

Regards,

Simo

0 Kudos
by Anonymous User
Not applicable

Hi Simo,

If you didn't customize Quick Report template (make code changes), it is really easy to migrate to new Quick Report template.  You can download AppStudio 3.0, create a new Quick Report template, copy and paste your old Quick Report settings information (such as feature layer, branding color) to the new Quick Report settings. 

If you did customize Quick Report template, It wouldn't be hard to migrate to new Runtime as well.  I recommend you take a look at Runtime migration documentation

Thanks,

Tina  

simoxu
by MVP Regular Contributor
MVP Regular Contributor

Thanks Tina.

Will look into it.

Regards,

Simo

0 Kudos