├── .gitattributes ├── .gitignore ├── .jshintrc ├── Gruntfile.js ├── LICENSE ├── README.md ├── buddha.txt ├── docs ├── 00README.md ├── QLandkarte GT.note ├── README.2.61 ├── ResidentialPoliceBox │ ├── 1907_1914.csv │ ├── 1907_1914.sql │ ├── 1913_1941.csv │ ├── 1913_1941.sql │ ├── README.md │ ├── csv2sql.php │ ├── csv2sql2.php │ └── 蕃務駐在所.png ├── coastmt │ ├── coastmt_108.csv │ ├── coastmt_108.html │ └── coastmt_108.php ├── genfakezoom.php ├── gpx_map │ ├── README.md │ ├── exportpbf.inc.php │ ├── exportpbf.php │ ├── geojsontoosm │ │ ├── LICENSE │ │ ├── README.md │ │ ├── geojsontoosm │ │ ├── geojsontoosm_old │ │ ├── index.js │ │ ├── index.js.old │ │ └── package.json │ ├── index.php │ └── release.php ├── hillshade │ ├── README.md │ ├── do_hillshade.sh │ └── shade.rmap ├── history │ └── QuickStart.md ├── hl20240403 │ ├── 20240403花蓮地震災點_20240531.gpx.gz │ ├── 20240403花蓮地震災點_20240531.kml.gz │ ├── HL.map │ ├── HL.osm.gz │ ├── HL.pbf │ ├── HL.xml │ ├── HL3.geojson │ ├── HL_ref.osm.gz │ ├── README.md │ ├── pbf2map.php │ └── rmdesc.py ├── https │ ├── certbot.txt │ ├── http2.txt │ └── quic.txt ├── lanyu │ └── README.md ├── maps.xml ├── mobile_coverage_overlay │ ├── aptg.py │ └── cht_5g.py ├── oruxmaps │ ├── onlinemapsources.xml │ ├── onlinemapsources.xml.UNSORT │ └── xml.php ├── prominence │ ├── 20170414 │ │ ├── Taiwan_3000+_peak.csv │ │ ├── Taiwan_3000+_peak.xlsx │ │ ├── out │ │ ├── prom.csv │ │ └── prom.out │ ├── Taiwan3000+List.md │ └── src │ │ ├── .gitignore │ │ ├── 3000.csv │ │ ├── LICENSE │ │ ├── MOI_OSM │ │ └── hgt │ │ │ ├── README │ │ │ ├── compress.sh │ │ │ └── tif2hgt.sh │ │ ├── Makefile │ │ ├── README.md │ │ ├── README.prominence │ │ ├── chunker.go │ │ ├── dataset.go │ │ ├── hashmap.go │ │ ├── main.go │ │ ├── noaa1.go │ │ ├── noaa16.go │ │ ├── out │ │ ├── patch.go │ │ ├── prom.go │ │ ├── prom.out │ │ ├── prom2kml.php │ │ ├── prom2sql.php │ │ ├── prom_test.go │ │ ├── simple.go │ │ ├── sort.go │ │ ├── sort_test.go │ │ ├── srtm3.go │ │ └── stream.go ├── rudymap │ └── rudymap_download.php ├── tw5k │ ├── README │ └── merge.php ├── twmap.user.js └── twmap.xml ├── package.json ├── twmap3 ├── VERSION ├── about.php ├── config.inc.php.sample ├── css │ ├── font-awesome.min.css │ ├── jquery-ui-1.8.6.custom.css │ ├── jquery.autocomplete.css │ ├── rateit │ │ ├── delete.gif │ │ ├── jquery.rateit.js │ │ ├── jquery.rateit.min.js │ │ ├── jquery.rateit.min.js.map │ │ ├── rateit.css │ │ ├── star-black32.png │ │ ├── star-gold32.png │ │ ├── star-red32.png │ │ ├── star-white32.png │ │ └── star.gif │ ├── sunny │ │ ├── images │ │ │ ├── ui-bg_diagonals-medium_20_d34d17_40x40.png │ │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ │ ├── ui-bg_gloss-wave_45_817865_500x100.png │ │ │ ├── ui-bg_gloss-wave_60_fece2f_500x100.png │ │ │ ├── ui-bg_gloss-wave_70_ffdd57_500x100.png │ │ │ ├── ui-bg_gloss-wave_90_fff9e5_500x100.png │ │ │ ├── ui-bg_highlight-soft_100_feeebd_1x100.png │ │ │ ├── ui-bg_inset-soft_30_ffffff_1x100.png │ │ │ ├── ui-icons_3d3d3d_256x240.png │ │ │ ├── ui-icons_bd7b00_256x240.png │ │ │ ├── ui-icons_d19405_256x240.png │ │ │ ├── ui-icons_eb990f_256x240.png │ │ │ ├── ui-icons_ed9f26_256x240.png │ │ │ ├── ui-icons_fadc7a_256x240.png │ │ │ └── ui-icons_ffe180_256x240.png │ │ └── jquery-ui-1.8.17.custom.css │ ├── twmap3_main.css │ └── ui-lightness │ │ ├── images │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_228ef1_256x240.png │ │ ├── ui-icons_ef8c08_256x240.png │ │ ├── ui-icons_ffd27a_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ │ └── jquery-ui-1.8.16.custom.css ├── data │ ├── ajaxCRUD │ │ ├── README.md │ │ ├── ajaxCRUD.class.php │ │ ├── css │ │ │ ├── badicon.gif │ │ │ ├── checkicon.gif │ │ │ ├── cuscosky.css │ │ │ ├── default.css │ │ │ ├── fieldbg.gif │ │ │ ├── index.html │ │ │ └── loading.gif │ │ ├── index.php │ │ ├── js │ │ │ ├── javascript_functions.js │ │ │ ├── jquery.maskedinput.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.validate.min.js │ │ │ └── validation.js │ │ ├── pointdata2.php │ │ └── preheader.php │ ├── ajaxCRUD_old │ │ ├── ajaxCRUD.class.php │ │ ├── css │ │ │ ├── badicon.gif │ │ │ ├── checkicon.gif │ │ │ ├── default.css │ │ │ ├── fieldbg.gif │ │ │ └── loading.gif │ │ ├── examples │ │ │ ├── example.php │ │ │ ├── example.sql │ │ │ ├── example2.php │ │ │ ├── install.php │ │ │ └── readme.txt │ │ ├── index.php │ │ ├── javascript_functions.js │ │ ├── pointdata2.php │ │ └── preheader.php │ ├── obstation.php │ └── rainkml.php ├── db │ └── point.sql ├── icon │ ├── .htaccess │ ├── 12-256.png │ ├── business-12-128.png │ ├── mountain_climb_hill_travel_trip_hotel__journey-128.png │ ├── shadow-一等點.png │ ├── shadow-三等點.png │ ├── shadow-乾溝.png │ ├── shadow-二等點.png │ ├── shadow-吊橋.png │ ├── shadow-圖根點.png │ ├── shadow-山屋.png │ ├── shadow-岩石.png │ ├── shadow-崩壁.png │ ├── shadow-工作站.png │ ├── shadow-工寮.png │ ├── shadow-巨木.png │ ├── shadow-未知森林點.png │ ├── shadow-森林點.png │ ├── shadow-水源.png │ ├── shadow-湖泊.png │ ├── shadow-溪流.png │ ├── shadow-溫泉.png │ ├── shadow-瀑布.png │ ├── shadow-無基石山頭.png │ ├── shadow-營地.png │ ├── shadow-獨立峰.png │ ├── shadow-獵寮.png │ ├── shadow-積水池.png │ ├── shadow-舊部落.png │ ├── shadow-補點.png │ ├── shadow-谷地.png │ ├── shadow-遺跡.png │ ├── shadow-階梯.png │ ├── shadow-駐在所.png │ ├── shadow-黑水池.png │ ├── shadow.png │ ├── twmap3.jpg │ ├── twmap3_120.jpg │ ├── 一等點.png │ ├── 三等點.png │ ├── 乾溝.png │ ├── 二等點.png │ ├── 其他.png │ ├── 吊橋.png │ ├── 圖根點.png │ ├── 山屋.png │ ├── 岩石.png │ ├── 崩壁.png │ ├── 工作站.png │ ├── 工寮.png │ ├── 巨木.png │ ├── 未知森林點.png │ ├── 森林點.png │ ├── 水源.png │ ├── 湖泊.png │ ├── 溪流.png │ ├── 溫泉.png │ ├── 瀑布.png │ ├── 無基石山頭.png │ ├── 營地.png │ ├── 獨立峰.png │ ├── 獵寮.png │ ├── 積水池.png │ ├── 舊部落.png │ ├── 蕃務駐在所.png │ ├── 補點.png │ ├── 警察駐在所.png │ ├── 谷地.png │ ├── 遺跡.png │ ├── 階梯.png │ ├── 駐在所.png │ └── 黑水池.png ├── img │ ├── 3122.png │ ├── A4-0.png │ ├── A4-32x32.gif │ ├── A4.gif │ ├── A4.png │ ├── acc.png │ ├── baseline-visibility-24px.svg │ ├── close-x.png │ ├── eye.png │ ├── eye_a.gif │ ├── ico_user.png │ ├── icon-download.gif │ ├── icon │ │ ├── bridge_icon.jpg │ │ ├── shadow-一等點.png │ │ ├── shadow-三等點.png │ │ ├── shadow-乾溝.png │ │ ├── shadow-二等點.png │ │ ├── shadow-吊橋.png │ │ ├── shadow-圖根點.png │ │ ├── shadow-山屋.png │ │ ├── shadow-岩石.png │ │ ├── shadow-崩壁.png │ │ ├── shadow-工作站.png │ │ ├── shadow-工寮.png │ │ ├── shadow-巨木.png │ │ ├── shadow-未知森林點.png │ │ ├── shadow-森林點.png │ │ ├── shadow-水源.png │ │ ├── shadow-湖泊.png │ │ ├── shadow-溪流.png │ │ ├── shadow-溫泉.png │ │ ├── shadow-瀑布.png │ │ ├── shadow-無基石山頭.png │ │ ├── shadow-營地.png │ │ ├── shadow-獵寮.png │ │ ├── shadow-積水池.png │ │ ├── shadow-舊部落.png │ │ ├── shadow-補點.png │ │ ├── shadow-谷地.png │ │ ├── shadow-遺跡.png │ │ ├── shadow-階梯.png │ │ ├── shadow-駐在所.png │ │ ├── shadow-黑水池.png │ │ ├── shadow.png │ │ ├── 一等點.png │ │ ├── 三等點.png │ │ ├── 乾溝.png │ │ ├── 二等點.png │ │ ├── 吊橋.png │ │ ├── 圖根點.png │ │ ├── 山屋.png │ │ ├── 岩石.png │ │ ├── 崩壁.png │ │ ├── 工作站.png │ │ ├── 工寮.png │ │ ├── 巨木.png │ │ ├── 未知森林點.png │ │ ├── 森林點.png │ │ ├── 水源.png │ │ ├── 湖泊.png │ │ ├── 溪流.png │ │ ├── 溫泉.png │ │ ├── 瀑布.png │ │ ├── 無基石山頭.png │ │ ├── 營地.png │ │ ├── 獵寮.png │ │ ├── 積水池.png │ │ ├── 舊部落.png │ │ ├── 補點.png │ │ ├── 谷地.png │ │ ├── 遺跡.png │ │ ├── 階梯.png │ │ ├── 駐在所.png │ │ └── 黑水池.png │ ├── ingress │ │ ├── README │ │ ├── enl_2res.png │ │ ├── enl_3res.png │ │ ├── enl_4res.png │ │ ├── enl_5res.png │ │ ├── enl_6res.png │ │ ├── enl_7res.png │ │ ├── enl_8res.png │ │ ├── enl_lev8.png │ │ ├── helios_shard.png │ │ ├── hum_1res.png │ │ ├── hum_2res.png │ │ ├── hum_3res.png │ │ ├── hum_4res.png │ │ ├── hum_5res.png │ │ ├── hum_6res.png │ │ ├── hum_7res.png │ │ ├── hum_8res.png │ │ └── neutral_icon.png │ ├── loading20x20.gif │ ├── location.png │ ├── map.gif │ ├── mc.png │ ├── nlsc-1.png │ ├── nlsc.png │ ├── permalink.png │ ├── permlink.png │ ├── pointer01.jpg │ ├── pokemon │ │ ├── 001.png │ │ ├── 002.png │ │ ├── 003.png │ │ ├── 004.png │ │ ├── 005.png │ │ ├── 006.png │ │ ├── 007.png │ │ ├── 008.png │ │ ├── 009.png │ │ ├── 010.png │ │ ├── 011.png │ │ ├── 012.png │ │ ├── 013.png │ │ ├── 014.png │ │ ├── 015.png │ │ ├── 016.png │ │ ├── 017.png │ │ ├── 018.png │ │ ├── 019.png │ │ ├── 020.png │ │ ├── 021.png │ │ ├── 022.png │ │ ├── 023.png │ │ ├── 024.png │ │ ├── 025.png │ │ ├── 026.png │ │ ├── 027.png │ │ ├── 028.png │ │ ├── 029.png │ │ ├── 030.png │ │ ├── 031.png │ │ ├── 032.png │ │ ├── 033.png │ │ ├── 034.png │ │ ├── 035.png │ │ ├── 036.png │ │ ├── 037.png │ │ ├── 038.png │ │ ├── 039.png │ │ ├── 040.png │ │ ├── 041.png │ │ ├── 042.png │ │ ├── 043.png │ │ ├── 044.png │ │ ├── 045.png │ │ ├── 046.png │ │ ├── 047.png │ │ ├── 048.png │ │ ├── 049.png │ │ ├── 050.png │ │ ├── 051.png │ │ ├── 052.png │ │ ├── 053.png │ │ ├── 054.png │ │ ├── 055.png │ │ ├── 056.png │ │ ├── 057.png │ │ ├── 058.png │ │ ├── 059.png │ │ ├── 060.png │ │ ├── 061.png │ │ ├── 062.png │ │ ├── 063.png │ │ ├── 064.png │ │ ├── 065.png │ │ ├── 066.png │ │ ├── 067.png │ │ ├── 068.png │ │ ├── 069.png │ │ ├── 070.png │ │ ├── 071.png │ │ ├── 072.png │ │ ├── 073.png │ │ ├── 074.png │ │ ├── 075.png │ │ ├── 076.png │ │ ├── 077.png │ │ ├── 078.png │ │ ├── 079.png │ │ ├── 080.png │ │ ├── 081.png │ │ ├── 082.png │ │ ├── 083.png │ │ ├── 084.png │ │ ├── 085.png │ │ ├── 086.png │ │ ├── 087.png │ │ ├── 088.png │ │ ├── 089.png │ │ ├── 090.png │ │ ├── 091.png │ │ ├── 092.png │ │ ├── 093.png │ │ ├── 094.png │ │ ├── 095.png │ │ ├── 096.png │ │ ├── 097.png │ │ ├── 098.png │ │ ├── 099.png │ │ ├── 100.png │ │ ├── 101.png │ │ ├── 102.png │ │ ├── 103.png │ │ ├── 104.png │ │ ├── 105.png │ │ ├── 106.png │ │ ├── 107.png │ │ ├── 108.png │ │ ├── 109.png │ │ ├── 110.png │ │ ├── 111.png │ │ ├── 112.png │ │ ├── 113.png │ │ ├── 114.png │ │ ├── 115.png │ │ ├── 116.png │ │ ├── 117.png │ │ ├── 118.png │ │ ├── 119.png │ │ ├── 120.png │ │ ├── 121.png │ │ ├── 122.png │ │ ├── 123.png │ │ ├── 124.png │ │ ├── 125.png │ │ ├── 126.png │ │ ├── 127.png │ │ ├── 128.png │ │ ├── 129.png │ │ ├── 130.png │ │ ├── 131.png │ │ ├── 132.png │ │ ├── 133.png │ │ ├── 134.png │ │ ├── 135.png │ │ ├── 136.png │ │ ├── 137.png │ │ ├── 138.png │ │ ├── 139.png │ │ ├── 140.png │ │ ├── 141.png │ │ ├── 142.png │ │ ├── 143.png │ │ ├── 144.png │ │ ├── 145.png │ │ ├── 146.png │ │ ├── 147.png │ │ ├── 148.png │ │ ├── 149.png │ │ ├── 150.png │ │ ├── 151.png │ │ ├── SOURCE │ │ ├── pokegym.png │ │ └── pokeshop.png │ ├── shadow.png │ └── windy.png ├── index.php ├── js │ ├── ExtDraggableObject.js │ ├── ProjectedOverlay.js │ ├── functions.js │ ├── geolocationmarker-compiled.js │ ├── geolocationmarker.js │ ├── geoxml3.js │ ├── icons.js │ ├── iframeResizer.contentWindow.map │ ├── iframeResizer.contentWindow.min.js │ ├── infobox.js │ ├── javascript.util.min.js │ ├── jqbrowser.js │ ├── jquery-1.4.2.min.js │ ├── jquery-1.4.4.min.js │ ├── jquery-1.7.1.min.js │ ├── jquery-autoGrowInput.js │ ├── jquery-ui-1.8.16.custom.min.js │ ├── jquery-ui-1.8.17.custom.min.js │ ├── jquery-ui-1.8.6.custom.min.js │ ├── jquery-ui-1.8.7.custom.min.js │ ├── jquery.ajaxQueue.js │ ├── jquery.autocomplete.js │ ├── jquery.bgiframe.min.js │ ├── jquery.blockUI.js │ ├── jquery.cookie.js │ ├── jquery.geolocation.js │ ├── jquery.meerkat.1.3.js │ ├── jquery.meerkat.1.3.min.js │ ├── jquery.noty.js │ ├── jquery.rateit.js │ ├── jsinclude.js │ ├── jsts.min.js │ ├── label.js │ ├── loadgpx.js │ ├── main.js │ ├── oms.min.js │ ├── proj4js-combined.js │ ├── shapedraw.js │ ├── ui.dropdownchecklist-1.4-min.js │ ├── ui.dropdownchecklist.js │ └── v3_ll_grat.js └── lib │ ├── functions.inc.php │ └── proj_lib.php └── twmap_gen ├── .gitignore ├── VERSION ├── about.php ├── admin ├── cli_remove_gismap.php ├── header.inc ├── import_all_gpx.php ├── index.php ├── jtable │ ├── extensions │ │ ├── jquery.jtable.aspnetpagemethods.js │ │ └── jquery.jtable.aspnetpagemethods.min.js │ ├── external │ │ ├── json2.js │ │ └── json2.min.js │ ├── jquery.jtable.js │ ├── jquery.jtable.min.js │ ├── localization │ │ ├── jquery.jtable.bd.js │ │ ├── jquery.jtable.ca.js │ │ ├── jquery.jtable.cz.js │ │ ├── jquery.jtable.de.js │ │ ├── jquery.jtable.es.js │ │ ├── jquery.jtable.fa.js │ │ ├── jquery.jtable.fr.js │ │ ├── jquery.jtable.hr.js │ │ ├── jquery.jtable.hu.js │ │ ├── jquery.jtable.id.js │ │ ├── jquery.jtable.it.js │ │ ├── jquery.jtable.lt.js │ │ ├── jquery.jtable.nl-NL.js │ │ ├── jquery.jtable.no.js │ │ ├── jquery.jtable.pl.js │ │ ├── jquery.jtable.pt-BR.js │ │ ├── jquery.jtable.pt-PT.js │ │ ├── jquery.jtable.ro.js │ │ ├── jquery.jtable.ru.js │ │ ├── jquery.jtable.se.js │ │ ├── jquery.jtable.tr.js │ │ ├── jquery.jtable.vi.js │ │ └── jquery.jtable.zh-CN.js │ └── themes │ │ ├── basic │ │ ├── close.png │ │ ├── column-asc.png │ │ ├── column-desc.png │ │ ├── column-sortable.png │ │ ├── delete.png │ │ ├── edit.png │ │ ├── jtable_basic.css │ │ ├── jtable_basic.less │ │ └── jtable_basic.min.css │ │ ├── jqueryui │ │ ├── add.png │ │ ├── bg-thead.png │ │ ├── close.png │ │ ├── column-asc.png │ │ ├── column-desc.png │ │ ├── column-sortable.png │ │ ├── delete.png │ │ ├── edit.png │ │ ├── jtable_jqueryui.css │ │ ├── jtable_jqueryui.less │ │ ├── jtable_jqueryui.min.css │ │ └── loading.gif │ │ ├── jtable_theme_base.less │ │ ├── lightcolor │ │ ├── add.png │ │ ├── bg-thead.png │ │ ├── blue │ │ │ ├── jtable.css │ │ │ ├── jtable.less │ │ │ ├── jtable.min.css │ │ │ └── loading.gif │ │ ├── close.png │ │ ├── column-asc.png │ │ ├── column-desc.png │ │ ├── column-sortable.png │ │ ├── delete.png │ │ ├── edit.png │ │ ├── gray │ │ │ ├── jtable.css │ │ │ ├── jtable.less │ │ │ ├── jtable.min.css │ │ │ └── loading.gif │ │ ├── green │ │ │ ├── jtable.css │ │ │ ├── jtable.less │ │ │ ├── jtable.min.css │ │ │ └── loading.gif │ │ ├── jtable_lightcolor_base.less │ │ ├── orange │ │ │ ├── jtable.css │ │ │ ├── jtable.less │ │ │ ├── jtable.min.css │ │ │ └── loading.gif │ │ └── red │ │ │ ├── jtable.css │ │ │ ├── jtable.less │ │ │ ├── jtable.min.css │ │ │ └── loading.gif │ │ └── metro │ │ ├── add.png │ │ ├── blue │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ ├── brown │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ ├── close.png │ │ ├── column-asc.png │ │ ├── column-desc.png │ │ ├── column-sortable.png │ │ ├── crimson │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ ├── darkgray │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ ├── darkorange │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ ├── delete.png │ │ ├── edit.png │ │ ├── green │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ ├── jtable_metro_base.css │ │ ├── jtable_metro_base.less │ │ ├── jtable_metro_base.min.css │ │ ├── lightgray │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ ├── pink │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ ├── purple │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif │ │ └── red │ │ ├── jtable.css │ │ ├── jtable.less │ │ ├── jtable.min.css │ │ └── loading.gif ├── pointActions.php ├── promActions.php ├── promlist.php └── trackActions.php ├── api ├── cli_import_gpx.php ├── cli_point2kml.php ├── cli_prom2csv.php ├── cli_promdb.php ├── cli_remove_gpx.php ├── export_mid_gpx.php ├── exportkml.php ├── geocoder.php ├── geotiff │ └── geotiff.php ├── get_line_of_sight.php ├── getelev.php ├── getkml.php ├── getkmlfrombounds.php ├── keepon.php ├── keeponadd.php ├── keeponlist.php ├── keeponmaps.php ├── made.php ├── migrate.php ├── notifyweb.php ├── poi_search.php ├── pointdata.php ├── rate.php ├── rateset.php ├── renotify.php ├── shape2track.php ├── shorten.php ├── twmap_gpx.php ├── upload.php ├── uploadpage.php └── waypoints.php ├── backend_del.php ├── backend_make.php ├── browseImage.php ├── cmd_make2.php ├── composer.json ├── config-hybridauth.php.sample ├── config.inc.php.sample ├── css ├── dropzone.css ├── south-street │ ├── images │ │ ├── ui-bg_glass_55_fcf0ba_1x400.png │ │ ├── ui-bg_gloss-wave_100_ece8da_500x100.png │ │ ├── ui-bg_highlight-hard_100_f5f3e5_1x100.png │ │ ├── ui-bg_highlight-hard_100_fafaf4_1x100.png │ │ ├── ui-bg_highlight-hard_15_459e00_1x100.png │ │ ├── ui-bg_highlight-hard_95_cccccc_1x100.png │ │ ├── ui-bg_highlight-soft_25_67b021_1x100.png │ │ ├── ui-bg_highlight-soft_95_ffedad_1x100.png │ │ ├── ui-bg_inset-soft_15_2b2922_1x100.png │ │ ├── ui-icons_808080_256x240.png │ │ ├── ui-icons_847e71_256x240.png │ │ ├── ui-icons_8dc262_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-icons_eeeeee_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ └── jquery-ui-1.8.7.custom.css ├── tipTip.css ├── twmap.css └── ui-lightness │ ├── images │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ ├── ui-bg_flat_10_000000_40x100.png │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_228ef1_256x240.png │ ├── ui-icons_ef8c08_256x240.png │ ├── ui-icons_ffd27a_256x240.png │ └── ui-icons_ffffff_256x240.png │ └── jquery-ui-1.8.6.custom.css ├── db ├── DEM │ └── README ├── twmap.pgsql └── twmap.sql ├── expire.php ├── expiremid.php ├── icons ├── HI.gif ├── angel.gif ├── arrow_left_24x24.gif ├── beta.gif ├── boobies.gif ├── cat.gif ├── facebook_share_icon.gif ├── fish.gif ├── happy.gif ├── hotspring.gif ├── logging.gif ├── map_make.png ├── op_browse.png ├── op_delete.png ├── op_mapshow.png ├── op_recreate.png ├── op_recycle.png ├── op_save.png ├── rate_0.png ├── rate_1.png ├── rate_2.png ├── rate_3.png ├── rate_4.png ├── rate_5.png ├── scat.gif ├── trk.png ├── twmap3.jpg ├── up_arrow.gif └── wpt.png ├── imgs ├── 4x6-cut-b.png ├── 4x6-cut-r.png ├── 4x6-paste-b.png ├── 4x6-paste-r.png ├── 5x7-paste-b.png ├── 5x7-paste-r.png ├── 6x4-cut-b.png ├── 6x4-cut-r.png ├── 6x4-paste-b.png ├── 6x4-paste-r.png ├── HAMI.png ├── Sorting icons.psd ├── a4r.png ├── angel.gif ├── back_disabled.jpg ├── back_enabled.jpg ├── catfoot.png ├── cb.png ├── cut-b.png ├── cut-r.png ├── discuss_icon.png ├── earth_icon.png ├── facebook_powered.png ├── fb-share.jpg ├── forward_disabled.jpg ├── forward_enabled.jpg ├── github_login.jpg ├── google-maps.png ├── gpx.png ├── icon-gpx.png ├── icon-map.png ├── icon_ape.png ├── icon_facebook.png ├── icon_gearman.png ├── icon_github.png ├── icon_google.png ├── icon_gpsbabel.png ├── icon_gs.png ├── icon_inkscape.png ├── icon_microsoftgraph.png ├── icon_nuk.png ├── icon_ubuntu.png ├── icon_xuite.png ├── icon_yahoo.png ├── im-logo114x118.png ├── jquery-logo_med.png ├── jquery_logo32.png ├── linux_icon.png ├── loading.gif ├── mariadb.png ├── new.gif ├── openSUSE_powered.png ├── openid-logo.png ├── openid-logos.png ├── openid_powered.png ├── oruxmap_icon.png ├── paste-b.png ├── paste-r.png ├── pdf_icon.png ├── php_logo.gif ├── php_logo.jpg ├── proj_logo.png ├── sort_asc.png ├── sort_asc_disabled.png ├── sort_both.png ├── sort_desc.png ├── sort_desc_disabled.png ├── taiwan_range.png ├── text_icon.png ├── v1image.png ├── v1image97.png ├── v2016image.png ├── v2016image97.png ├── v3.png ├── v3image2.png ├── v3image97.png └── zip_icon.png ├── index.php ├── js ├── dropzone.js ├── iframeResizer.min.js ├── jquery.blockUI.js ├── jquery.dataTables.min.js ├── jquery.fixcenter.js ├── jquery.jeditable.js ├── jquery.panFullSize.js ├── jquery.query-2.1.7.js ├── jquery.slidedrawer.js ├── jquery.tipTip.js ├── jquery.tipTip.minified.js ├── jquery.validate.min.js ├── papaparse.min.js ├── randomColor.js ├── reconnecting-websocket.min.js └── twmap.js ├── kmz2.php ├── lib ├── Hybrid │ └── auth.php ├── STB.inc.php ├── Twmap │ ├── Export │ │ ├── GarminKmz.php │ │ └── Pdf.php │ ├── Proj.php │ ├── Splitter.php │ ├── Stitcher.php │ ├── Svg │ │ ├── Gpx2Svg.php │ │ └── testgpx.php │ └── Websocat.php ├── adodb5 │ ├── .editorconfig │ ├── LICENSE.md │ ├── README.md │ ├── SECURITY.md │ ├── adodb-active-record.inc.php │ ├── adodb-active-recordx.inc.php │ ├── adodb-csvlib.inc.php │ ├── adodb-datadict.inc.php │ ├── adodb-error.inc.php │ ├── adodb-errorhandler.inc.php │ ├── adodb-errorpear.inc.php │ ├── adodb-exceptions.inc.php │ ├── adodb-lib.inc.php │ ├── adodb-loadbalancer.inc.php │ ├── adodb-memcache.lib.inc.php │ ├── adodb-pager.inc.php │ ├── adodb-pear.inc.php │ ├── adodb-perf.inc.php │ ├── adodb-time.inc.php │ ├── adodb-xmlschema.inc.php │ ├── adodb-xmlschema03.inc.php │ ├── adodb.inc.php │ ├── composer.json │ ├── datadict │ │ ├── datadict-access.inc.php │ │ ├── datadict-db2.inc.php │ │ ├── datadict-firebird.inc.php │ │ ├── datadict-generic.inc.php │ │ ├── datadict-ibase.inc.php │ │ ├── datadict-informix.inc.php │ │ ├── datadict-mssql.inc.php │ │ ├── datadict-mssqlnative.inc.php │ │ ├── datadict-mysql.inc.php │ │ ├── datadict-oci8.inc.php │ │ ├── datadict-postgres.inc.php │ │ ├── datadict-sapdb.inc.php │ │ ├── datadict-sqlite.inc.php │ │ └── datadict-sybase.inc.php │ ├── docs │ │ ├── README.md │ │ ├── adodb.gif │ │ ├── adodb2.gif │ │ ├── changelog.md │ │ ├── changelog_v2.x.md │ │ ├── changelog_v3.x.md │ │ ├── changelog_v4+5.md │ │ └── changelog_v4.x.md │ ├── drivers │ │ ├── adodb-access.inc.php │ │ ├── adodb-ado.inc.php │ │ ├── adodb-ado5.inc.php │ │ ├── adodb-ado_access.inc.php │ │ ├── adodb-ado_mssql.inc.php │ │ ├── adodb-ads.inc.php │ │ ├── adodb-borland_ibase.inc.php │ │ ├── adodb-csv.inc.php │ │ ├── adodb-db2.inc.php │ │ ├── adodb-db2oci.inc.php │ │ ├── adodb-db2ora.inc.php │ │ ├── adodb-fbsql.inc.php │ │ ├── adodb-firebird.inc.php │ │ ├── adodb-ibase.inc.php │ │ ├── adodb-informix.inc.php │ │ ├── adodb-informix72.inc.php │ │ ├── adodb-ldap.inc.php │ │ ├── adodb-mssql.inc.php │ │ ├── adodb-mssql_n.inc.php │ │ ├── adodb-mssqlnative.inc.php │ │ ├── adodb-mssqlpo.inc.php │ │ ├── adodb-mysqli.inc.php │ │ ├── adodb-netezza.inc.php │ │ ├── adodb-oci8.inc.php │ │ ├── adodb-oci805.inc.php │ │ ├── adodb-oci8po.inc.php │ │ ├── adodb-oci8quercus.inc.php │ │ ├── adodb-odbc.inc.php │ │ ├── adodb-odbc_db2.inc.php │ │ ├── adodb-odbc_mssql.inc.php │ │ ├── adodb-odbc_mssql2012.inc.php │ │ ├── adodb-odbc_oracle.inc.php │ │ ├── adodb-odbtp.inc.php │ │ ├── adodb-odbtp_unicode.inc.php │ │ ├── adodb-oracle.inc.php │ │ ├── adodb-pdo.inc.php │ │ ├── adodb-pdo_dblib.inc.php │ │ ├── adodb-pdo_firebird.inc.php │ │ ├── adodb-pdo_mssql.inc.php │ │ ├── adodb-pdo_mysql.inc.php │ │ ├── adodb-pdo_oci.inc.php │ │ ├── adodb-pdo_pgsql.inc.php │ │ ├── adodb-pdo_sqlite.inc.php │ │ ├── adodb-pdo_sqlsrv.inc.php │ │ ├── adodb-postgres.inc.php │ │ ├── adodb-postgres64.inc.php │ │ ├── adodb-postgres7.inc.php │ │ ├── adodb-postgres8.inc.php │ │ ├── adodb-postgres9.inc.php │ │ ├── adodb-proxy.inc.php │ │ ├── adodb-sapdb.inc.php │ │ ├── adodb-sqlanywhere.inc.php │ │ ├── adodb-sqlite.inc.php │ │ ├── adodb-sqlite3.inc.php │ │ ├── adodb-sqlitepo.inc.php │ │ ├── adodb-sybase.inc.php │ │ ├── adodb-sybase_ase.inc.php │ │ ├── adodb-text.inc.php │ │ └── adodb-vfp.inc.php │ ├── lang │ │ ├── adodb-ar.inc.php │ │ ├── adodb-bg.inc.php │ │ ├── adodb-ca.inc.php │ │ ├── adodb-cn.inc.php │ │ ├── adodb-cz.inc.php │ │ ├── adodb-da.inc.php │ │ ├── adodb-de.inc.php │ │ ├── adodb-en.inc.php │ │ ├── adodb-eo.inc.php │ │ ├── adodb-es.inc.php │ │ ├── adodb-fa.inc.php │ │ ├── adodb-fr.inc.php │ │ ├── adodb-hu.inc.php │ │ ├── adodb-id.inc.php │ │ ├── adodb-it.inc.php │ │ ├── adodb-nl.inc.php │ │ ├── adodb-oc.inc.php │ │ ├── adodb-pl.inc.php │ │ ├── adodb-pt-br.inc.php │ │ ├── adodb-ro.inc.php │ │ ├── adodb-ru.inc.php │ │ ├── adodb-sv.inc.php │ │ ├── adodb-th.inc.php │ │ └── adodb-uk.inc.php │ ├── pear │ │ ├── Auth │ │ │ └── Container │ │ │ │ └── ADOdb.php │ │ ├── auth_adodb_example.php │ │ └── readme.Auth.txt │ ├── perf │ │ ├── perf-db2.inc.php │ │ ├── perf-informix.inc.php │ │ ├── perf-mssql.inc.php │ │ ├── perf-mssqlnative.inc.php │ │ ├── perf-mysql.inc.php │ │ ├── perf-oci8.inc.php │ │ ├── perf-postgres.inc.php │ │ └── perf-sqlite3.inc.php │ ├── phpdoc │ ├── phpdoc.dist.xml │ ├── pivottable.inc.php │ ├── rsfilter.inc.php │ ├── session │ │ ├── adodb-compress-bzip2.php │ │ ├── adodb-compress-gzip.php │ │ ├── adodb-cryptsession.php │ │ ├── adodb-cryptsession2.php │ │ ├── adodb-encrypt-mcrypt.php │ │ ├── adodb-encrypt-md5.php │ │ ├── adodb-encrypt-secret.php │ │ ├── adodb-encrypt-sha1.php │ │ ├── adodb-sess.txt │ │ ├── adodb-session-clob.php │ │ ├── adodb-session-clob2.php │ │ ├── adodb-session.php │ │ ├── adodb-session2.php │ │ ├── adodb-sessions.mysql.sql │ │ ├── adodb-sessions.oracle.clob.sql │ │ ├── adodb-sessions.oracle.sql │ │ ├── crypt.inc.php │ │ ├── old │ │ │ ├── adodb-cryptsession.php │ │ │ ├── adodb-session-clob.php │ │ │ ├── adodb-session.php │ │ │ └── crypt.inc.php │ │ ├── session_schema.xml │ │ └── session_schema2.xml │ ├── toexport.inc.php │ ├── tohtml.inc.php │ ├── xmlschema.dtd │ ├── xmlschema03.dtd │ └── xsl │ │ ├── convert-0.1-0.2.xsl │ │ ├── convert-0.1-0.3.xsl │ │ ├── convert-0.2-0.1.xsl │ │ ├── convert-0.2-0.3.xsl │ │ ├── remove-0.2.xsl │ │ └── remove-0.3.xsl ├── azimuth.php ├── cli_tile_regen.php ├── export │ └── php-export-data.class.php ├── geoPHP │ ├── .gitignore │ ├── .travis.yml │ ├── LICENSE │ ├── README.md │ ├── doc │ │ └── api.html │ ├── geoPHP.inc │ └── lib │ │ ├── adapters │ │ ├── EWKB.class.php │ │ ├── EWKT.class.php │ │ ├── GPX.class.php │ │ ├── GeoAdapter.class.php │ │ ├── GeoHash.class.php │ │ ├── GeoJSON.class.php │ │ ├── GeoRSS.class.php │ │ ├── GoogleGeocode.class.php │ │ ├── KML.class.php │ │ ├── WKB.class.php │ │ └── WKT.class.php │ │ └── geometry │ │ ├── Collection.class.php │ │ ├── Geometry.class.php │ │ ├── GeometryCollection.class.php │ │ ├── LineString.class.php │ │ ├── MultiLineString.class.php │ │ ├── MultiPoint.class.php │ │ ├── MultiPolygon.class.php │ │ ├── Point.class.php │ │ └── Polygon.class.php ├── keepon.inc.php ├── memq.inc.php ├── memqueue.php ├── phpwee-php-minifier │ ├── LICENSE │ ├── README.md │ ├── composer.json │ ├── examples │ │ └── example.php │ ├── phpwee.php │ └── src │ │ ├── CssMin │ │ ├── CssMin.php │ │ └── README.md │ │ ├── HtmlMin │ │ ├── HtmlMin.php │ │ └── README.md │ │ └── JsMin │ │ ├── JsMin.php │ │ └── README.md ├── proj4php │ ├── .travis.yml │ ├── CONTRIBUTING │ ├── LICENSE │ ├── README.md │ ├── composer.json │ ├── src │ │ ├── Common.php │ │ ├── Datum.php │ │ ├── LGPL GNU lesser licence.txt │ │ ├── LongLat.php │ │ ├── Point.php │ │ ├── Proj.php │ │ ├── Proj4php.php │ │ ├── WSProj4PHP_1.0.php │ │ ├── Wkt.php │ │ ├── defs │ │ │ ├── EPSG102757.php │ │ │ ├── EPSG102758.php │ │ │ ├── EPSG2154.php │ │ │ ├── EPSG21781.php │ │ │ ├── EPSG25832.php │ │ │ ├── EPSG25833.php │ │ │ ├── EPSG26591.php │ │ │ ├── EPSG26912.php │ │ │ ├── EPSG27200.php │ │ │ ├── EPSG27561.php │ │ │ ├── EPSG27562.php │ │ │ ├── EPSG27563.php │ │ │ ├── EPSG27571.php │ │ │ ├── EPSG28191.php │ │ │ ├── EPSG28992.php │ │ │ ├── EPSG3112.php │ │ │ ├── EPSG31258.php │ │ │ ├── EPSG31370.php │ │ │ ├── EPSG31467.php │ │ │ ├── EPSG31468.php │ │ │ ├── EPSG3785.php │ │ │ ├── EPSG3825.php │ │ │ ├── EPSG3826.php │ │ │ ├── EPSG3827.php │ │ │ ├── EPSG3828.php │ │ │ ├── EPSG3857.php │ │ │ ├── EPSG41001.php │ │ │ ├── EPSG4139.php │ │ │ ├── EPSG4181.php │ │ │ ├── EPSG42304.php │ │ │ ├── EPSG4269.php │ │ │ ├── EPSG4272.php │ │ │ ├── EPSG4302.php │ │ │ ├── EPSG4326.php │ │ │ ├── EPSG5514.php │ │ │ ├── EPSG900913.php │ │ │ ├── EPSG900913.txt │ │ │ ├── GOOGLE.php │ │ │ └── WGS84.php │ │ └── projCode │ │ │ ├── Aea.php │ │ │ ├── Aeqd.php │ │ │ ├── Cass.php │ │ │ ├── Cea.php │ │ │ ├── Eqc.php │ │ │ ├── Eqdc.php │ │ │ ├── Equi.php │ │ │ ├── Gauss.php │ │ │ ├── Gnom.php │ │ │ ├── Gstmerc.php │ │ │ ├── Krovak.php │ │ │ ├── Laea.php │ │ │ ├── Lcc.php │ │ │ ├── Merc.php │ │ │ ├── Mill.php │ │ │ ├── Moll.php │ │ │ ├── Nzmg.php │ │ │ ├── Omerc.php │ │ │ ├── Ortho.php │ │ │ ├── Poly.php │ │ │ ├── Sinu.php │ │ │ ├── Somerc.php │ │ │ ├── Stere.php │ │ │ ├── Sterea.php │ │ │ ├── Tmerc.php │ │ │ ├── Utm.php │ │ │ └── Vandg.php │ └── vendor │ │ └── autoload.php ├── proj_lib.php ├── rangelib.php ├── slog │ ├── Slog.php │ ├── iface │ │ ├── Log.php │ │ └── Loggable.php │ ├── load.php │ └── traits │ │ └── Loggable.php ├── smarty-out-jsmin.inc.php ├── tiles.inc.php ├── track.inc.php └── twmapdb.inc.php ├── list.php ├── login.php ├── logout.php ├── main.php ├── makepdf.php ├── mapform.php ├── othermap.php ├── pages ├── about.html ├── analytics.html ├── browseImage.html ├── buddha.txt ├── footer.html ├── header.html ├── list.html ├── login.html ├── main.html ├── mapform.html ├── show_deleted.html ├── show_expired.html ├── show_ok.html └── show_track.html ├── pirobox ├── js │ ├── error.jpg │ ├── jqbrowser.js │ ├── jquery_1.5-jquery_ui.min.js │ └── pirobox_extended_feb_2011.js └── style_5 │ ├── bottom_nav.png │ ├── caption.png │ ├── close.png │ ├── close_h.png │ ├── cursors.gif │ ├── dislarge.png │ ├── enlarge.png │ ├── ipad_nav.psd │ ├── loader_nav.png │ ├── loadinfo.gif │ ├── new_skin.png │ ├── new_skin_left.png │ ├── new_skin_top.png │ ├── next.png │ ├── next_fake.png │ ├── prev.png │ ├── prev_fake.png │ └── style.css ├── refresh_session.php ├── show.php └── worker ├── keepon_worker.php └── make_map ├── README.md ├── checkmakemap.sh ├── composer.json ├── config.inc.sample.php ├── delete.php ├── install.sh ├── make_map.php ├── make_map_big.php ├── make_map_local.php ├── make_map_local_dev.php ├── stats.php └── stats_dev.php /.gitattributes: -------------------------------------------------------------------------------- 1 | # Set the default behavior, in case people don't have core.autocrlf set. 2 | * text=auto 3 | 4 | # Explicitly declare text files you want to always be normalized and converted 5 | # to native line endings on checkout. 6 | *.c text 7 | *.h text 8 | *.js text 9 | *.html text 10 | *.php text 11 | *.css text 12 | 13 | # Declare files that will always have CRLF line endings on checkout. 14 | *.sln text eol=crlf 15 | *.sh text eol=lf 16 | *.bat text eol=crlf 17 | *.ps1 text eol=crlf 18 | 19 | 20 | # Denote all files that are truly binary and should not be modified. 21 | *.png binary 22 | *.jpg binary 23 | *.gif binary 24 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | twmap_gen/composer.lock 3 | .tmp 4 | dist 5 | twmap_gen/config-hybridauth.php 6 | twmap_gen/vendor 7 | twmap3/config.inc.php 8 | twmap_gen/worker/make_map/vendor 9 | docs/prominence/src 10 | package-lock.json 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Twmap 2 | 3 | 地圖產生器相關程式碼及文件庫 Taiwan map related doc/code 4 | 5 | * [twmap_gen](./twmap_gen/) 地圖產生器 6 | * [twmap3](./twmap3/) 地圖瀏覽器 7 | * [docs](./docs) 文件 8 | 9 | 10 | ## 線上系統: 11 | * http://twmap.happyman.idv.tw/gen/ 12 | * http://twmap.happyman.idv.tw/map/ 13 | 14 | ## 問題與討論: 15 | - 一般性問題 [臉書專頁](https://www.facebook.com/twmapgen/) 16 | - 歡迎開發者 [聊天](https://gitter.im/twmap_gen/community) 17 | -------------------------------------------------------------------------------- /docs/00README.md: -------------------------------------------------------------------------------- 1 | 2 | * costmt => 海岸山脈 108 峰列表 3 | * hillshade => 如何用 gdal + dem 產生 hillshade 圖層 4 | * https => 如何使用 letencrypt 的 ssl 憑證 5 | * prominence => 台灣山峰列表 (依照突起度排列) 6 | * tw5k => 如何產製 tw5k 的圖層 7 | * oruxmaps => onlinemapsources.xml (包含魯地圖+gpx, 經建3+gpx) 8 |  手機下載使用 http://map.happyman.idv.tw/kml/onlinemapsources.xml.zip 9 | 10 | 其餘 app 使用地圖產生器 tiles 設定尚未更新 11 | -------------------------------------------------------------------------------- /docs/README.2.61: -------------------------------------------------------------------------------- 1 | 地圖產生器 v2.61 now open source 2 | 3 | 需要 web server + php + mysql 4 | 5 | 套件: php5-zlib, curl, gpsbabel, inkscape, zip, wget, proj, imagemagick 6 | 7 | 登入需要 8 | * facebook api key 9 | * xuite api key 10 | 11 | 需要 12 | 13 | memcached 在 11211 port 上 14 | aped (ajax push engine) 在 6969 15 | 16 | 圖資 17 | * 經建一版 18 | http://cht.tw/h/ywpve STB.tar.aa 19 | http://cht.tw/h/k6w24 STB.tar.ab 20 | http://cht.tw/h/l5d35 STB.tar.ac 21 | cat STB.tar.aa STB.tar.ab STB.tar.ac |tar xvf - 22 | 23 | * 經建三版 來自 sinica, 程式會自己產生 cache 24 | or 下載所有的檔案自 http://rs.happyman.idv.tw/mapcache/ 到硬碟 25 | 然後設定 config 的 tilecachepath 26 | $tilecachepath = "/mnt/twmapcache/cache"; 27 | -------------------------------------------------------------------------------- /docs/ResidentialPoliceBox/README.md: -------------------------------------------------------------------------------- 1 | 資料來自 2 | https://trail.tacp.gov.tw/tacpMap# 3 | 4 | php 程式可轉成地圖產生器的 db schema 5 | 6 | -------------------------------------------------------------------------------- /docs/ResidentialPoliceBox/蕃務駐在所.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/ResidentialPoliceBox/蕃務駐在所.png -------------------------------------------------------------------------------- /docs/gpx_map/README.md: -------------------------------------------------------------------------------- 1 | 2 | 產出 mapsforge gpx 離線圖資 3 | https://map.happyman.idv.tw/~mountain/gpx_map/ 4 | -------------------------------------------------------------------------------- /docs/gpx_map/exportpbf.inc.php: -------------------------------------------------------------------------------- 1 | file.osm 13 | 14 | * as a **nodejs library**: 15 | 16 | $ npm install geojsontoosm 17 | 18 | var geojsontoosm = require('geojsontoosm'); 19 | geojsontoosm(geojson_data); -------------------------------------------------------------------------------- /docs/hillshade/do_hillshade.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo wrap 3 | gdalwarp -wt Float32 -ot Float32 -co BIGTIFF=YES -co TILED=YES -co COMPRESS=LZW -co PREDICTOR=2 -t_srs "+proj=merc +ellps=sphere +R=6378137 +a=6378137 +units=m" -r bilinear -tr 10 10 raw.tiff wraped.tif 4 | # gdalwarp -ts 1600 0 -r cubic -co "TFW=YES" wraped.tif wraped1.tif 5 | echo hillshade 6 | gdaldem hillshade -z 2 wraped.tif hillshade.tif 7 | echo transparent 8 | gdaldem color-relief hillshade.tif -alpha shade.rmap hillshade-overlay.tif 9 | 10 | echo mv hillshade-overlay.tif /var/www/etc 11 | -------------------------------------------------------------------------------- /docs/hillshade/shade.rmap: -------------------------------------------------------------------------------- 1 | 0 0 0 0 255 2 | 128 0 0 0 0 3 | 129 255 255 255 0 4 | 255 255 255 255 192 5 | -------------------------------------------------------------------------------- /docs/hl20240403/20240403花蓮地震災點_20240531.gpx.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/hl20240403/20240403花蓮地震災點_20240531.gpx.gz -------------------------------------------------------------------------------- /docs/hl20240403/20240403花蓮地震災點_20240531.kml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/hl20240403/20240403花蓮地震災點_20240531.kml.gz -------------------------------------------------------------------------------- /docs/hl20240403/HL.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/hl20240403/HL.map -------------------------------------------------------------------------------- /docs/hl20240403/HL.osm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/hl20240403/HL.osm.gz -------------------------------------------------------------------------------- /docs/hl20240403/HL.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/hl20240403/HL.pbf -------------------------------------------------------------------------------- /docs/hl20240403/HL_ref.osm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/hl20240403/HL_ref.osm.gz -------------------------------------------------------------------------------- /docs/mobile_coverage_overlay/aptg.py: -------------------------------------------------------------------------------- 1 | import requests 2 | 3 | url = "https://www.aptg.com.tw/coverage1/MOCN202107.kml" 4 | r= requests.get(url) 5 | r.encoding = "utf-8-sig" 6 | kmldata = str(r.text) 7 | 8 | from pykml import parser 9 | 10 | k=parser.fromstring(kmldata.encode('utf8')) 11 | g = (k.findall('.//{http://earth.google.com/kml/2.0}GroundOverlay')) 12 | 13 | ret = [] 14 | for gg in g: 15 | ret.append({ 16 | "img": gg.Icon.href, 17 | "bound": { 18 | "north": gg.LatLonBox.north, 19 | "south": gg.LatLonBox.south, 20 | "east": gg.LatLonBox.east, 21 | "west": gg.LatLonBox.west, 22 | } 23 | }) 24 | 25 | ret1 = { 'aptg5g': ret} 26 | print(ret1) 27 | -------------------------------------------------------------------------------- /docs/prominence/20170414/Taiwan_3000+_peak.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/prominence/20170414/Taiwan_3000+_peak.csv -------------------------------------------------------------------------------- /docs/prominence/20170414/Taiwan_3000+_peak.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/docs/prominence/20170414/Taiwan_3000+_peak.xlsx -------------------------------------------------------------------------------- /docs/prominence/src/.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 | *.o 3 | *.a 4 | *.so 5 | 6 | # Folders 7 | _obj 8 | _test 9 | 10 | # Architecture specific extensions/prefixes 11 | *.[568vq] 12 | [568vq].out 13 | 14 | *.cgo1.go 15 | *.cgo2.c 16 | _cgo_defun.c 17 | _cgo_gotypes.go 18 | _cgo_export.* 19 | 20 | _testmain.go 21 | 22 | *.exe 23 | *.test 24 | *.prof 25 | 26 | # Additions for this project 27 | # binary 28 | prominence 29 | # profile output 30 | cpu.out 31 | # data directory 32 | data 33 | -------------------------------------------------------------------------------- /docs/prominence/src/MOI_OSM/hgt/README: -------------------------------------------------------------------------------- 1 | download tif to here and convert to hgt and compress 2 | -------------------------------------------------------------------------------- /docs/prominence/src/MOI_OSM/hgt/compress.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | for n in 21 22 23 24 25 ; do 4 | for e in 119 120 121 ;do 5 | NAME=N${n}E${e} 6 | zip ${NAME}.hgt.zip ${NAME}.HGT 7 | done 8 | done 9 | 10 | -------------------------------------------------------------------------------- /docs/prominence/src/MOI_OSM/hgt/tif2hgt.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | for n in 21 22 23 24 25 ; do 4 | for e in 119 120 121 ;do 5 | NAME=N${n}E${e} 6 | gdal_translate -of GTiff \ 7 | -eco \ 8 | -projwin ${e} $(($n + 1)) $(($e + 1)) $n \ 9 | dem_20m-wgs84.tif \ 10 | ${NAME}-src.tif 11 | 12 | if [ -f N${n}E${e}-src.tif ] ; then 13 | gdalwarp -of GTiff -srcnodata 32767 \ 14 | -order 3 -ts 3601 3601 -multi -r bilinear ${NAME}-src.tif ${NAME}.tif 15 | gdal_translate -of SRTMHGT ${NAME}.tif ${NAME}.HGT 16 | fi 17 | done 18 | done 19 | -------------------------------------------------------------------------------- /docs/prominence/src/Makefile: -------------------------------------------------------------------------------- 1 | SOURCEDIR=. 2 | SOURCES := $(shell find $(SOURCEDIR) -name '*.go') 3 | 4 | BINARY=prominence 5 | 6 | VERSION=1.0.0 7 | BUILD_TIME=`date +%FT%T%z` 8 | 9 | #LDFLAGS=-ldflags "-X github.com/ariejan/roll/core.Version=${VERSION} -X github.com/ariejan/roll/core.BuildTime=${BUILD_TIME}" 10 | LDFLAGS= 11 | 12 | .DEFAULT_GOAL: $(BINARY) 13 | 14 | $(BINARY): $(SOURCES) 15 | go build ${LDFLAGS} -o ${BINARY} ${SOURCES} 16 | -------------------------------------------------------------------------------- /docs/prominence/src/README.md: -------------------------------------------------------------------------------- 1 | # prominence 2 | A program to compute the prominence of mountains 3 | -------------------------------------------------------------------------------- /docs/tw5k/merge.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | TWMAP 4 | 10 5 | 16 6 | png 7 | IfNoneMatch 8 | http://rs.happyman.idv.tw/map/tw25k2001/zxy/{$z}_{$x}_{$y}.png 9 | #000000 10 | 11 | 12 | -------------------------------------------------------------------------------- /twmap3/VERSION: -------------------------------------------------------------------------------- 1 | 4.37 2 | -------------------------------------------------------------------------------- /twmap3/css/rateit/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/rateit/delete.gif -------------------------------------------------------------------------------- /twmap3/css/rateit/star-black32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/rateit/star-black32.png -------------------------------------------------------------------------------- /twmap3/css/rateit/star-gold32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/rateit/star-gold32.png -------------------------------------------------------------------------------- /twmap3/css/rateit/star-red32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/rateit/star-red32.png -------------------------------------------------------------------------------- /twmap3/css/rateit/star-white32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/rateit/star-white32.png -------------------------------------------------------------------------------- /twmap3/css/rateit/star.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/rateit/star.gif -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_flat_30_cccccc_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_flat_30_cccccc_40x100.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-icons_3d3d3d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-icons_3d3d3d_256x240.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-icons_bd7b00_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-icons_bd7b00_256x240.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-icons_d19405_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-icons_d19405_256x240.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-icons_eb990f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-icons_eb990f_256x240.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-icons_ed9f26_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-icons_ed9f26_256x240.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-icons_fadc7a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-icons_fadc7a_256x240.png -------------------------------------------------------------------------------- /twmap3/css/sunny/images/ui-icons_ffe180_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/sunny/images/ui-icons_ffe180_256x240.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /twmap3/css/ui-lightness/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/css/ui-lightness/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD/ajaxCRUD.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD/ajaxCRUD.class.php -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD/css/badicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD/css/badicon.gif -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD/css/checkicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD/css/checkicon.gif -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD/css/fieldbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD/css/fieldbg.gif -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD/css/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD/css/index.html -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD/css/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD/css/loading.gif -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD/js/javascript_functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD/js/javascript_functions.js -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD_old/css/badicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD_old/css/badicon.gif -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD_old/css/checkicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD_old/css/checkicon.gif -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD_old/css/fieldbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD_old/css/fieldbg.gif -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD_old/css/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD_old/css/loading.gif -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD_old/examples/example.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE tblDemo( 2 | pkID INT PRIMARY KEY AUTO_INCREMENT, 3 | fldField1 VARCHAR(45), 4 | fldField2 VARCHAR(45), 5 | fldCertainFields VARCHAR(40), 6 | fldLongField TEXT 7 | ); 8 | 9 | 10 | CREATE TABLE tblDemo2( 11 | pkID INT PRIMARY KEY AUTO_INCREMENT, 12 | fldField1 VARCHAR(45), 13 | fldField2 VARCHAR(45), 14 | fldCertainFields VARCHAR(40), 15 | fldLongField TEXT 16 | ); -------------------------------------------------------------------------------- /twmap3/data/ajaxCRUD_old/javascript_functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/data/ajaxCRUD_old/javascript_functions.js -------------------------------------------------------------------------------- /twmap3/data/obstation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /twmap3/img/close-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/close-x.png -------------------------------------------------------------------------------- /twmap3/img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/eye.png -------------------------------------------------------------------------------- /twmap3/img/eye_a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/eye_a.gif -------------------------------------------------------------------------------- /twmap3/img/ico_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ico_user.png -------------------------------------------------------------------------------- /twmap3/img/icon-download.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon-download.gif -------------------------------------------------------------------------------- /twmap3/img/icon/bridge_icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/bridge_icon.jpg -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-一等點.png: -------------------------------------------------------------------------------- 1 | shadow.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-三等點.png: -------------------------------------------------------------------------------- 1 | shadow.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-乾溝.png: -------------------------------------------------------------------------------- 1 | shadow-溪流.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-二等點.png: -------------------------------------------------------------------------------- 1 | shadow.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-吊橋.png: -------------------------------------------------------------------------------- 1 | shadow-溪流.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-圖根點.png: -------------------------------------------------------------------------------- 1 | shadow-溪流.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-山屋.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-岩石.png: -------------------------------------------------------------------------------- 1 | shadow-溪流.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-崩壁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/shadow-崩壁.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-工作站.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-工寮.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-巨木.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/shadow-巨木.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-未知森林點.png: -------------------------------------------------------------------------------- 1 | shadow.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-森林點.png: -------------------------------------------------------------------------------- 1 | shadow.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-水源.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-湖泊.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-溪流.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/shadow-溪流.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-溫泉.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/shadow-溫泉.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-瀑布.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-無基石山頭.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-營地.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-獵寮.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/shadow-獵寮.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-積水池.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-舊部落.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-補點.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-谷地.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-遺跡.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-階梯.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-駐在所.png: -------------------------------------------------------------------------------- 1 | shadow-溪流.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow-黑水池.png: -------------------------------------------------------------------------------- 1 | shadow-谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/shadow.png -------------------------------------------------------------------------------- /twmap3/img/icon/一等點.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/一等點.png -------------------------------------------------------------------------------- /twmap3/img/icon/三等點.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/三等點.png -------------------------------------------------------------------------------- /twmap3/img/icon/乾溝.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/乾溝.png -------------------------------------------------------------------------------- /twmap3/img/icon/二等點.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/二等點.png -------------------------------------------------------------------------------- /twmap3/img/icon/吊橋.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/吊橋.png -------------------------------------------------------------------------------- /twmap3/img/icon/圖根點.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/圖根點.png -------------------------------------------------------------------------------- /twmap3/img/icon/山屋.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/山屋.png -------------------------------------------------------------------------------- /twmap3/img/icon/岩石.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/岩石.png -------------------------------------------------------------------------------- /twmap3/img/icon/崩壁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/崩壁.png -------------------------------------------------------------------------------- /twmap3/img/icon/工作站.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/工作站.png -------------------------------------------------------------------------------- /twmap3/img/icon/工寮.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/工寮.png -------------------------------------------------------------------------------- /twmap3/img/icon/巨木.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/巨木.png -------------------------------------------------------------------------------- /twmap3/img/icon/未知森林點.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/未知森林點.png -------------------------------------------------------------------------------- /twmap3/img/icon/森林點.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/森林點.png -------------------------------------------------------------------------------- /twmap3/img/icon/水源.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/水源.png -------------------------------------------------------------------------------- /twmap3/img/icon/湖泊.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/湖泊.png -------------------------------------------------------------------------------- /twmap3/img/icon/溪流.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/溪流.png -------------------------------------------------------------------------------- /twmap3/img/icon/溫泉.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/溫泉.png -------------------------------------------------------------------------------- /twmap3/img/icon/瀑布.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/瀑布.png -------------------------------------------------------------------------------- /twmap3/img/icon/無基石山頭.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/無基石山頭.png -------------------------------------------------------------------------------- /twmap3/img/icon/營地.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/營地.png -------------------------------------------------------------------------------- /twmap3/img/icon/獵寮.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/獵寮.png -------------------------------------------------------------------------------- /twmap3/img/icon/積水池.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/積水池.png -------------------------------------------------------------------------------- /twmap3/img/icon/舊部落.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/舊部落.png -------------------------------------------------------------------------------- /twmap3/img/icon/補點.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/補點.png -------------------------------------------------------------------------------- /twmap3/img/icon/谷地.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/谷地.png -------------------------------------------------------------------------------- /twmap3/img/icon/遺跡.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/遺跡.png -------------------------------------------------------------------------------- /twmap3/img/icon/階梯.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/階梯.png -------------------------------------------------------------------------------- /twmap3/img/icon/駐在所.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/駐在所.png -------------------------------------------------------------------------------- /twmap3/img/icon/黑水池.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/icon/黑水池.png -------------------------------------------------------------------------------- /twmap3/img/ingress/README: -------------------------------------------------------------------------------- 1 | for ingress theme 2 | icons from 3 | https://www.ingress.com/intel 4 | -------------------------------------------------------------------------------- /twmap3/img/ingress/enl_2res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/enl_2res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/enl_3res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/enl_3res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/enl_4res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/enl_4res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/enl_5res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/enl_5res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/enl_6res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/enl_6res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/enl_7res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/enl_7res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/enl_8res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/enl_8res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/enl_lev8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/enl_lev8.png -------------------------------------------------------------------------------- /twmap3/img/ingress/helios_shard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/helios_shard.png -------------------------------------------------------------------------------- /twmap3/img/ingress/hum_1res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/hum_1res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/hum_2res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/hum_2res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/hum_3res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/hum_3res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/hum_4res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/hum_4res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/hum_5res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/hum_5res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/hum_6res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/hum_6res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/hum_7res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/hum_7res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/hum_8res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/hum_8res.png -------------------------------------------------------------------------------- /twmap3/img/ingress/neutral_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/ingress/neutral_icon.png -------------------------------------------------------------------------------- /twmap3/img/loading20x20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/loading20x20.gif -------------------------------------------------------------------------------- /twmap3/img/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/location.png -------------------------------------------------------------------------------- /twmap3/img/map.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/map.gif -------------------------------------------------------------------------------- /twmap3/img/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/mc.png -------------------------------------------------------------------------------- /twmap3/img/nlsc-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/nlsc-1.png -------------------------------------------------------------------------------- /twmap3/img/nlsc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/nlsc.png -------------------------------------------------------------------------------- /twmap3/img/permalink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/permalink.png -------------------------------------------------------------------------------- /twmap3/img/permlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/permlink.png -------------------------------------------------------------------------------- /twmap3/img/pointer01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pointer01.jpg -------------------------------------------------------------------------------- /twmap3/img/pokemon/001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/001.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/002.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/003.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/004.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/005.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/006.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/007.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/008.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/009.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/010.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/011.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/012.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/013.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/014.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/015.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/016.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/017.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/018.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/019.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/020.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/021.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/022.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/023.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/024.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/025.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/026.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/027.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/028.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/029.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/030.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/031.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/032.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/033.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/034.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/035.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/036.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/037.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/038.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/039.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/040.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/041.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/042.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/043.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/044.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/045.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/046.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/047.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/048.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/049.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/050.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/051.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/052.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/053.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/054.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/055.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/056.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/057.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/058.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/059.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/060.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/061.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/062.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/063.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/064.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/065.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/066.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/067.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/068.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/069.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/070.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/071.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/072.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/073.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/074.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/075.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/076.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/077.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/078.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/079.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/080.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/081.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/082.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/082.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/083.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/083.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/084.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/084.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/085.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/086.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/086.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/087.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/088.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/089.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/089.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/090.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/090.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/091.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/091.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/092.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/092.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/093.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/094.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/094.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/095.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/095.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/096.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/097.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/097.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/098.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/098.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/099.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/099.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/100.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/101.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/102.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/103.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/104.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/105.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/106.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/107.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/108.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/109.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/110.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/111.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/112.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/113.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/114.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/115.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/116.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/117.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/118.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/119.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/119.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/120.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/121.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/122.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/123.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/124.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/125.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/126.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/127.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/128.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/129.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/129.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/130.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/130.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/131.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/132.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/132.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/133.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/133.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/134.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/134.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/135.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/136.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/137.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/137.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/138.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/138.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/139.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/140.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/141.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/142.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/142.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/143.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/143.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/144.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/145.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/145.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/146.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/146.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/147.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/147.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/148.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/149.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/150.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/151.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/SOURCE: -------------------------------------------------------------------------------- 1 | https://pokemon.appx.hk/images/uploads/pokemons/140.png 2 | -------------------------------------------------------------------------------- /twmap3/img/pokemon/pokegym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/pokegym.png -------------------------------------------------------------------------------- /twmap3/img/pokemon/pokeshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/pokemon/pokeshop.png -------------------------------------------------------------------------------- /twmap3/img/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/shadow.png -------------------------------------------------------------------------------- /twmap3/img/windy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/img/windy.png -------------------------------------------------------------------------------- /twmap3/js/proj4js-combined.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap3/js/proj4js-combined.js -------------------------------------------------------------------------------- /twmap_gen/.gitignore: -------------------------------------------------------------------------------- 1 | config.inc.php 2 | api_make.php 3 | -------------------------------------------------------------------------------- /twmap_gen/VERSION: -------------------------------------------------------------------------------- 1 | 3.20 2 | -------------------------------------------------------------------------------- /twmap_gen/admin/header.inc: -------------------------------------------------------------------------------- 1 | ''"); 8 | $db=get_conn(); 9 | 10 | if (($rs = $db->GetAll($sql)) === false) { 11 | $errmsg[] = "fail sql: $sql"; 12 | } 13 | 14 | foreach($rs as $row){ 15 | $sql = sprintf("UPDATE point3 SET prominence = %d, prominence_index = %d, owner =0 WHERE name = '%s';\n", $row['prominence'],$row['sn'],$row['p_name']); 16 | echo $sql; 17 | $db->Execute($sql); 18 | } 19 | 20 | -------------------------------------------------------------------------------- /twmap_gen/api/notifyweb.php: -------------------------------------------------------------------------------- 1 | 尚無圖可顯示"; 6 | exit(0); 7 | } 8 | 9 | $mid = $_GET['mid']; 10 | $map = map_get_single($mid); 11 | 12 | 13 | if ($map == null ) { 14 | echo "

