Javier Jimenez Shaw

Results 13 issues of Javier Jimenez Shaw

`this.options.opacity` is always defined in de `initialize` method, so it is not needed to check it. The previous code does not let a value of 0. This PR is over...

`wms.Layer.onAdd` is adding `this._source` to `this._map`, but is not removed symmetrically on `onRemove`. The consequence is that the attribution is never removed if the layer is removed/managed using `L.Control.Layers`. If...

(Fully explained in https://github.com/PDAL/PDAL/pull/3873 ) Many C/C++ functions like atof, strtod, to_string, stringstream, etc do take into consideration the C locale (in both directions: number to string and string to...

… only N-E A few CRSs use left-handed orders other than N-E, like S-W in [EPSG:5513](https://spatialreference.org/ref/epsg/5513/) - [x] Closes https://github.com/qgis/QGIS/issues/56802 - [x] Tests added - [x] Added clear title that...

stale

Reading this paper from Michael Dennis (thanks Michael for the link ;) you can see that to get a "complete" computation of the linear distortion the elevation should be taken...

feature request

This issue is about the documentation in https://proj.org/ I just opened it today in my mobile phone, and the "hamburger menu" in the top left corner (three horizontal bars) does...

bug

In the documentation in readthedocs, the Search functionality does not return anything. It stays "Searching..." forever. https://python-geojson.readthedocs.io/en/latest/search.html?q=point&check_keywords=yes&area=default

In response to https://github.com/jieter/Leaflet.Sync/issues/59 and https://github.com/jieter/Leaflet.Sync/issues/41 (thanks for the code suggestions; many are included here), this PR lets the user to return an object like `{center, zoom}` in the callback...

Adds new API to PROJ. `database.query_geodetic_crs_from_datum` - [x] Closes #1389 - [x] Tests added - [x] Fully documented, including `history.rst` for all changes and `api/*.rst` for new API