suerprisePlus
2024-07-16 6069325e1a37cf0462afda1627d4c660735dc57e
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");