無此 map".print_r($_GET,true)."

"; 15 | exit(0); 16 | } 17 | $html_root = $out_html_root . str_replace($out_root, "", dirname($map['filename'])); 18 | $full_map_link = $site_url . $html_root . "/" . basename($map['filename']); 19 | $size = getImageSize($map['filename']); 20 | $smarty->assign("img_src", $full_map_link); 21 | $smarty->assign("img_size", $size[3]); 22 | $smarty->assign("map", $map); 23 | 24 | $smarty->display('browseImage.html'); 25 | 26 | -------------------------------------------------------------------------------- /twmap_gen/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "happyman/twmap", 3 | "description": "地圖產生器", 4 | "type": "project", 5 | "license": "MIT", 6 | "require" : { 7 | "hybridauth/hybridauth" : "~3.0", 8 | "smarty/smarty": "v5.3.1", 9 | "xobotyi/beansclient": "dev-master" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-icons_808080_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-icons_808080_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-icons_847e71_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-icons_847e71_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-icons_8dc262_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-icons_8dc262_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-icons_eeeeee_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-icons_eeeeee_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/south-street/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/south-street/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /twmap_gen/css/ui-lightness/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/css/ui-lightness/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /twmap_gen/db/DEM/README: -------------------------------------------------------------------------------- 1 | === 2 | use Rex's dem 3 | http://blog.nutsfactory.net/2016/09/14/taiwan-moi-20m-dtm/ 4 | https://drive.google.com/drive/folders/0B7mj_CQDLqFCUzdRazk5TFRNWDg 5 | 6 | 7 | === 8 | http://gis.rchss.sinica.edu.tw/qgis/?p=1619 9 | 10 | 1 地面解析度約30公尺 11 | 2 坐標為經緯度坐標 12 | 3 輸出格式為16 bits的GeoTiff,大地基準使用WGS84/EGM96 13 | 4 值-9999表示該像素為空,而水體則以值0表示 14 | 15 | 請下載 http://gis.rchss.sinica.edu.tw/gps/wp-content/uploads/2012/02/20120201_twdtm_asterV2_30m.rar 16 | 解開後將 tif 檔案放到此目錄下 17 | 18 | -------------------------------------------------------------------------------- /twmap_gen/icons/HI.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/HI.gif -------------------------------------------------------------------------------- /twmap_gen/icons/angel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/angel.gif -------------------------------------------------------------------------------- /twmap_gen/icons/arrow_left_24x24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/arrow_left_24x24.gif -------------------------------------------------------------------------------- /twmap_gen/icons/beta.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/beta.gif -------------------------------------------------------------------------------- /twmap_gen/icons/boobies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/boobies.gif -------------------------------------------------------------------------------- /twmap_gen/icons/cat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/cat.gif -------------------------------------------------------------------------------- /twmap_gen/icons/facebook_share_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/facebook_share_icon.gif -------------------------------------------------------------------------------- /twmap_gen/icons/fish.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/fish.gif -------------------------------------------------------------------------------- /twmap_gen/icons/happy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/happy.gif -------------------------------------------------------------------------------- /twmap_gen/icons/hotspring.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/hotspring.gif -------------------------------------------------------------------------------- /twmap_gen/icons/logging.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/logging.gif -------------------------------------------------------------------------------- /twmap_gen/icons/map_make.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/map_make.png -------------------------------------------------------------------------------- /twmap_gen/icons/op_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/op_browse.png -------------------------------------------------------------------------------- /twmap_gen/icons/op_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/op_delete.png -------------------------------------------------------------------------------- /twmap_gen/icons/op_mapshow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/op_mapshow.png -------------------------------------------------------------------------------- /twmap_gen/icons/op_recreate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/op_recreate.png -------------------------------------------------------------------------------- /twmap_gen/icons/op_recycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/op_recycle.png -------------------------------------------------------------------------------- /twmap_gen/icons/op_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/op_save.png -------------------------------------------------------------------------------- /twmap_gen/icons/rate_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/rate_0.png -------------------------------------------------------------------------------- /twmap_gen/icons/rate_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/rate_1.png -------------------------------------------------------------------------------- /twmap_gen/icons/rate_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/rate_2.png -------------------------------------------------------------------------------- /twmap_gen/icons/rate_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/rate_3.png -------------------------------------------------------------------------------- /twmap_gen/icons/rate_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/rate_4.png -------------------------------------------------------------------------------- /twmap_gen/icons/rate_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/rate_5.png -------------------------------------------------------------------------------- /twmap_gen/icons/scat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/scat.gif -------------------------------------------------------------------------------- /twmap_gen/icons/trk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/trk.png -------------------------------------------------------------------------------- /twmap_gen/icons/twmap3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/twmap3.jpg -------------------------------------------------------------------------------- /twmap_gen/icons/up_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/up_arrow.gif -------------------------------------------------------------------------------- /twmap_gen/icons/wpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/icons/wpt.png -------------------------------------------------------------------------------- /twmap_gen/imgs/4x6-cut-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/4x6-cut-b.png -------------------------------------------------------------------------------- /twmap_gen/imgs/4x6-cut-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/4x6-cut-r.png -------------------------------------------------------------------------------- /twmap_gen/imgs/4x6-paste-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/4x6-paste-b.png -------------------------------------------------------------------------------- /twmap_gen/imgs/4x6-paste-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/4x6-paste-r.png -------------------------------------------------------------------------------- /twmap_gen/imgs/5x7-paste-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/5x7-paste-b.png -------------------------------------------------------------------------------- /twmap_gen/imgs/5x7-paste-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/5x7-paste-r.png -------------------------------------------------------------------------------- /twmap_gen/imgs/6x4-cut-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/6x4-cut-b.png -------------------------------------------------------------------------------- /twmap_gen/imgs/6x4-cut-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/6x4-cut-r.png -------------------------------------------------------------------------------- /twmap_gen/imgs/6x4-paste-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/6x4-paste-b.png -------------------------------------------------------------------------------- /twmap_gen/imgs/6x4-paste-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/6x4-paste-r.png -------------------------------------------------------------------------------- /twmap_gen/imgs/HAMI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/HAMI.png -------------------------------------------------------------------------------- /twmap_gen/imgs/Sorting icons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/Sorting icons.psd -------------------------------------------------------------------------------- /twmap_gen/imgs/a4r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/a4r.png -------------------------------------------------------------------------------- /twmap_gen/imgs/angel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/angel.gif -------------------------------------------------------------------------------- /twmap_gen/imgs/back_disabled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/back_disabled.jpg -------------------------------------------------------------------------------- /twmap_gen/imgs/back_enabled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/back_enabled.jpg -------------------------------------------------------------------------------- /twmap_gen/imgs/catfoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/catfoot.png -------------------------------------------------------------------------------- /twmap_gen/imgs/cb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/cb.png -------------------------------------------------------------------------------- /twmap_gen/imgs/cut-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/cut-b.png -------------------------------------------------------------------------------- /twmap_gen/imgs/cut-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/cut-r.png -------------------------------------------------------------------------------- /twmap_gen/imgs/discuss_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/discuss_icon.png -------------------------------------------------------------------------------- /twmap_gen/imgs/earth_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/earth_icon.png -------------------------------------------------------------------------------- /twmap_gen/imgs/facebook_powered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/facebook_powered.png -------------------------------------------------------------------------------- /twmap_gen/imgs/fb-share.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/fb-share.jpg -------------------------------------------------------------------------------- /twmap_gen/imgs/forward_disabled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/forward_disabled.jpg -------------------------------------------------------------------------------- /twmap_gen/imgs/forward_enabled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/forward_enabled.jpg -------------------------------------------------------------------------------- /twmap_gen/imgs/github_login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/github_login.jpg -------------------------------------------------------------------------------- /twmap_gen/imgs/google-maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/google-maps.png -------------------------------------------------------------------------------- /twmap_gen/imgs/gpx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/gpx.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon-gpx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon-gpx.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon-map.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_ape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_ape.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_facebook.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_gearman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_gearman.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_github.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_google.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_gpsbabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_gpsbabel.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_gs.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_inkscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_inkscape.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_microsoftgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_microsoftgraph.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_nuk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_nuk.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_ubuntu.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_xuite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_xuite.png -------------------------------------------------------------------------------- /twmap_gen/imgs/icon_yahoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/icon_yahoo.png -------------------------------------------------------------------------------- /twmap_gen/imgs/im-logo114x118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/im-logo114x118.png -------------------------------------------------------------------------------- /twmap_gen/imgs/jquery-logo_med.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/jquery-logo_med.png -------------------------------------------------------------------------------- /twmap_gen/imgs/jquery_logo32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/jquery_logo32.png -------------------------------------------------------------------------------- /twmap_gen/imgs/linux_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/linux_icon.png -------------------------------------------------------------------------------- /twmap_gen/imgs/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/loading.gif -------------------------------------------------------------------------------- /twmap_gen/imgs/mariadb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/mariadb.png -------------------------------------------------------------------------------- /twmap_gen/imgs/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/new.gif -------------------------------------------------------------------------------- /twmap_gen/imgs/openSUSE_powered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/openSUSE_powered.png -------------------------------------------------------------------------------- /twmap_gen/imgs/openid-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/openid-logo.png -------------------------------------------------------------------------------- /twmap_gen/imgs/openid-logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/openid-logos.png -------------------------------------------------------------------------------- /twmap_gen/imgs/openid_powered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/openid_powered.png -------------------------------------------------------------------------------- /twmap_gen/imgs/oruxmap_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/oruxmap_icon.png -------------------------------------------------------------------------------- /twmap_gen/imgs/paste-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/paste-b.png -------------------------------------------------------------------------------- /twmap_gen/imgs/paste-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/paste-r.png -------------------------------------------------------------------------------- /twmap_gen/imgs/pdf_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/pdf_icon.png -------------------------------------------------------------------------------- /twmap_gen/imgs/php_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/php_logo.gif -------------------------------------------------------------------------------- /twmap_gen/imgs/php_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/php_logo.jpg -------------------------------------------------------------------------------- /twmap_gen/imgs/proj_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/proj_logo.png -------------------------------------------------------------------------------- /twmap_gen/imgs/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/sort_asc.png -------------------------------------------------------------------------------- /twmap_gen/imgs/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/sort_asc_disabled.png -------------------------------------------------------------------------------- /twmap_gen/imgs/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/sort_both.png -------------------------------------------------------------------------------- /twmap_gen/imgs/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/sort_desc.png -------------------------------------------------------------------------------- /twmap_gen/imgs/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/sort_desc_disabled.png -------------------------------------------------------------------------------- /twmap_gen/imgs/taiwan_range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/taiwan_range.png -------------------------------------------------------------------------------- /twmap_gen/imgs/text_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/text_icon.png -------------------------------------------------------------------------------- /twmap_gen/imgs/v1image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/v1image.png -------------------------------------------------------------------------------- /twmap_gen/imgs/v1image97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/v1image97.png -------------------------------------------------------------------------------- /twmap_gen/imgs/v2016image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/v2016image.png -------------------------------------------------------------------------------- /twmap_gen/imgs/v2016image97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/v2016image97.png -------------------------------------------------------------------------------- /twmap_gen/imgs/v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/v3.png -------------------------------------------------------------------------------- /twmap_gen/imgs/v3image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/v3image2.png -------------------------------------------------------------------------------- /twmap_gen/imgs/v3image97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/v3image97.png -------------------------------------------------------------------------------- /twmap_gen/imgs/zip_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/imgs/zip_icon.png -------------------------------------------------------------------------------- /twmap_gen/index.php: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | docs/api 10 | docs/cache 11 | 12 | 13 | 14 | 15 | 16 | 17 | scripts 18 | tests 19 | vendor/**/* 20 | xsl 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /twmap_gen/lib/adodb5/session/adodb-sessions.mysql.sql: -------------------------------------------------------------------------------- 1 | -- $CVSHeader$ 2 | 3 | CREATE DATABASE /*! IF NOT EXISTS */ adodb_sessions; 4 | 5 | USE adodb_sessions; 6 | 7 | DROP TABLE /*! IF EXISTS */ sessions; 8 | 9 | CREATE TABLE /*! IF NOT EXISTS */ sessions ( 10 | sesskey CHAR(32) /*! BINARY */ NOT NULL DEFAULT '', 11 | expiry INT(11) /*! UNSIGNED */ NOT NULL DEFAULT 0, 12 | expireref VARCHAR(64) DEFAULT '', 13 | data LONGTEXT DEFAULT '', 14 | PRIMARY KEY (sesskey), 15 | INDEX expiry (expiry) 16 | ); 17 | -------------------------------------------------------------------------------- /twmap_gen/lib/adodb5/session/adodb-sessions.oracle.clob.sql: -------------------------------------------------------------------------------- 1 | -- $CVSHeader$ 2 | 3 | DROP TABLE adodb_sessions; 4 | 5 | CREATE TABLE sessions ( 6 | sesskey CHAR(32) DEFAULT '' NOT NULL, 7 | expiry INT DEFAULT 0 NOT NULL, 8 | expireref VARCHAR(64) DEFAULT '', 9 | data CLOB DEFAULT '', 10 | PRIMARY KEY (sesskey) 11 | ); 12 | 13 | CREATE INDEX ix_expiry ON sessions (expiry); 14 | 15 | QUIT; 16 | -------------------------------------------------------------------------------- /twmap_gen/lib/adodb5/session/adodb-sessions.oracle.sql: -------------------------------------------------------------------------------- 1 | -- $CVSHeader$ 2 | 3 | DROP TABLE adodb_sessions; 4 | 5 | CREATE TABLE sessions ( 6 | sesskey CHAR(32) DEFAULT '' NOT NULL, 7 | expiry INT DEFAULT 0 NOT NULL, 8 | expireref VARCHAR(64) DEFAULT '', 9 | data VARCHAR(4000) DEFAULT '', 10 | PRIMARY KEY (sesskey), 11 | INDEX expiry (expiry) 12 | ); 13 | 14 | CREATE INDEX ix_expiry ON sessions (expiry); 15 | 16 | QUIT; 17 | -------------------------------------------------------------------------------- /twmap_gen/lib/adodb5/session/session_schema.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | table for ADOdb session-management 5 | 6 | 7 | session key 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 |
27 | -------------------------------------------------------------------------------- /twmap_gen/lib/geoPHP/.gitignore: -------------------------------------------------------------------------------- 1 | /vendor 2 | -------------------------------------------------------------------------------- /twmap_gen/lib/geoPHP/lib/adapters/EWKT.class.php: -------------------------------------------------------------------------------- 1 | SRID(); 17 | $wkt = ''; 18 | if ($srid) { 19 | $wkt = 'SRID=' . $srid . ';'; 20 | $wkt .= $geometry->out('wkt'); 21 | return $wkt; 22 | } 23 | else { 24 | return $geometry->out('wkt'); 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /twmap_gen/lib/geoPHP/lib/geometry/MultiLineString.class.php: -------------------------------------------------------------------------------- 1 | components as $line) { 12 | if (!$line->isClosed()) { 13 | return FALSE; 14 | } 15 | } 16 | return TRUE; 17 | } 18 | 19 | } 20 | 21 | -------------------------------------------------------------------------------- /twmap_gen/lib/geoPHP/lib/geometry/MultiPoint.class.php: -------------------------------------------------------------------------------- 1 | numGeometries(); 11 | } 12 | 13 | public function isSimple() { 14 | return TRUE; 15 | } 16 | 17 | // Not valid for this geometry type 18 | // -------------------------------- 19 | public function explode() { return NULL; } 20 | } 21 | 22 | -------------------------------------------------------------------------------- /twmap_gen/lib/geoPHP/lib/geometry/MultiPolygon.class.php: -------------------------------------------------------------------------------- 1 | =5.3.0" 18 | } 19 | } -------------------------------------------------------------------------------- /twmap_gen/lib/phpwee-php-minifier/src/CssMin/README.md: -------------------------------------------------------------------------------- 1 | #PHPWee 2 | 3 | Open-source (BSD) PHP inline minifier functions for HTML, XHTML, HTML5, CSS 1-3 and Javascript. http://searchturbine.com/php/phpwee 4 | 5 | This folder contains the CSSMin class Copyright (c) 2011 Joe Scylla . It has beenmodified for the PHPWee namespace. 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/phpwee-php-minifier/src/JsMin/README.md: -------------------------------------------------------------------------------- 1 | #PHPWee 2 | 3 | Open-source (BSD) PHP inline minifier functions for HTML, XHTML, HTML5, CSS 1-3 and Javascript. http://searchturbine.com/php/phpwee 4 | 5 | This folder contains the JsMin class Copyright (c) 2002 Douglas Crockford (www.crockford.com). It has been modified for the PHPWee namespace. 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/.travis.yml: -------------------------------------------------------------------------------- 1 | language: php 2 | php: 3 | - 5.4 4 | - 5.5 5 | - 5.6 6 | - 7.0 7 | - nightly 8 | script: phpunit test 9 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/CONTRIBUTING: -------------------------------------------------------------------------------- 1 | Feel free to fork us and submit your changes ! 2 | 3 | 1. describe what your problem is ; 4 | 2. try to add a unit test for travis to follow your work ; 5 | 3. pull request your changes ; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/LongLat.php: -------------------------------------------------------------------------------- 1 | "+title=NAD 1983 StatePlane Wyoming West Central FIPS 4903 Feet +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +x_0=600000.0 +y_0=0 +k=0.999938 +a=6378137.0 +b=6356752.3141403 +to_meter=0.3048006096012192", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG102758.php: -------------------------------------------------------------------------------- 1 | "+title=NAD 1983 StatePlane Wyoming West FIPS 4904 Feet +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +x_0=800000 +y_0=100000 +k=0.999938 +a=6378137.0 +b=6356752.3141403 +to_meter=0.3048006096012192", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG21781.php: -------------------------------------------------------------------------------- 1 | "+title=CH1903 / LV03 +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG25832.php: -------------------------------------------------------------------------------- 1 | "+proj=utm +zone=32 +ellps=GRS80 +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG25833.php: -------------------------------------------------------------------------------- 1 | "+proj=utm +zone=33 +ellps=GRS80 +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG26591.php: -------------------------------------------------------------------------------- 1 | "+title= Monte Mario (Rome) / Italy zone 1 EPSG:26591 +proj=tmerc +lat_0=0 +lon_0=-3.45233333333333 +from_greenwich=12.45233333333333 +k=0.999600 +x_0=1500000 +y_0=0 +a=6378388.0, +b=6356911.94612795 +units=m", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG26912.php: -------------------------------------------------------------------------------- 1 | "+title=NAD83 / UTM zone 12N +proj=utm +zone=12 +a=6378137.0 +b=6356752.3141403", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG27200.php: -------------------------------------------------------------------------------- 1 | "+title=New Zealand Map Grid +proj=nzmg +lat_0=-41 +lon_0=173 +x_0=2510000 +y_0=6023150 +ellps=intl +datum=nzgd49 +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG27561.php: -------------------------------------------------------------------------------- 1 | "+title=NTF (Paris)/Lambert Nord +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs" 4 | ]; 5 | ?> 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG27562.php: -------------------------------------------------------------------------------- 1 | "+title=NTF (Paris)/Lambert Centre +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs" 4 | ]; 5 | ?> 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG27563.php: -------------------------------------------------------------------------------- 1 | "+title=NTF (Paris)/Lambert Sud France +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.9998774990000001 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs ", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG27571.php: -------------------------------------------------------------------------------- 1 | "+proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG28191.php: -------------------------------------------------------------------------------- 1 | "+proj=cass +lat_0=31.73409694444445 +lon_0=35.21208055555556 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.722,94.7824,340.894,-8.001,-4.42,-11.821,1 +units=m +no_defs", 5 | ]; 6 | 7 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG28992.php: -------------------------------------------------------------------------------- 1 | "+proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +no_defs ", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG3112.php: -------------------------------------------------------------------------------- 1 | "+proj=lcc +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=134 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG31258.php: -------------------------------------------------------------------------------- 1 | "+proj=tmerc +lat_0=0 " . 5 | "+lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=-5000000 " . 6 | "+ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 " . 7 | "+units=m +no_defs"]; -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG31370.php: -------------------------------------------------------------------------------- 1 | "+proj=lcc +lat_1=51.16666723333334 +lat_2=49.83333389999999 +lat_0=90 +lon_0=4.367486666666666 +x_0=150000.013 +y_0=5400088.438 +ellps=intl +towgs84=-99.1,53.3,-112.5,0.419,-0.83,1.885,-1.0 +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG31467.php: -------------------------------------------------------------------------------- 1 | "+proj=tmerc +lat_0=0 +lon_0=9 +k=1.000000 +x_0=3500000 +y_0=0 +ellps=bessel +datum=potsdam +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG31468.php: -------------------------------------------------------------------------------- 1 | "+proj=tmerc +lat_0=0 +lon_0=12 +k=1.000000 +x_0=4500000 +y_0=0 +ellps=bessel +datum=potsdam +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG3785.php: -------------------------------------------------------------------------------- 1 | "+title=Google Mercator +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs", 7 | ]; 8 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG3825.php: -------------------------------------------------------------------------------- 1 | "+proj=tmerc +lat_0=0 +lon_0=119 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs", 5 | ]; 6 | 7 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG3826.php: -------------------------------------------------------------------------------- 1 | "+proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs", 5 | ]; 6 | 7 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG3827.php: -------------------------------------------------------------------------------- 1 | "+proj=tmerc +lat_0=0 +lon_0=119 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs", 5 | ]; 6 | 7 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG3828.php: -------------------------------------------------------------------------------- 1 | "+proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs", 5 | ]; 6 | 7 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG3857.php: -------------------------------------------------------------------------------- 1 | "+title= Google Mercator +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG41001.php: -------------------------------------------------------------------------------- 1 | "+title=simple mercator EPSG:41001 +proj=merc +lat_ts=0 +lon_0=0 +k=1.000000 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG4139.php: -------------------------------------------------------------------------------- 1 | "+title=Puerto Rico EPSG:4139 (3 param datum shift) +proj=longlat +towgs84 = 11,72,-101,0,0,0,0 +a=6378206.4 +b=6356583.8", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG4181.php: -------------------------------------------------------------------------------- 1 | "+title=Luxembourg 1930 EPSG:4181 (7 param datum shift) +proj=longlat +towgs84=-193,13.7,-39.3,-0.41,-2.933,2.688,0.43 +a=6378388.0, +b=6356911.94612795", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG42304.php: -------------------------------------------------------------------------------- 1 | "+title=Atlas of Canada, LCC +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG4269.php: -------------------------------------------------------------------------------- 1 | "+title=long/lat:NAD83 +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83 +units=degrees", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG4272.php: -------------------------------------------------------------------------------- 1 | "+title=NZGD49 +proj=longlat +ellps=intl +datum=nzgd49 +no_defs", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG4302.php: -------------------------------------------------------------------------------- 1 | "+title=Trinidad 1903 EPSG:4302 (7 param datum shift) +proj=longlat +a=6378293.63683822 +b=6356617.979337744 +towgs84=-61.702,284.488,472.052,0,0,0,0", 5 | ]; 6 | 7 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG4326.php: -------------------------------------------------------------------------------- 1 | "+title=long/lat:WGS84 +proj=longlat +a=6378137.0 +b=6356752.31424518 +ellps=WGS84 +datum=WGS84 +units=degrees", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG5514.php: -------------------------------------------------------------------------------- 1 | "+title=S-JTSK EPSG:5514 +proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +pm=greenwich +units=m +no_defs +towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG900913.php: -------------------------------------------------------------------------------- 1 | "+title= Google Mercator EPSG:900913 +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs", 9 | ]; 10 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/EPSG900913.txt: -------------------------------------------------------------------------------- 1 | // Google Mercator projection 2 | // Used in combination with GoogleMercator layer type in OpenLayers 3 | //+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs 4 | 5 | csList.EPSG900913= "\ 6 | +title= Google Mercator EPSG:900913\ 7 | +proj=merc +a=6378137 +b=6378137 \ 8 | +lat_ts=0.0 +lon_0=0.0 \ 9 | +x_0=0.0 +y_0=0 +k=1.0 \ 10 | +units=m +nadgrids=@null +no_defs \ 11 | "; 12 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/GOOGLE.php: -------------------------------------------------------------------------------- 1 | "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs", 5 | "EPSG:900913" => "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs", 6 | ]; 7 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/src/defs/WGS84.php: -------------------------------------------------------------------------------- 1 | "+title=long/lat:WGS84 +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees", 5 | ]; 6 | -------------------------------------------------------------------------------- /twmap_gen/lib/proj4php/vendor/autoload.php: -------------------------------------------------------------------------------- 1 | true, 5 | ]); 6 | require_once("config.inc.php"); 7 | $_SESSION = array(); 8 | $_SESSION['loggedin']=false; 9 | session_destroy(); 10 | session_commit(); 11 | ?> 12 | 13 | 14 | 15 | Log Out 16 | 17 | 18 | Logout... 19 | 20 | -------------------------------------------------------------------------------- /twmap_gen/othermap.php: -------------------------------------------------------------------------------- 1 | 6 |
7 | 8 |
9 | 12 | 13 | 16 |
17 |
18 | -------------------------------------------------------------------------------- /twmap_gen/pages/analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pages/analytics.html -------------------------------------------------------------------------------- /twmap_gen/pages/show_deleted.html: -------------------------------------------------------------------------------- 1 |
2 |

