[[PageOutline]] = 2008-09-23 = * [http://code.google.com/apis/maps/documentation/index.html#XHTML_and_VML 加入 VML 描述可以讓 IE 顯示 Polyline 的速度快一點] * [http://en.wikipedia.org/wiki/Quirks_mode Quirks Mode] * 開發工具 - [http://developer.mozilla.org/en/Venkman Venkman JavaScript Debugger] * 2008-10-29 補充: 試用過後還是 [http://getfirebug.com/ Firebug] 比較好用 * 根據[http://code.google.com/apis/maps/documentation/services.html 官方文件]說明,GXmlHttp 只能存取 local domain(不可以跨網站) {{{ As with all XmlHttpRequests, any retrieved files must be on your local domain. }}} * 2008-10-29 補充: !JavaScript 必須遵守 [http://en.wikipedia.org/wiki/Same_origin_policy Same Origin Policy] == Developer Reference and Resources == * Mapki.com * 其他開發工具 - [http://mapki.com/wiki/Tools:Developer Developer Tools] * 程式範例 - [http://mapki.com/wiki/Tools:Snippets Snippets] * [http://mapki.com/wiki/Add_Your_Own_Custom_Map 自訂圖層] * [http://mapki.com/wiki/Automatic_Tile_Cutter 切底圖的工具] * [http://code.google.com/p/gmaps-utility-library/ Google Maps API Utility Library] * [http://gmaps-utility-library.googlecode.com/svn/trunk/dragzoom/release/examples/advanceddragzoom.html 進階版 Drag Zoom 範例] * [http://geoserver.org/display/GEOS/Welcome GeoServer] * LGPL 授權的 [http://www.andrewtheken.com/?page=GMapsClass GMapsClass] - a PHP abstraction layer for Google Maps API