Jeroen-GroeneBij
Jeroen-GroeneBij
Data source is csv joined with a vectorlayer. Both csv and vectorlayer are stored in postgis. Join is made with dbmanager.
Hi Tom, here is a gpkg I created. The features in the top right have a value of exactly 256 characters (11 features) in the field named "vrij". You can...
Hi, Is there any progress on this issue? Can I do something to help, like testing? My experience with this issue is that: it does not seem to be a...
Yes, that is a similar workaround as @MFFDM and similar to what I use: just shorten the text before export, then edit the data .js file with the correct text....
That would a nice feature, especially when it is optional. So I can choose which attributes are always shown in the popup and which ones are only displayed when they...
Thanks. Suggestions: textPlaceholder: 'attributionname', to change the default searchbox text Search... with the attribution name you are actually searching in (the Alias preferably). collapsed: true (you use this with the...
I agree with the idea of distinction. That's why I think adding textPlaceholder: 'attributionname' gives you just that little bit more information what the searchbox is for. Then collapsed: false...
Testing with the original point layer gave me the solution: the qgis styling file was made on an older version of this layer which used the field name Type (with...
At least with field names it seems to be, I'll run some test tomorrow. I don't know if this is true for the data it self. I will test this...
Some interesting test results: [testuplow.zip](https://github.com/tomchadwin/qgis2web/files/3787844/testuplow.zip) I created a vectorlayer with a field name Type (upper case T). Then I created a style, using categorized symbology. Next step is changing the...