Project description
เป็นโปรเจ็คที่ศึกษา google maps api โดยสามารถ
API Reference : Google Maps : https://developers.google.com/maps/documentation/javascript/tutorial Jquery : http://api.jquery.com/ Bootflat : http://bootflat.github.io/ X_editable : http://vitalets.github.io/x-editable/
Tracking development version : Google project hosting : https://code.google.com/p/google-maps-app/
Installation instructions
setup ฐานข้อมูลดังนี้ -- Database : maps --- Table : google-maps
--- Table-Structure export :
CREATE TABLE google-maps
(
id
int(11) NOT NULL auto_increment,
name
varchar(20) NOT NULL,
route_type
tinyint(1) NOT NULL,
pick_route
int(11) NOT NULL,
date
date NOT NULL,
start
text NOT NULL,
end
text NOT NULL,
wp1
text,
wp2
text,
wp3
text,
wp4
text,
wp5
text,
wp6
text,
wp7
text,
wp8
text,
path
longtext NOT NULL,
PRIMARY KEY (id
),
UNIQUE KEY name
(name
)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- config php.ini ดังนี้ ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 60 ; Maximum execution time of each script, in seconds max_input_time = 1000 ; Maximum amount of time each script may spend parsing request data memory_limit = 24M ; Maximum amount of memory a script may consume (8MB)
--- แก้ max_allowed_packet ใน my.ini ของ mysql สามารถแก้ได้ใน phpMyAdmin ได้ดังนี้คือ
Additional Feature Notes
--- Shortcuts (ในทุกหน้า)
--- Shortcuts ในหน้า Multi-Routes Display