Andrea Ordonselli

Results 188 comments of Andrea Ordonselli

For openlayers i have replaced the layerswitcher with this one that has what you are looking for: https://viglino.github.io/ol-ext/examples/control/map.switcher.html

Complete lenght and area measurement is here #971 Look in the code for inserting `sketch = null;`

For openlayers ``` var mousePosition = new ol.control.MousePosition({ coordinateFormat: ol.coordinate.createStringXY(2), projection:'EPSG:3004', target: document.getElementById('myposition'), innerHTML: ' ' }); map.addControl(mousePosition); ```

For openlayers organizing `layerList `in the **layers.js** file you can choose the order. An example here #977

For openlayers layer group a solution is posted here #977

Yes, he is right, it is border line. However, I believe that you have done well to update the example. As per the request I made to jonataswalker, in the...

I apologize, I should have given some information first. The written code doesn't work with my project. I believe why in my project the `map.addLayer` is not called, come to...

Your code works, but you were right, my `titles` contain the instruction to make the `img src` appear in the legend and this breaks the link making it not working....

To insert single quotes I tried this code but it doesn't work, do you know how to fix it? ``` function setPermalink(l) { var contentstyle = l.get('style'); var quotes_content_style =...

I believe this method is not supported for single quotes ![image](https://user-images.githubusercontent.com/89784373/191059537-2e0c72c4-509e-44c7-8467-c1d0de8920e1.png)