You are on page 1of 1

11486345.114470005,117407.27544603124,11505912.99371101,136975.

15468703635
// ========= config section =============================================
var url = 'http://localhost:8080/geoserver/ows?SERVICE=WMS&';
var featurePrefix = 'opengeo';
var featureType = 'jaringan_jalan';
var featureNS = 'http://opengeo.org';
var srsName = 'EPSG:900913';
var geometryName = 'the_geom';
var geometryType = 'MultiLineString';
var fields =
['id','id_prop','id_kab','id_kec','nama_kec','no_ruas','kode_ruas','geom'];
var layerTitle = 'jaringan_jalan';
var infoFormat =
'http://localhost:8080/geoserver/schemas/wms/1.3.0/capabilities_1_3_0.xsd'; // can
also be 'text/html'
var center = [11505912.99371101,136975.15468703635];
var zoom = 3;
// ======================================================================

You might also like