-
Notifications
You must be signed in to change notification settings - Fork 111
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
Some issues with annotations #484
Comments
@giohappy I think we could try to filter out all the layer of type vector. The type vector is used for GeoJSON format inside mapstore |
Ok... this should be done inside the django adapter I guess. |
@giohappy this issue seems related to a missing epic and reducers that are included only when the Annotation plugin is in the configuration. The epic setup the annotation layer adding a specific viewer to display the annotation results. I tried to add the As you can see the button for editing are there even if we don't need those in a preview context and in this first investigation I did not find how to disable. It seems that a map with annotations layers needs the Annotations plugin configured to make the identify work correctly. |
Let's do it. Please open an issue for MapStore. Let's see if someone else can work on this. |
@allyoucanmap if I understand correctly (from the issue you opened on MapStore) the proposal is to exclude the Annotation plugin when in view mode.So your previous suggestion
is not necessary in this case, right? |
@giohappy the issue is that it's missing the initialization process to add the correct viewer to annotation. Right now the correct viewer is applied only if the Annotation plugin is included in the localConfig. MapStore should apply the correct viewer even if the Annotation plugin is not included |
as agreed @allyoucanmap we'll do the following:
|
@allyoucanmap can you let me know where we are with this? |
@simboss I worked on MapStore and proposed this solution that was accepted but the work is still pending. geosolutions-it/MapStore2#7332 (comment) |
Annotations have been roughly integrated with #334 but I noticed some problems:
The text was updated successfully, but these errors were encountered: