Feature Layer label display problem

1167
3
08-30-2016 03:34 AM
tanerkoka
Occasional Contributor II

   Hi,

     We are using Arcgis Runtime SDK for Qt 10.2.6 and Qt 5.4.2 (MSVC 2013, 32 bit) Qt Creator QT\QML side .We have local editing application which edits features within an offline geodatabase and then .

When we starting application featurLeyer enableLabels property is true .In online side labels are normaly but after generate geodatabase labels show's very small. How can I solve this problem?

 Best Regards

Tags (2)
0 Kudos
3 Replies
LucasDanzinger
Esri Frequent Contributor

Are you comparing a FeatureLayer when online versus offline? It should look exactly the same, and does from my testing. Can you send some screenshots and example code?

0 Kudos
tanerkoka
Occasional Contributor II

Hi Lucas,

Here is screenshoots below :

Below is Before generate geodatabase screenshot :

Before genarate

Below after generate geodatabase :

 

After Generate geodatabase

Here is abowe pictures.Code are same like Arcgis Runtime QML Sample App ->Feature Editing ->Local Geodatabase Editing

 

Best Regards

0 Kudos
LucasDanzinger
Esri Frequent Contributor

Interesting, it isn't just smaller- it is different text all together, and also seems like a different renderer is applied, as the colors are completely different from online vs offline. I'm not sure what the issue is. FeatureLayer should display labels the same, whether online or offline. It is possible that a dynamic map service would look different, as the images are generated on the server side. Perhaps you will want to log a tech support case 

0 Kudos