Zhihang Yao
Zhihang Yao
- [x] Create a 3dcitydb v5-devel branch - [ ] Move the relevant files including DbSchema model, schema scripts etc. from the TUM's [3dcitydb-v5](https://github.com/tum-gis/3dcitydb-v5) repo into that branch - [...
Starting from Oracle 12c, the GeoRaster feature is disabled per-default and can be enabled for the entire database by executing the procedure `MDSYS.enableGeoRaster`. This behaviour has been changed since Oracle...
This issue can be raised when the user try to create views for the use of PostgREST with the 3DCityDB Web Map client
How to reproduce the issue: 1. Create a new 3dcitydb instance under PostgreSQL/PostGIS 2. Run the `DROP_SCHEMA` script to drop the initial schema `citydb` 3. Run the `CREATE_SCHEMA` script to...
see the issue: https://github.com/3dcitydb/3dcitydb/issues/113#issuecomment-1150747678
3DBox might be better. But the Oracle user guide doesn't recommend to use such kind of bbox. see the chapter 6.2.4 https://docs.oracle.com/en/database/oracle/oracle-database/21/spatl/coordinate-systems-concepts.html#GUID-A5727F9D-FA87-467F-851D-50B11A016460
### 问题描述 fastjson 模块报错 ### 环境信息 - OS信息: Windows 10 - JDK信息: JDK 17 - 版本信息:2:2.0.50, 2:2.0.51 ### 重现步骤 在module-info.java 文件里引用fastjson2 ``` module org.example { requires com.alibaba.fastjson2; } ``` 在build.gralde中配置了依赖...
### 问题描述 枚举类型变量反序列化后变成NULL ### 环境信息 *请填写以下信息:* - OS信息: Windows 10 - JDK信息: Openjdk 17 - 版本信息:Fastjson 2:2.0.52 ### 重现步骤 首先建立一个基于gradle的java项目,并且引入fastjson2依赖和另外一个开源库citygml4j ``` dependencies { implementation 'com.alibaba.fastjson2:fastjson2:2.0.52' implementation 'org.citygml4j:citygml4j-core:3.2.1' } ``` 在...