Skip to content

Instantly share code, notes, and snippets.

View bmarsaud's full-sized avatar
🌍

Bastien MARSAUD bmarsaud

🌍
View GitHub Profile
@bmarsaud
bmarsaud / craig-ortho-wmts-2154.json
Created May 6, 2021 13:21
CRAIG Ortho WMTS 2154 for iTowns
{
"url": "http://tiles.craig.fr/ortho/service",
"crs": "EPSG:2154",
"format": "image/jpeg",
"attribution": {
"name": "CRAIG",
"url": "https://www.craig.fr/"
},
"name": "ortho_2016",
"tileMatrixSet": "lambert93",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bmarsaud
bmarsaud / .bashrc
Created April 20, 2020 09:26
Set JAVA_HOME according to update-alternatives configuration in bashrc on Ubuntu 19
export JAVA_HOME=`update-alternatives --query java | awk '/Value: /{print substr($2, 1, length($2)-13)}'`