|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/gwsolutions/disney/ |
Upload File : |
// local version
//var base_path = "";
// Live server
/*
var base_path = 'nov5/';
var webServiceURL = '/prototype/api/{0}/{1}/{2}/{3}/{4}/{5}';
var carrierURL = '/prototype/carrier/{0}/{1}/{2}/{3}';
var legendURL = '/prototype/legend/{0}/{1}';
// */
// Dev server
var base_path = 'http://10.1.1.24:8080/{0}/';
var tile_folder = 'disney';
var webServiceURL = 'http://10.1.1.24:8080/api/{0}/{1}/{2}/{3}/{4}/{5}';
var carrierURL = 'http://10.1.1.24:8080/carrier/{0}/{1}/{2}/{3}';
var legendURL = 'http://10.1.1.24:8080/legend/{0}/{1}';
// */
// Local
/*
var base_path = 'http://localhost:8079/tiles/';
var webServiceURL = 'http://localhost:8079/api/{0}/{1}/{2}/{3}/{4}/{5}';
var carrierURL = 'http://localhost:8079/carrier/{0}/{1}/{2}/{3}';
var legendURL = 'http://localhost:8079/legend/{0}/{1}';
// */