3 | 本圖 {$map.title} 已經刪除: 參數 x={$map.locX} y={$map.locY} shiftx={$map.shiftX} shifty={$map.shiftY} version={$map.version} 4 |

5 | 您可以用上述參數重新產生 6 |

7 | -------------------------------------------------------------------------------- /twmap_gen/pirobox/js/error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/js/error.jpg -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/bottom_nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/bottom_nav.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/caption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/caption.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/close.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/close_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/close_h.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/cursors.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/cursors.gif -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/dislarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/dislarge.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/enlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/enlarge.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/ipad_nav.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/ipad_nav.psd -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/loader_nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/loader_nav.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/loadinfo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/loadinfo.gif -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/new_skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/new_skin.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/new_skin_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/new_skin_left.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/new_skin_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/new_skin_top.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/next.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/next_fake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/next_fake.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/prev.png -------------------------------------------------------------------------------- /twmap_gen/pirobox/style_5/prev_fake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happyman/twmap/266defb4c1a061a6dbe1a5acfe7eeb5e9465d5f2/twmap_gen/pirobox/style_5/prev_fake.png -------------------------------------------------------------------------------- /twmap_gen/refresh_session.php: -------------------------------------------------------------------------------- 1 | /dev/null 7 | if [ $? -ne 0 ]; then 8 | if [ -f "make_map0$i.php" ]; then 9 | echo "create session m$i" 10 | tmux new-session -d -s m$i php make_map0$i.php & 11 | fi 12 | fi 13 | done 14 | -------------------------------------------------------------------------------- /twmap_gen/worker/make_map/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "require": { 3 | "xobotyi/beansclient": "dev-master" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /twmap_gen/worker/make_map/delete.php: -------------------------------------------------------------------------------- 1 | delete($argv[1]); 10 | -------------------------------------------------------------------------------- /twmap_gen/worker/make_map/install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | out=/home/happyman/make_map 4 | 5 | echo "# do the follow commands " 6 | mkdir -p $out 7 | 8 | echo install checkmakemap.sh *.php vendor $out 9 | rsync -av checkmakemap.sh *.php vendor $out 10 | echo cd $out 11 | echo "ln -s make_map_local.php make_map01.php" 12 | echo "ln -s make_map_local.php make_map02.php" 13 | echo "ln -s make_make_local_dev.php make_make03.php" 14 | echo "#" 15 | echo "ln -s make_map.php make_map01.php" 16 | echo "ln -s make_map.php make_map02.php" 17 | 18 | 19 | echo "cd "$out 20 | echo "cp config.inc.sample.php config.ini" 21 | echo "# and modify config params" 22 | echo "./checkmakemap.sh" 23 | --------------------------------------------------------------------------------