Tại sao đuôi của rắn đuôi chuông có thể phát ra tiếng động? Your browser does not support the video tag. https://www.facebook.com/reel/373778394877728/?s=ifu
Góp nhặt của một kẻ mù công nghệ :p
Tại sao đuôi của rắn đuôi chuông có thể phát ra tiếng động? Your browser does not support the video tag. https://www.facebook.com/reel/373778394877728/?s=ifu
Ionic capacitor Live Reload/ Hot Reload npm install -g @ionic/cli native-run ionic cap add android ionic cap sync ionic cap run android –external -livereload References https://capacitorjs.com/docs/guides/live-reload https://stackoverflow.com/questions/69545612/what-is-the-command-to-run-ionic-capacitor-app-on-device-with-live-reload-for-an https://ionicframework.com/docs/cli/commands/capacitor-run
[IONIC Capacitor Mobile Dev] Chang app name, version in Android Change App Name These are the other places: app_name in android/app/src/main/res/values/strings.xml Change App Version versionCode, versionName in android/app/build.gradle References https://forum.ionicframework.com/t/change-application-name-on-android-platform/220594
Ionic cordova-res Error occurred while copying resources/android/icon/ Err info D:\sync\websvr\ionic\current\thanhlong_binhthuan_appmobile>cordova-res android –skip-config –copy –type icon Generated 6 resources for Android WARN: Error occurred while copying resources\android\icon\mdpi-foreground.png WARN: Error occurred while copying resources\android\icon\mdpi-background.png WARN: Error occurred while copying resources\android\icon\hdpi-foreground.png WARN: Error […]
[Google Play Console] No countries or regions have been selected for this track. Add at least 1 country or region to roll out this release No countries or regions have been selected for this track. Add at least 1 country […]
Summary https://www.lutraconsulting.co.uk/crowdfunding/pointcloud-processing-qgis/ In the wake of successful crowdfunding campaigns in 2020 and 2021, we are pleased to announce the launch of a new campaign to further improve QGIS capabilities in managing and analyzing point clouds. The objectives of this campaign are to: Add […]
Ionic capacitor build APK debug and App bundle ABB ionic capacitor build Debug APK ionic cap copy ionic cap sync cd android gradlew assembleDebug APK will be: approot_folder\android\app\build\outputs\apk\debug ionic capacitor build App bundle ABB ionic cap copy ionic cap sync […]
IONIC Cordova to Capacitor migration Add Capacitor Begin by opening your project in the terminal, ionic integrations enable capacitor # Delete capacitor.config.ts and try again npx cap init Build your Web App npm run build Add Platforms # You must […]
Android No usable Android build tools found. Highest 32.x installed version is 30.0.3; Recommended version is 32.0.0 > cordova.cmd build android –device [INFO] … and 78 additional chunks [ng] i 「wdm」: Compiled successfully. [cordova] [cordova] FAILURE: Build failed with an […]
Run capacitor Android Ok Your Ionic app is ready! Follow these next steps: – Go to your new project: cd .\t1 – Run ionic serve within the app directory to see your app in the browser – Run ionic capacitor […]
Leaflet vector tiles example Vector tiles Plugins to display vector tiles. Plugin Description Demo Maintainer geojson-vt Efficient library for slicing GeoJSON data into vector tiles on the fly. Mapbox Hoverboard Render vector tiles on canvas with leaflet (geojson, topojson, and protobuf). […]
IONIC NPM update all plugins, check java, gradle version IONIC NPM update all plugins npm install -g cordova-check-plugins cordova-check-plugins –update=auto Check java, gradle version # Check java path where java #—– java -version gradle -version https://downloads.gradle-dn.com/distributions/gradle-7.5.1-bin.zip
SELECTION in WMS servering by QGIS Server Full query https://geoviet_mapserv.dothanhlong.org/?MAP=/gis/mbgis/api.qgs&service=WMS&request=GetMap&layers=vn_vunghanhchinh&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tiled=true&width=256&height=256&srs=EPSG%3A3857&bbox=11897270.578531114,1252344.2714243277,12523442.714243278,1878516.4071364922 SELECT a Feature You only can use id attribute to select feature Selected feature is highlight in yellow https://geoviet_mapserv.dothanhlong.org/?MAP=/gis/mbgis/api.qgs&service=WMS&request=GetMap&layers=vn_vunghanhchinh&styles=&format=image/png&transparent=true&version=1.1.1&tiled=true&width=256&height=256&srs=EPSG:3857&bbox=11897270.578531114,1252344.2714243277,12523442.714243278,1878516.4071364922&selection=vn_vunghanhchinh:41 Refernces https://docs.qgis.org/3.22/en/docs/server_manual/services/wms.html
Android IONIC – No installed build tools found. Install the Android build tools version 19.1.0 or higher Thông báo lỗi > cordova.cmd build android [INFO] … and 78 additional chunks [ng] i 「wdm」: Compiled successfully. [cordova] (node:10100) [DEP0128] DeprecationWarning: Invalid […]
Filter in WMS servering by QGIS Server Full query https://geoviet_mapserv.dothanhlong.org/?MAP=/gis/mbgis/api.qgs&service=WMS&request=GetMap&layers=vn_vunghanhchinh&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tiled=true&width=256&height=256&srs=EPSG%3A3857&bbox=11897270.578531114,1252344.2714243277,12523442.714243278,1878516.4071364922 Filter query https://geoviet_mapserv.dothanhlong.org/?MAP=/gis/mbgis/api.qgs&service=WMS&request=GetMap&layers=vn_vunghanhchinh&styles=&format=image/png&transparent=true&version=1.1.1&tiled=true&width=256&height=256&srs=EPSG:3857&bbox=11897270.578531114,1252344.2714243277,12523442.714243278,1878516.4071364922&filter=vn_vunghanhchinh: "ten_vi" = 'Phú Yên' Refernces https://docs.qgis.org/3.22/en/docs/server_manual/services/wms.html