Flo
Flo
Hello, There are a lot of promising changes here, can we help move this new version forward?
Hello, Is this development still relevant? Can we expect a release?
> Voir le travail initié quand Mapentity était encore dans Geotrek-admin dans cette PR non terminée : [GeotrekCE/Geotrek-admin#2387](https://github.com/GeotrekCE/Geotrek-admin/pull/2387) En lien avec ce projet où il y a pas mal de...
> OK super. En passant, en parlant de plugins Leaflet, je suis preneur d'une release de Filelayer ([makinacorpus/[email protected]](https://github.com/makinacorpus/Leaflet.FileLayer/compare/1.2.0...master)) Je ne suis pas sûr de comprendre, la release 1.2.0 est bien...
To clarify the last point let's imagine we have: - an outdoorSite parent `{ id: 1, portal:[10], children:[2] }` - an outdoorSite child `{ id: 2, portal: [] }` If...
I don't see it either. But technically it's possible. In GTR, on every outdoorSite page there is a loop with the value `children` (with the `portals` parameter) and rise an...
Exemple de "duplication" https://demo-admin.geotrek.fr/api/v2/trek/?fields=id,themes&themes=1,4 => L'id `15739` remonte 2 fois
> * In previous version, there is console log that says imagetools will be a premium plugin in next version, so we need to disable it. It seems to be...
Below i paste a way to handle it: `FileLayerControl.js` ```js import { useEffect } from 'react'; import { useMap } from 'react-leaflet'; import * as L from 'leaflet'; import *...