-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activating the Collector #988
Comments
I have recently succeded to get Collector ('Tyck Till') to work all the way in Hajk 3.8 and Hajk 3.9rc1. The used WFST-service must have those fields checked as 'editable'. The WFST-service in its turn must have correct permissions set for both the table and its sequence in the PostGIS-database. Belowscreendumps of how it looks in Hajk 3.9rc1 |
Thanks @ingvar-uddevalla, that's great info. Can you provide a screenshot from your database table too, so I can see the data types for the columns? I suspect that we have trouble with datatypes other than |
|
@jacobwod . For me the problem with empty pages when the Collector-tool is activated occurs when the EDITOR-tool is NOT activated. (Tested in v3.9.0). By some reason the collector won't work if the current WFST-service isn't activated from the editor. |
Thank you @ingvar-uddevalla for this report! |
I have finally had some time to take a look at it this morning. I found out that:
I'll see if I can find a quick-fix for b). |
Alright, it's fixed and pushed! Turns out it was the washing mechanism in new backend: if Edit wasn't active, we assumed there's no need of the WFS-T layers. That is obviously wrong and fixed as of 818b9f1, coming up in 3.10 too. |
It seems to be difficult to configure the Collector plugin to show anything but an empty page.
According to the documentation this should give a toolbar:
<div type="toolbar"></div>
. But all you get is this error:It seems like something's going on (I need to investigate further, this is just a quick note so I don't forget it), since changing
type
to something else then"toolbar"
does actually load the plugin (but without the toolbar, of course):Anybody had any success with this plugin, perhaps @hitomin21 @ingvar-uddevalla @jesade-vbg @persoderstrom?
The text was updated successfully, but these errors were encountered: