Note install IONIC 2023 npm install -g @ionic/cli npm i -g native-run npm i -g cordova https://ionicframework.com/docs/intro/cli
Góp nhặt của một kẻ mù công nghệ :p
Note install IONIC 2023 npm install -g @ionic/cli npm i -g native-run npm i -g cordova https://ionicframework.com/docs/intro/cli
Geospatial DuckDB https://tech.marksblogg.com/duckdb-geospatial-gis.html For much of the past year, I have been working with Hexvarium. Based in Atherton, California, the company builds and manages fiber-optic networks. At present, they have a handful of networks in the Bay Area but have plans […]
Kinh tuyến trục hệ tọa độ Quốc gia VN2000 của các tỉnh Kinh tuyến trục hệ tọa độ Quốc gia VN2000 là gì? Kinh tuyến trục hệ tọa độ Quốc gia VN2000 là một đường kinh tuyến trên bề mặt […]
GeoRaster layer for Leaflet example https://github.com/GeoTIFF/georaster-layer-for-leaflet-example Simple Example of GeoRasterLayer for Leaflet main demo https://geotiff.github.io/georaster-layer-for-leaflet-example/ other examples Loading the georaster-layer-for-leaflet library via a script tag. You can view the source code here and the live demo here. Loading a Cloud Optimized GeoTIFF via […]
docker standard_init_linux.go:228: exec user process caused: no such file or directory Use notepad++, go to edit -> EOL conversion -> change from CRLF to LF. update: For VScode users: you can change CRLF to LF by clicking on CRLF present […]
nvm use does not switch node versions I had to delete the folder located at C:\Program Files\nodejs: And then run nvm use {version} again to repopulate this folder with the correct node version. I suspect that nvm is having trouble deleting this folder […]
GeoRaster layer for Leaflet https://github.com/GeoTIFF/georaster-layer-for-leaflet#georaster-layer-for-leaflet Display GeoTIFFs and soon other types of rasters on your Leaflet Map Install npm install georaster-layer-for-leaflet GeoRaster Prerequisite GeoRasterLayer requires that input be first converted into GeoRaster format. You can install GeoRaster with the following […]
[MySQL] Fix Column count of mysql.proc is wrong Err Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100108, now running 100424. Please use mysql_upgrade to fix this error Fix Column count of mysql.proc is wrong […]
[Moodle Edash] Fix Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated Err info Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated… theme/edash/renderers/course-renderer.php on line 53 Fix Deprecated: preg_replace(): Passing null […]
[Linux LAMPP] How to Export, Import MySQL Database with Command Line Export MySQL Database /opt/lampp/bin/mysqldump -u user -p database_name > database_name.sql Import/Restore MySQL Database /opt/lampp/bin/mysql -u user -p database_name < database_name.sql https://stackoverflow.com/questions/29258769/how-to-restore-mysql-database-in-xampp https://blog.devart.com/how-to-restore-mysql-database-from-backup.html
web-ifc | IFC Web Viewer https://ifcjs.github.io/web-ifc/demo/ ifc.js | documentation | API Docs | demo | example models | discord | usage examples | npm package | contributing web-ifc is a javascript library to read and write ifc files, at native speeds. web-ifc is part of the ifc.js project, which aims to lower the threshold for developing open BIM applications. Status Although […]
QGIS DataPlotly https://github.com/ghtmtt/DataPlotly The DataPlotly plugin allows creation of -like interactive plots directly within QGIS, thanks to the library and its Python API. DataPlotly makes plot creation and customization easy for every needs. Besides all the plot and customization available, the plot […]
georaster for JS (Javascript) https://github.com/GeoTIFF/georaster georaster Wrapper around Georeferenced Rasters like GeoTIFF, NetCDF, JPG, and PNG that provides a standard interface. You can also create your own georaster from simple JavaScript objects. load from url on front-end const parseGeoraster = […]
Serverless Maps – Now Open Source Accelerating Maps Last year I described Protomaps Mantle, a commercial solution for self hosting planet-scale maps without running any servers. It’s built on top of the open, cloud optimized PMTiles format, and adds the option of a […]
Mapbox Vector Tile Basic JS Renderer https://github.com/landtechnologies/Mapbox-vector-tiles-basic-js-renderer This LandInsight project is a fork of mapbox-gl-js. , Please see the upstream project for extensive details on vector tiles, styles and more. This fork is intended to be kept fairly up-to-date with the upstream version, […]