src/assets/js/map/mapView.js
@@ -34,7 +34,10 @@ sourceType: "tms", url: "http://103.135.160.14:9038/gisserver/tmsserver/SubicBayArea" }); const a = Viewer.clock.currentTime let now2 = new Date(); let todayNoon = new Date(now2.getFullYear(), now2.getMonth(), now2.getDate(), 12, 0, 0); Viewer.clock.currentTime = Cesium.JulianDate.fromDate(todayNoon); modelLayer.init(); // const url = layerJson.getQueryUrl("SubicBayAreaVector_wfs", "GeoEntity");