Iván Sánchez Ortega

Results 75 issues of Iván Sánchez Ortega

### Checklist - [X] I've searched through the [current issues](https://github.com/Leaflet/Leaflet/issues) to make sure this change hasn't been suggested already. - [X] I agree to follow the [Code of Conduct](https://github.com/Leaflet/Leaflet/blob/main/CODE_OF_CONDUCT.md) that...

docs
help wanted
good first issue

This is a blatant copy of @HarelM's https://github.com/maplibre/maplibre-gl-js/pull/2345 . Should ease up maintenance a bit.

workflow

TODO: Finish the [work on the `pointerify` branch](https://github.com/Leaflet/Leaflet/commit/3151aadb17a64131ecaa533a1f328c6a41339ff1), now that [the majority (~90%) of browsers support `PointerEvent`s](https://caniuse.com/#search=pointerevent): - [ ] Make `DomEvent.on`/`off` display a deprecation warning when listening to a...

feature
brainmelt
compatibility

Bit of background: I'm at the [Évora OGC-OSGeo-ASF codesprint](https://github.com/opengeospatial/developer-events/wiki/2024-Joint-OGC-%E2%80%93-OSGeo-%E2%80%93-ASF-Code-Sprint), trying to get multiband rasters work with [gleo](https://gitlab.com/IvanSanchez/gleo) via geotiff.js. I wrote gleo so that it worked as **native** browser ESM...

# Overview Adds a HTML viewer for coverages, leveraging Leaflet and Leaflet.ImageOverLay.Arrugator. In order to get a the webpage in as less time as possible, this also adds a fastpath...

stale

Briefly discussed in person with with @tomkralidis, during the [OGC/OSGeo/ASF codesprint in Évora](https://github.com/opengeospatial/developer-events/wiki/2024-Joint-OGC-%E2%80%93-OSGeo-%E2%80%93-ASF-Code-Sprint). **Is your feature request related to a problem? Please describe.** The goal is to improve the user...

enhancement

I have a HTTP server set up like this: ``` let mut server = EspHttpServer::new(Configuration::default())?; server.fn_handler("/index.html", Method::Get, move |request| { info!("GET /index.html"); /* snip */ })?; server.ws_handler("/ws", |ws| { info!("Websocket...

According to https://en.wikipedia.org/wiki/Comparison_of_source_code_hosting_facilities#Version_control_systems , there are a bunch of git services that degit might want to support: - [ ] Alioth - [ ] Assembla - [x] Bitbucket - [...

pr welcome :)

Reorients seed icosahedron so that the north and south poles are vertices instead of edge midpoints, as per https://github.com/mourner/icomesh/issues/4#issuecomment-535528947 See https://observablehq.com/d/ebcd62dce093afc3 - the z-axis (blue in the interactive demo, orthogonal...

Partial implementation of #3 - only implements the interior of the faces and not the vertices on the shared edges. ![image](https://user-images.githubusercontent.com/1125786/65682108-9439b880-e05a-11e9-81dc-2f89f44224d5.png) ![image](https://user-images.githubusercontent.com/1125786/65682164-b3d0e100-e05a-11e9-99e5-81f293b5f30f.png) It's buggy (specially when the frequency is higher...