Hi,
Surprisingly, since I switched to the 2025.01.xx branch, I can no longer create a map from a context. In fact, I also can't edit a context anymore—unless I manually access it via the URL using the context ID.
There are no longer any buttons or options to create a map from a context...
Has anyone else encountered this issue or have any idea what might be causing it?
Thanks in advance!
I was able to create a map from a context by opening the context, adjusting my map, and then using "Save As." This successfully creates a new map based on the context. However, I don't understand how to modify an existing context. How can I change the configuration of the widgets so that it impacts all maps created from that context?
Any help or insight would be greatly appreciated!
--
You received this message because you are subscribed to the Google Groups "mapstore-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-develo...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/mapstore-developers/12ba2e11-0c1e-4e18-9823-a016b6b4ad7an%40googlegroups.com.
Regards,
Stefano Bovio
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services-us for more information.
==
Stefano Bovio
Frontend Software Engineer
GeoSolutions Group
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
https://www.geosolutionsgroup.com/
http://twitter.com/geosolutions_it
-------------------------------------------------------
--
You received this message because you are subscribed to the Google Groups "mapstore-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-develo...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/mapstore-developers/12ba2e11-0c1e-4e18-9823-a016b6b4ad7an%40googlegroups.com.
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services-us for more information.
==
Dott. Ing. Tobia Di Pisa
Technical Lead / Project Manager
GeoSolutions Group
phone: +39 0584 962313
mobile: +39 340 1781783
fax: +39 0584 1660272
https://www.geosolutionsgroup.com/
http://twitter.com/geosolutions_it
-------------------------------------------------------
Thank you for your detailed replies.
However, I'm still facing the same issue. I'm logged in as an admin, but I still don't see all the buttons as expected (e.g., Edit and Delete).
I even started from scratch, with an up-to-date localConfig.json (including the EditContext plugin properly declared), an updated pluginsConfig.json, ran npm install, and everything else.
Despite that, the Edit and Delete buttons are missing. There are no errors in the console, and the build process completes successfully...
Problem solved
It turned out that the issue was caused by Maven and its dependencies—specifically the pom.xml file.
To fix it, I created a new project from version v2025.01.00, then compared the pom.xml at the root of my project, as well as the one in [PROJECT_MAPSTORE]/web/pom.xml, with the ones from the newly generated project.
That’s when I noticed they weren’t exactly the same, particularly the version numbers of several dependencies. So I updated my project to match the new one.
Finally, after running mvn clean install and then npm start, it worked! I now have the Edit, Delete, and other buttons visible again.
Thanks for your help—it pointed me in the right direction!