Results 126 comments of Raruto

Hi @hupe13, basically the control doesn't redraw the [Ruler](https://github.com/Raruto/leaflet-elevation/blob/bd9316bd1b7e7784b3bf3d812960eaa808ad94d6/src/components/d3.js#L629-L631) after calling [`remove()`](https://github.com/Raruto/leaflet-elevation/blob/bd9316bd1b7e7784b3bf3d812960eaa808ad94d6/libs/leaflet-gpxgroup.js#L298) → [`addTo(map)`](https://github.com/Raruto/leaflet-elevation/blob/bd9316bd1b7e7784b3bf3d812960eaa808ad94d6/libs/leaflet-gpxgroup.js#L288) https://github.com/Raruto/leaflet-elevation/blob/bd9316bd1b7e7784b3bf3d812960eaa808ad94d6/libs/leaflet-gpxgroup.js#L279-L301 https://github.com/Raruto/leaflet-elevation/blob/bd9316bd1b7e7784b3bf3d812960eaa808ad94d6/src/control.js#L1201-L1217 https://github.com/Raruto/leaflet-elevation/blob/bd9316bd1b7e7784b3bf3d812960eaa808ad94d6/src/components/d3.js#L602-L641 --- Below some offending lines: - `eleDiv` may never change on subsequent call...

Hi @InstantWindy, > I found that the following errors may occur. > ![1](https://github.com/user-attachments/assets/066ae73c-b370-493b-9bc3-3789eb351c06) Be aware, It looks like you are trying to develop without http server (ie. I don't know...

@BaBoWaGa currently not implemented (as g3w-admin option). Right now, you can also add your own [custom js](https://g3w-suite.readthedocs.io/en/latest/settings.html#g3wsuite-custom-js) to achieve the same result, eg: ```js if(!window.g3wadmin) document.body.classList.add('sidebar-collapse'); ``` @wlorenzetti That option...

@wlorenzetti please implement the `sidebar_collapse` option within this view: https://github.com/g3w-suite/g3w-admin/blob/68742596b3d2f1bb87b0c9a70b91ece94e4e3831/g3w-admin/client/views.py#L90 Ref: https://github.com/g3w-suite/g3w-admin/blob/68742596b3d2f1bb87b0c9a70b91ece94e4e3831/g3w-admin/client/templates/client/index.html#L26

@elpaso here it is sample spec file (exported from: https://github.com/g3w-suite/g3w-admin/pull/1102) ```jsonc // Each Feature contains: // - id: unique identifier of the feature. // - geometry: object with geometry type...

> instead of a new "Rectangle" type can you send it as a standard polygon instead? @elpaso @volterra79 The geoJSON type it's already a `Polygon`: ```jsonc { "type": "Feature", "geometry":...

@elpaso > is there any rendering difference between a rectangle and a polygon with 90° corners ? They look the same to me. ![image](https://github.com/user-attachments/assets/9acf5b16-89f1-4e0a-807c-e4e53201549a) > the fill color ... Is...

@elpaso tested with: https://github.com/g3w-suite/g3w-admin/pull/1112/commits/5d02fc35ec25b266eb6832ff7d67c0435a4bd8a6, I get this response from server: ![image](https://github.com/user-attachments/assets/0979d3b2-6357-4709-b9db-77dba7430888) ### HTTP REQUEST: ```log POST http://localhost:8000/ows/1/qdjango/1/ SERVICE | "WMS" VERSION | "1.3.0" REQUEST | "GetPrint" TEMPLATE | "A4+horizontal" DPI...

@wlorenzetti time to merge it? ⌛

Hi @Wang-wen-jie, try to test https://github.com/Raruto/leaflet-rotate/pull/48 and let me know. 👋 Raruto