Skip to content

Instantly share code, notes, and snippets.

View dh46tw's full-sized avatar

Daniel Huang dh46tw

View GitHub Profile
@dh46tw
dh46tw / nlsc_wms.xml
Last active June 7, 2024 06:32
國土測繪中心的 WMS XML 檔 (原始出處: https://wms.nlsc.gov.tw/wms )
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<WMT_MS_Capabilities xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1.1">
<Service>
<Name>WMS</Name>
<Title>Taiwan MAP Service</Title>
<Abstract>Can also generate PNG,JPG</Abstract>
<KeywordList>
<Keyword>WMS</Keyword>
<Keyword>maps.nlsc.gov.tw</Keyword>
</KeywordList>
@dh46tw
dh46tw / .gitignore
Created September 29, 2021 09:08
gitignore for Android Studio 4.1
# Built application files
*.apk
#.aar
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
@dh46tw
dh46tw / README.md
Created January 12, 2021 06:03 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store