--
You received this message because you are subscribed to the Google Groups "mapstore-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapstore-users/0824d9f1-5f37-43c5-9009-39cbf45132e5n%40googlegroups.com.
Regards,
Mauro Bartolomeoli
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.
==
Dott. Mauro Bartolomeoli
@mauro_bart
Technical Lead
GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
mobile: +39 393 904 1756
phone: +39 0584 962313
fax: +39 0584 1660272
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
--
You received this message because you are subscribed to the Google Groups "mapstore-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapstore-users/a8e49a4b-6ee4-4407-8b57-6a64a7cb3da2n%40googlegroups.com.
Hi everybody,Thank a lot for all your reply.I managed to get the Sample extension to work ! (yeah!)I still have some question :1) Mapstore2-georchestra on Docker (geosolutionsit/mapstore2-georchestra) with a datadir (like this doc) : this is a MapStore2 product or a MapStore2 project ?
If I understand correctly, this is a MapStore project. So:2) Can I add a "homemade" plugin in my MapStore2-georechstra (docker) datadir ?I succeeded to make a plugin with this doc (developer-guide/plugins-howto/) in my MapStore2 developer project (with the createProject.js script).But datadir seems different. I can override localConfig.json file or with the patch file like in this doc (externalized-configuration) (my locaConfig.json file is in the root of mapStore datadir).But Where i write the plugins.js config and the Sample.jsx files ? I need to write the app.jsx (if I understand well, no, I don't) ?
3) Can be load an extension on every mapsore map, also on the "home map" (https://georchestra.mydomain.org/mapstore/#/) like a plugin ?
Thank a lor for your time and help.I will continue to read the doc and make some test.Le mardi 29 septembre 2020 à 11:22:29 UTC+2, lorenzo...@geo-solutions.it a écrit :Hi,I tried it (latest master) and it works for my installation. It's not so fresh, but the things should be the same.If you can see installation correct, and the extension listed, it should be present on the server (datadir should contain some extra-files to handle it).Did you try to create a context with only the extension and open it?I link the zip I build that worked for me.
--
You received this message because you are subscribed to the Google Groups "mapstore-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapstore-users/941eaf1d-fb8c-4d14-a68f-64503b56186fn%40googlegroups.com.
Regards,
Lorenzo Natali
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.
==
Dott. Ing. Lorenzo Natali
Technical Lead
GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
Hi,1) Plugin system on official Docker mapstore2-georchestraI think I was not clear. Can I add a Plugin (not an extension) in my Docker mapstore2-georchestra Datadir ?Without recompile WAR file ?
2) Extension system bug ?In the other hand, we have make some extension tests :You can find 2 tests here : wetransfer-extensionThe difference between the "wrokingExtension.zip" and "notWorkingEtension.zip" is the line :n("./node_modules/w3c-schemas/w3c-schemas.js").XLink_1_0;If I run `npm run run-extension` will work perfectly and display my "console.log", but when it is builded, there is no extension display and no errors anywhere.Can you help us ?
We find the plugin system more simple instead of Extension, but we can't get it work !